<?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: Swiga Bahati </title>
    <description>The latest articles on DEV Community by Swiga Bahati  (@bahati0070).</description>
    <link>https://dev.to/bahati0070</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%2F3362947%2Fd8dfd2fd-febf-43f7-b922-6d4129881ffc.jpg</url>
      <title>DEV Community: Swiga Bahati </title>
      <link>https://dev.to/bahati0070</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bahati0070"/>
    <language>en</language>
    <item>
      <title>🚀 Blockchain for Curious Humans: A Beginner's Dive</title>
      <dc:creator>Swiga Bahati </dc:creator>
      <pubDate>Thu, 17 Jul 2025 09:46:43 +0000</pubDate>
      <link>https://dev.to/bahati0070/blockchain-for-curious-humans-a-beginners-dive-319j</link>
      <guid>https://dev.to/bahati0070/blockchain-for-curious-humans-a-beginners-dive-319j</guid>
      <description>&lt;p&gt;&lt;em&gt;Hello world (and the decentralized one too)!&lt;/em&gt; 👋&lt;/p&gt;

&lt;p&gt;Ever heard of blockchain and thought: &lt;em&gt;"Isn’t that just Bitcoin and some complicated math stuff that nerds talk about on Reddit?"&lt;/em&gt; Well, buckle up buttercup, because we're about to decode the blockchain matrix.&lt;/p&gt;

&lt;p&gt;Thanks to a session hosted by &lt;strong&gt;Lisk&lt;/strong&gt; and &lt;strong&gt;Dev3Pack&lt;/strong&gt;, led by the brilliant &lt;strong&gt;Victoria Adedayo&lt;/strong&gt;, I got a taste of blockchain that wasn’t dry or wrapped in cryptic buzzwords. Here's what I learned—with extra spice.&lt;/p&gt;




&lt;h3&gt;
  
  
  1. 🤔 What &lt;em&gt;is&lt;/em&gt; Blockchain?
&lt;/h3&gt;

&lt;p&gt;Imagine a diary that &lt;strong&gt;everybody can read&lt;/strong&gt;, but &lt;strong&gt;no one can erase or tamper with&lt;/strong&gt;. It’s like Google Docs… if Google Docs had trust issues and every page was cryptographically sealed. 🧾🔐&lt;/p&gt;

&lt;p&gt;Blockchain is a &lt;strong&gt;decentralized, immutable ledger&lt;/strong&gt;. Translation? It stores data across multiple computers (nodes), making it super hard to hack, cheat, or pretend you didn't eat your roommate's pizza.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. 🧠 Understanding Blockchain Fundamentals
&lt;/h3&gt;

&lt;p&gt;Here’s what you need to know to sound smart at tech meetups:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Blocks&lt;/strong&gt;: Like containers that store data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chains&lt;/strong&gt;: They connect the blocks in a timeline.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nodes&lt;/strong&gt;: Computers in the network that maintain the chain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hashing&lt;/strong&gt;: Like fingerprinting data—unique and secure.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Think of blockchain as a notebook that tattles on anyone who tries to scribble lies. ✏️😤&lt;/p&gt;




&lt;h3&gt;
  
  
  3. 🕵️‍♂️ Public vs Private Blockchains
&lt;/h3&gt;

&lt;p&gt;Public blockchains are like open-mic nights. Anyone can join, sing (validate), or just vibe.&lt;/p&gt;

&lt;p&gt;Private blockchains? They’re the VIP room—invite only. Suited for businesses who want the benefits of blockchain without random trolls showing up.&lt;/p&gt;

&lt;p&gt;🔓 Public = Ethereum, Bitcoin&lt;br&gt;
🔐 Private = Hyperledger, Corda&lt;/p&gt;




&lt;h3&gt;
  
  
  4. 🗳️ Consensus Mechanisms: AKA “How Blockchains Agree Without Fighting”
&lt;/h3&gt;

