<?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: Anjana Kavishan</title>
    <description>The latest articles on DEV Community by Anjana Kavishan (@anjana_57816).</description>
    <link>https://dev.to/anjana_57816</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4144597%2F1a7b5279-7e82-4d28-a061-49cd7c51c9c9.jpeg</url>
      <title>DEV Community: Anjana Kavishan</title>
      <link>https://dev.to/anjana_57816</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anjana_57816"/>
    <language>en</language>
    <item>
      <title>DAY 1 - BLOCKCHAIN DEVELOPMENT</title>
      <dc:creator>Anjana Kavishan</dc:creator>
      <pubDate>Sat, 26 Sep 2026 16:52:54 +0000</pubDate>
      <link>https://dev.to/anjana_57816/day-1-blockchain-development-2c35</link>
      <guid>https://dev.to/anjana_57816/day-1-blockchain-development-2c35</guid>
      <description>&lt;h1&gt;
  
  
  My Blockchain Development Journey — Day 1
&lt;/h1&gt;

&lt;p&gt;I just started learning blockchain development from absolute zero.&lt;/p&gt;

&lt;p&gt;Today, I learned about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is a blockchain?&lt;/li&gt;
&lt;li&gt;Why blockchains don't simply replace banks&lt;/li&gt;
&lt;li&gt;The difference between centralized and decentralized systems&lt;/li&gt;
&lt;li&gt;What are nodes?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What is a blockchain?
&lt;/h2&gt;

&lt;p&gt;As I learned today, a blockchain is a technology used to record and manage transactions across a network of computers.&lt;/p&gt;

&lt;p&gt;Instead of relying on one central organization to maintain the records, blockchain networks can distribute the records and the responsibility for maintaining them across multiple computers.&lt;/p&gt;

&lt;p&gt;I'm still learning the deeper technical side of how this works, but this is my basic understanding for now.&lt;/p&gt;

&lt;h2&gt;
  
  
  Blockchains don't replace banks
&lt;/h2&gt;

&lt;p&gt;At first, I thought blockchain was basically a replacement for the banking system.&lt;/p&gt;

&lt;p&gt;But I learned that this isn't exactly true.&lt;/p&gt;

&lt;p&gt;Blockchain is a technology for recording and managing data and transactions. A bank, on the other hand, provides many different services such as loans, cheques, accounts, payments, and other financial services.&lt;/p&gt;

&lt;p&gt;So blockchain and a bank are not the same thing.&lt;/p&gt;

&lt;p&gt;Blockchain can be used to build financial systems and applications, but it doesn't automatically replace everything a bank does.&lt;/p&gt;

&lt;h2&gt;
  
  
  Centralized vs Decentralized Systems
&lt;/h2&gt;

&lt;p&gt;A traditional bank uses a centralized system where the bank controls and manages its databases and customer information.&lt;/p&gt;

&lt;p&gt;Customers normally have access to their own account information, while the bank has access to the information it is responsible for managing.&lt;/p&gt;

&lt;p&gt;Blockchain networks can work differently.&lt;/p&gt;

&lt;p&gt;In a public blockchain, transaction information can generally be viewed by anyone. The data is maintained across a distributed network of computers rather than being controlled by one central organization.&lt;/p&gt;

&lt;p&gt;However, this doesn't mean that every blockchain is public or that everyone can see everything.&lt;/p&gt;

&lt;p&gt;Private and permissioned blockchain networks can restrict who can access the data.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are nodes?
&lt;/h2&gt;

&lt;p&gt;A node is a computer that participates in a blockchain network.&lt;/p&gt;

&lt;p&gt;Depending on the type of node and the blockchain, a node can store blockchain data, verify transactions, communicate with other nodes, and help maintain the network.&lt;/p&gt;

&lt;p&gt;I initially thought that every node simply contains a complete copy of every transaction, but I'm learning that different types of nodes can have different roles.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>blockchain</category>
      <category>crypto</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
