<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Goodluck Igbokwe</title>
    <description>The latest articles on DEV Community by Goodluck Igbokwe (@mantle_bearer).</description>
    <link>https://dev.to/mantle_bearer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2642863%2F50b83b5a-6828-433f-81a8-4c371ba35a6a.jpg</url>
      <title>DEV Community: Goodluck Igbokwe</title>
      <link>https://dev.to/mantle_bearer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mantle_bearer"/>
    <language>en</language>
    <item>
      <title>NDPR, GDPR, and CCPA — What Every Nigerian Techie Should Know About Data Compliance</title>
      <dc:creator>Goodluck Igbokwe</dc:creator>
      <pubDate>Fri, 18 Apr 2025 00:03:14 +0000</pubDate>
      <link>https://dev.to/mantle_bearer/ndpr-gdpr-and-ccpa-what-every-nigerian-techie-should-know-about-data-compliance-26j6</link>
      <guid>https://dev.to/mantle_bearer/ndpr-gdpr-and-ccpa-what-every-nigerian-techie-should-know-about-data-compliance-26j6</guid>
      <description>&lt;p&gt;So today’s focus in my legal learning sprint was digital compliance—the rules that tell us how we can (and can’t) collect, store, and use people’s data.&lt;/p&gt;

&lt;p&gt;If you’re building websites, apps, or working with client data, this is non-negotiable. Let’s break down what I learned.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Is Digital Compliance?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Digital compliance refers to following laws and regulations that govern how data is handled online. This matters for:&lt;br&gt;
    • Websites that collect emails&lt;br&gt;
    • Apps with user accounts&lt;br&gt;
    • Payment or tracking systems&lt;br&gt;
    • Freelancers managing client/customer data&lt;/p&gt;

&lt;p&gt;If you’re touching anyone’s data, you’re playing in this space.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nigeria’s NDPR: Our Local Data Protection Law&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Nigeria Data Protection Regulation (NDPR) came into effect in 2019 and is enforced by the Nigeria Data Protection Commission (NDPC).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key points:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;• You must inform users when collecting data
• You need clear consent
• You must keep data secure
• You’re required to limit data collection to what’s necessary
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;If you run a business or handle any user data in Nigeria, compliance is your responsibility—even if you’re just one person.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How NDPR Compares to GDPR &amp;amp; CCPA&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here’s a simple breakdown of how Nigeria’s &lt;strong&gt;NDPR&lt;/strong&gt; holds up against international data laws like the EU’s &lt;strong&gt;GDPR&lt;/strong&gt; and California’s &lt;strong&gt;CCPA&lt;/strong&gt;:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;• Consent Requirements: All three laws (NDPR, GDPR, and CCPA) require user consent before collecting personal data. NDPR and GDPR focus on opt-in consent, while CCPA allows opt-out in some cases.


• Right to Be Forgotten: NDPR and GDPR both grant users the right to have their data deleted. CCPA offers more limited deletion rights but still gives users control over their information.


• Penalties: Under the NDPR, non-compliance can cost up to 2% of your annual gross revenue. GDPR has even steeper fines—up to €20 million or 4% of global turnover. CCPA fines can reach $7,500 per violation.


• Does It Affect Small Businesses? Yes. All three laws apply to businesses of all sizes, as long as personal data is involved—even if you’re a solo freelancer or developer.


• Transparency &amp;amp; Notice: Each law requires that users be clearly informed about what data you’re collecting, why, and how it will be used.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Why It Matters for Devs &amp;amp; Freelancers&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;• Writing a Privacy Policy is not optional—it’s a legal requirement.


• If you use cookies or trackers, you need a cookie notice and opt-in.


• Collecting emails for newsletters? NDPR requires explicit consent.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Even if your audience is mostly Nigerian, odds are someone from the EU or US will interact with your project at some point.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Takeaway:&lt;/strong&gt; Know the Rules. Respect the Data.&lt;/p&gt;

&lt;p&gt;The more we move into global work and SaaS, the more important data laws become. Ignorance isn’t an excuse anymore—especially when compliance is easier than ever with templates and no-code tools.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I’m already planning to add:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;• A proper privacy policy to my website