&lt;p&gt;Humans can’t even agree on pineapple on pizza. 🍍🍕 But blockchain? It has &lt;em&gt;rules&lt;/em&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Proof of Work (PoW)&lt;/strong&gt;: Solve complex puzzles. Energy intensive. Basically CrossFit for computers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Proof of Stake (PoS)&lt;/strong&gt;: Own more, stake more, validate more.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delegated PoS, BFT, PoA...&lt;/strong&gt; Too many acronyms, not enough snacks.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;TL;DR: It’s how nodes agree on the truth. Without drama. Mostly.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. 🔗 Distributed Ledger Platforms
&lt;/h3&gt;

&lt;p&gt;So... Blockchain isn’t the only cool kid. There’s an entire &lt;strong&gt;DLP clique&lt;/strong&gt;. Think of them like Netflix shows—each has its flavor:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ethereum&lt;/strong&gt;: The OG smart contract king.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lisk&lt;/strong&gt;: JavaScript-friendly and loves devs. (Hey, that’s us!)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hyperledger&lt;/strong&gt;: Enterprise nerd.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Corda&lt;/strong&gt;: The accountant of the group.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They all store records across multiple locations—but each has a unique swagger.&lt;/p&gt;




&lt;h3&gt;
  
  
  6. 🧬 Superchain: The Avengers of Blockchain?
&lt;/h3&gt;

&lt;p&gt;Superchain is what happens when multiple blockchains decide to stop competing and start collaborating. 💪&lt;/p&gt;

&lt;p&gt;Imagine Ethereum, Polygon, and others forming a K-Pop supergroup. Each chain still does its thing but now &lt;strong&gt;they talk to each other&lt;/strong&gt;, share stuff, and play nice. Cross-chain compatibility? Yes please!&lt;/p&gt;




&lt;h3&gt;
  
  
  7. 👛 Setting Up a Wallet (Not the Leather Kind)
&lt;/h3&gt;

&lt;p&gt;Time to get paid (or at least pretend you’re rich in testnet ETH).&lt;/p&gt;

&lt;p&gt;Wallets are where you store your private keys (aka your blockchain identity). Hot wallets = online, cold wallets = offline (a.k.a. frozen peas of security).&lt;/p&gt;

&lt;p&gt;Pro tip: Write down your seed phrase. Not on your fridge. Not on Twitter. Not in a Google doc titled "Password123".&lt;/p&gt;




&lt;h3&gt;
  
  
  8. ✍️ Intro to Technical Writing
&lt;/h3&gt;

&lt;p&gt;Once you’re deep into blockchain, people will beg you to explain it like they’re five. That’s where &lt;strong&gt;technical writing&lt;/strong&gt; comes in.&lt;/p&gt;

&lt;p&gt;If you can write tutorials, explain concepts clearly, and maybe throw in a meme or two—you’ll become the unicorn dev every community wants.&lt;/p&gt;

&lt;p&gt;Start with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tutorials on dev.to&lt;/li&gt;
&lt;li&gt;Write docs for open-source projects&lt;/li&gt;
&lt;li&gt;Explain Web3 to your cat 🐈&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Thoughts 🧠💡
&lt;/h2&gt;

&lt;p&gt;Blockchain might sound intimidating at first, but it’s actually &lt;strong&gt;pretty fun&lt;/strong&gt; once you get past the jargon. Whether you're here to build, write, or just understand WTF a hash is, there's room for everyone.&lt;/p&gt;

&lt;p&gt;And remember: The only chain you should trust more than your local boda boda chain is a blockchain.&lt;/p&gt;

&lt;p&gt;Now go forth, set up your wallet, join a DAO, and maybe write a blog about it. Or better yet—fork this article, remix it, and let's decentralize fun one block at a time.&lt;/p&gt;




&lt;p&gt;📝 &lt;em&gt;Inspired by the incredible workshop by Victoria Adedayo (Vickish), powered by Dev3Pack &amp;amp; Lisk.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;✌️ Stay weird, stay decentralized!&lt;/p&gt;

</description>
      <category>lisk</category>
      <category>dev3pack</category>
      <category>blockchain</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