• A cookie banner


• Better data storage hygiene on client projects
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Tools &amp;amp; Resources I Checked&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;• [Nigeria NDPR Summary – TechCabal](https://techcabal.com/2019/03/05/nigeria-data-protection-regulation/)


• [GDPR Overview – EU Website](https://gdpr.eu/)


• [CCPA Basics – State of California](https://oag.ca.gov/privacy/ccpa)


• [Termly Privacy Policy Generator](https://termly.io/products/privacy-policy-generator/)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>webdev</category>
      <category>gdpr</category>
      <category>techie</category>
      <category>data</category>
    </item>
    <item>
      <title>Contracts 101: What Every Nigerian Freelancer and Developer Needs to Know</title>
      <dc:creator>Goodluck Igbokwe</dc:creator>
      <pubDate>Wed, 16 Apr 2025 09:09:02 +0000</pubDate>
      <link>https://dev.to/mantle_bearer/contracts-101-what-every-nigerian-freelancer-and-developer-needs-to-know-44me</link>
      <guid>https://dev.to/mantle_bearer/contracts-101-what-every-nigerian-freelancer-and-developer-needs-to-know-44me</guid>
      <description>&lt;p&gt;Day 2 of my legal literacy journey focused on one of the most misunderstood but crucial topics in tech: contracts.&lt;/p&gt;

&lt;p&gt;Whether you’re freelancing on Upwork, working with local clients, or building a product with friends, contracts are your first line of defense. Let’s break it down.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is a Contract (and Why Should I Care)?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A contract is simply a legally binding agreement between two or more parties.&lt;br&gt;
But in tech, it’s so much more than that. It defines:&lt;br&gt;
    • What you’re doing&lt;br&gt;
    • When and how you’ll get paid&lt;br&gt;
    • Who owns the work you create&lt;br&gt;
    • What happens if things go wrong&lt;/p&gt;

&lt;p&gt;If you’re working without a contract, you’re basically running on trust and that’s not scalable.&lt;/p&gt;

&lt;p&gt;Key Elements of a Valid Contract (Under Nigerian Law)&lt;/p&gt;

&lt;p&gt;To be enforceable, a contract generally needs:&lt;br&gt;
    1.  Offer &amp;amp; Acceptance – One person proposes, the other agrees&lt;br&gt;
    2.  Consideration – Something of value is exchanged (e.g. your time, their money)&lt;br&gt;
    3.  Intention to Create Legal Relations&lt;br&gt;
    4.  Capacity – Both parties must be legally capable&lt;br&gt;
    5.  Legal Purpose – It must not be for something illegal&lt;/p&gt;

&lt;p&gt;Types of Contracts You Might Encounter as a Techie&lt;br&gt;
    • Freelance Work Agreements – Outlining deliverables, milestones, and payment&lt;br&gt;
    • Employment Contracts – With terms around hours, benefits, IP, and termination&lt;br&gt;
    • Non-Disclosure Agreements (NDAs) – To protect sensitive information&lt;br&gt;
    • Partnership or Co-founder Agreements – When building something with others&lt;/p&gt;

&lt;p&gt;What to Watch Out For&lt;/p&gt;

&lt;p&gt;Here are a few things that stood out to me today:&lt;br&gt;
    • If the contract doesn’t say when you’ll get paid, that’s a red flag.&lt;br&gt;
    • Avoid “Work for Hire” clauses unless you truly want to give up IP rights.&lt;br&gt;
    • Make sure scope creep (extra features) is addressed. This is a common dispute source.&lt;/p&gt;

&lt;p&gt;My Personal Takeaway&lt;/p&gt;

&lt;p&gt;As a developer, I used to think contracts were just corporate fluff. But now I realize they are protective tools—especially for freelancers. They help avoid scope disputes, late payments, and ownership confusion.&lt;/p&gt;

&lt;p&gt;I’m working on drafting a simplified freelance contract later this week, and I’ll make it open-source.&lt;/p&gt;

&lt;p&gt;Resources I Checked Out&lt;br&gt;
    • &lt;a href="https://www.nolo.com/legal-encyclopedia/contracts-basics-36190.html" rel="noopener noreferrer"&gt;Contracts 101 – Nolo Legal Basics&lt;/a&gt;&lt;br&gt;
    • &lt;a href="https://lawpadi.com/contract-law-nigeria/" rel="noopener noreferrer"&gt;LawPadi: Nigerian Contract Law Overview&lt;/a&gt;&lt;br&gt;
    •&lt;a href="//upwork.com"&gt;Upwork’s Contract Terms Summary &lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>tech</category>
      <category>law</category>
    </item>
    <item>
      <title>What Every Nigerian Techie Should Know About Business Law and IP</title>
      <dc:creator>Goodluck Igbokwe</dc:creator>
      <pubDate>Mon, 14 Apr 2025 23:01:38 +0000</pubDate>
      <link>https://dev.to/mantle_bearer/what-every-nigerian-techie-should-know-about-business-law-and-ip-25if</link>
      <guid>https://dev.to/mantle_bearer/what-every-nigerian-techie-should-know-about-business-law-and-ip-25if</guid>
      <description>&lt;p&gt;Hello world, Devs and Freelancers!&lt;br&gt;
Today marks Day 1 of my 4-week journey into legal literacy for tech professionals. I’m sharing this series not as a lawyer, but as a developer who wants to stop being “legally blind” when it comes to contracts, IP rights, and platform policies.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;So, What’s the Big Deal About Legal Literacy?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;If you’re freelancing, building your own software, or launching a startup, you’re automatically playing in the legal arena—whether you know the rules or not. And in Nigeria, it’s especially important to understand how our local laws intersect with global expectations.&lt;/p&gt;

&lt;p&gt;Today’s Focus: Business Law + IP Basics (Nigeria)&lt;/p&gt;

&lt;p&gt;I focused on two main areas:&lt;br&gt;
    • Foundations of Nigerian Business Law&lt;br&gt;
    • The ABCs of Intellectual Property (IP)&lt;/p&gt;

&lt;p&gt;Let’s break that down.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is Nigerian Business Law?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Nigerian business law governs how individuals and organizations can form and operate businesses legally in the country. It covers everything from:&lt;br&gt;
    • Business Registration (via CAC – Corporate Affairs Commission)&lt;br&gt;
    • Types of Business Structures (sole proprietorship, partnership, LLC, etc.)&lt;br&gt;
    • Obligations under Contracts and Statutes&lt;br&gt;
    • Regulatory Compliance (e.g., tax, NDPR)&lt;/p&gt;

&lt;p&gt;If you’re offering tech services and haven’t legally registered your business, you’re taking risks—both financially and legally.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Intellectual Property 101&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here’s what I learned about the three big categories of IP that affect tech folks:&lt;/p&gt;

&lt;p&gt;a. Copyright&lt;br&gt;
    • Protects creative works: code, designs, articles, music, etc.&lt;br&gt;
    • In Nigeria, copyright is automatic once a work is created and fixed in a tangible form (e.g., your codebase).&lt;br&gt;
    • You can register with the Nigerian Copyright Commission, but it’s not compulsory.&lt;/p&gt;

&lt;p&gt;b. Trademarks&lt;br&gt;
    • Protects brands and logos (think your startup name or app icon).&lt;br&gt;
    • Must be registered through the Trademarks, Patents and Designs Registry under the Federal Ministry of Industry, Trade, and Investment.&lt;/p&gt;

&lt;p&gt;c. Patents&lt;br&gt;
    • Protect inventions and technical solutions.&lt;br&gt;
    • If you’ve built a novel algorithm, machine, or process, patenting might be the right move—but it’s complex and costly.&lt;/p&gt;

&lt;p&gt;Quick Tips I Took Away&lt;br&gt;
    • Always read the fine print—from NDAs to platform terms.&lt;br&gt;
    • Register your brand as a trademark if you’re planning to scale.&lt;br&gt;
    • If you’re writing code for clients, clarify who owns the IP after delivery.&lt;br&gt;
    • When in doubt, Google isn’t a lawyer—but awareness is a start.&lt;/p&gt;

&lt;p&gt;Tools &amp;amp; Resources I Found Useful&lt;br&gt;
    • Nigerian Copyright Commission&lt;br&gt;
    • Trademarks, Patents and Designs Registry&lt;br&gt;
    • Nigerian Law School Notes on Business Law&lt;/p&gt;

&lt;p&gt;What’s Next?&lt;/p&gt;

&lt;p&gt;Tomorrow, I’ll be diving into Contracts 101—the parts of a valid contract, common pitfalls, and what every freelancer should look out for.&lt;/p&gt;

&lt;p&gt;Have you ever had an IP or legal issue in your freelance journey? Let’s talk in the comments.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>ai</category>
    </item>
    <item>
      <title>Hello Dev.to, I’m Here to Build &amp; Learn!</title>
      <dc:creator>Goodluck Igbokwe</dc:creator>
      <pubDate>Wed, 05 Feb 2025 07:54:44 +0000</pubDate>
      <link>https://dev.to/mantle_bearer/hello-devto-im-here-to-build-learn-3gg8</link>
      <guid>https://dev.to/mantle_bearer/hello-devto-im-here-to-build-learn-3gg8</guid>
      <description>&lt;p&gt;👋 &lt;strong&gt;Hey Dev.to Community!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’m super excited to finally join this amazing space where developers share, learn, and grow together. My name is &lt;strong&gt;Goodluck Igbokwe&lt;/strong&gt;, and I’m a backend-focused full-stack developer with a passion for building scalable applications, APIs, and solving real-world problems with code.&lt;/p&gt;

&lt;p&gt;🚀 My Tech Journey&lt;/p&gt;

&lt;p&gt;Like many self-taught developers, my journey started with &lt;a class="mentioned-user" href="https://dev.to/cs50_harvard_"&gt;@cs50_harvard_&lt;/a&gt;, where I got my first deep dive into programming. From that moment, I knew tech was where I belonged. I gradually transitioned into backend development, working with:&lt;/p&gt;

&lt;p&gt;✅ Python (Django, Flask, FastAPI)&lt;br&gt;
✅ PHP (Laravel &amp;amp; WordPress)&lt;br&gt;
✅ RESTful APIs &amp;amp; Database Management&lt;br&gt;
✅ Git, CI/CD, and Deployment Strategies&lt;/p&gt;

&lt;p&gt;Over time, I’ve worked on projects ranging from web apps to API integrations, and I’m constantly learning and improving.&lt;/p&gt;

&lt;p&gt;💡 What You Can Expect from My Blog&lt;/p&gt;

&lt;p&gt;I’ll be sharing:&lt;br&gt;
    • Insights &amp;amp; Lessons from my journey as a backend developer.&lt;br&gt;
    • Hands-on tutorials on Django, Fask, FastAPI, and Laravel.&lt;br&gt;
    • Debugging &amp;amp; problem-solving strategies (aka the things I wish I knew earlier).&lt;br&gt;
    • Real-world backend development experiences from internships &amp;amp; projects.&lt;br&gt;
    • Tips on freelancing &amp;amp; career growth in tech.&lt;/p&gt;

&lt;p&gt;🌍 Let’s Connect!&lt;/p&gt;

&lt;p&gt;I’d love to engage with fellow devs, exchange ideas, and learn from you all. Feel free to drop a comment, connect with me, or suggest topics you’d love to see! 🚀&lt;/p&gt;

&lt;p&gt;🔗 Follow me on Twitter: &lt;a href="https://x.com/demantlebearer?s=21" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;br&gt;
🔗 GitHub: (&lt;a href="https://github.com/mantle-bearer/" rel="noopener noreferrer"&gt;https://github.com/mantle-bearer/&lt;/a&gt;)&lt;br&gt;
🔗 LinkedIn: (&lt;a href="https://www.linkedin.com/in/mantle-bearer" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/mantle-bearer&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Let’s build, debug, and grow together! 💻🔥 #dev #learn #unlearn #relearn&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
