<?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: Yuvraj Narayansingh Varma</title>
    <description>The latest articles on DEV Community by Yuvraj Narayansingh Varma (@yuvi_varma).</description>
    <link>https://dev.to/yuvi_varma</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%2F1157909%2F2d321a3b-f005-4d34-8688-230a39812033.jpg</url>
      <title>DEV Community: Yuvraj Narayansingh Varma</title>
      <link>https://dev.to/yuvi_varma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yuvi_varma"/>
    <language>en</language>
    <item>
      <title>"Blockchain Strata: Unveiling the Layers"</title>
      <dc:creator>Yuvraj Narayansingh Varma</dc:creator>
      <pubDate>Tue, 19 Sep 2023 10:39:56 +0000</pubDate>
      <link>https://dev.to/yuvi_varma/blockchain-strata-unveiling-the-layers-3c6h</link>
      <guid>https://dev.to/yuvi_varma/blockchain-strata-unveiling-the-layers-3c6h</guid>
      <description>&lt;p&gt;Blockchain is a decentralized technology that enables secure and &lt;br&gt;
 transparent transactions without the need for a third party. It &lt;br&gt;
 is made up of a series of layers, each with its own specific &lt;br&gt;
 function.&lt;/p&gt;

&lt;p&gt;Blockchain Architecture: &lt;/p&gt;

&lt;p&gt;👷‍♂️ The Hardware Layer: At the foundation of blockchain are nodes - the network of computers powering it. These nodes decrypt transactions, forming the hardware layer of blockchain.&lt;/p&gt;

&lt;p&gt;💾 The Data Layer: Next comes the data layer, where transaction details are securely stored. Each block contains crypto info, public keys, and sender's private keys, connecting to previous and subsequent blocks.&lt;/p&gt;

&lt;p&gt;🌐 The Network Layer: This layer facilitates communication among blockchain nodes. It's vital for open systems like blockchain, ensuring nodes know about validated transactions.&lt;/p&gt;

&lt;p&gt;🤝 The Consensus Layer: Imagine Romeo and Juliet as blockchain validators. They receive transactions which have to be decrypted and added to a block. &lt;br&gt;
Transactions which Romeo receives are: A and B&lt;br&gt;
Transactions which Juliet receives are: B and C&lt;br&gt;
If both Romeo and Juliet validate the transactions and add them to the blockchain, then transaction B will be written twice on the blockchain. This means double spending will occur. To avoid this Romeo and Juliet compete and solve a cryptic mathematic puzzle and the one who solves first will be the one to add the block to the blockchain.&lt;br&gt;
This form of consensus mechanism is known as Proof of Work. &lt;br&gt;
In the case of Proof of Stake (POS) the validator is randomly picked by the system.&lt;/p&gt;

&lt;p&gt;📱 The Application Layer: Apps are built on this layer - from wallets to social media, browsers, DEFI platforms, and NFT marketplaces. The only difference arises is the storage of decentralized data.&lt;/p&gt;

&lt;p&gt;🧱 Blockchain Layers:&lt;/p&gt;

&lt;p&gt;Layer 0: Blockchain in itself is called layer zero.  The foundation of blockchain - the internet, hardware, and connections. It's the starting point for networks like Bitcoin and Ethereum.&lt;/p&gt;

&lt;p&gt;Layer 1: Advancing from Layer 0, it maintains blockchain functionality, immutability, consensus methods, programming languages, block time, dispute resolution, and the rules and parameters that assure a blockchain network’s core functionality.   Examples: Bitcoin, Ethereum, Cardano, Ripple. Limitation: Scaling.&lt;/p&gt;

&lt;p&gt;Layer 2: The scaling solution for specific blockchains, working with third-party integration to overcome Layer 1 limitations and to enhance the number of nodes and as a result system throughput.&lt;br&gt;
Layer 2 is used by protocols to promote scalability by separating some interactions from the base layer. It is the most popular approach for solving scaling issues attached to Proof of Work networks. At present, various industries have begun implementing layer two technologies.&lt;br&gt;
Examples: Optimism, Arbitrum.&lt;/p&gt;

&lt;p&gt;Layer 3: Also known as the "application layer," it hosts D-apps and protocols enabling real-world blockchain applications. Layer 3 is where blockchain shines in real-world scenarios.&lt;br&gt;
Examples: Wallets, Uniswap.&lt;/p&gt;

&lt;p&gt;🌐 Dive deep into the layers and discover the fascinating world of blockchain architecture! 💡 #BlockchainExplained #TechTalk #CryptoWorld 🚀&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
      <category>naderdabit</category>
      <category>beginners</category>
    </item>
    <item>
      <title>"Blockchain 101: From Novice to Ninja"</title>
      <dc:creator>Yuvraj Narayansingh Varma</dc:creator>
      <pubDate>Sun, 10 Sep 2023 20:56:18 +0000</pubDate>
      <link>https://dev.to/yuvi_varma/blockchain-101-from-novice-to-ninja-37d</link>
      <guid>https://dev.to/yuvi_varma/blockchain-101-from-novice-to-ninja-37d</guid>
      <description>&lt;p&gt;Unlocking the Mysteries of Blockchain: A Chocolate Factory Analogy&lt;/p&gt;

&lt;p&gt;🍫 Ever wondered what Blockchain really is? Let's simplify the jargon and break it down using a Chocolate Factory analogy! 🍫&lt;/p&gt;

&lt;p&gt;🔒 Blockchain Unwrapped&lt;br&gt;
In the world of tech, Blockchain is like a chain of blocks, where each block securely stores information using encryption (Cryptography) and links back to the previous one. It operates in a decentralized manner, just like your favorite Chocolate Factory.&lt;/p&gt;

&lt;p&gt;🍬 Chocolate Factory Chronicles&lt;br&gt;
Picture this: in a Chocolate Factory, chocolates are made and ready to be wrapped. But before they're wrapped, there's someone who meticulously checks the chocolate's size, structure, and overall quality. This chocolate represents "data," and the wrapper is the "block." These blocks are like boxes that are part of a chain, with each new block linked to the previous one. If the chocolate doesn't meet the quality criteria, it's rejected—no need to consult the CEO or the production department. This is the essence of the decentralized system!&lt;/p&gt;

&lt;p&gt;🏗️ How Blockchain Works&lt;br&gt;
Blockchain is a distributed ledger, meaning information is shared across nodes (computers) on a network. These nodes play a crucial role in securing the network by verifying transactions. Think of them as the dedicated workers in our Chocolate Factory.&lt;br&gt;
When a transaction occurs, all nodes on the network verify its validity through a process called "consensus." Nodes can be individual home computers or large corporate servers. They verify the blocks and add them to the Blockchain network. Transactions are shared across the nodes, and these nodes validate the transactions, adding them to a block. These blocks are then linked to previous ones, completing the transaction cycle.&lt;/p&gt;

&lt;p&gt;🔐 Tamper-Proof with Hashing&lt;br&gt;
Each new block contains a "hash value" of the previous blocks, making it nearly impossible to tamper with the data within a block. A hash is like a unique fingerprint containing all the block's information. If there's any change in a hashed file, its hash automatically changes too, ensuring data authenticity and security. This is crucial for preventing fraudulent transactions.&lt;/p&gt;

&lt;p&gt;⛽ The Role of Gas Fee&lt;br&gt;
To perform transactions on Blockchain, a "Gas fee" is introduced as a service to validate transactions smoothly. Gas fee is directly proportional to network congestion. To calculate it, you use the formula:&lt;/p&gt;

&lt;p&gt;Total Fee = Gas unit (limits) * (Base fee + Tip)&lt;/p&gt;

&lt;p&gt;Gas unit: The maximum amount you're willing to spend.&lt;br&gt;
Base fee: The minimum gas required for a transaction.&lt;br&gt;
Tip: An additional fee for faster processing.&lt;br&gt;
Different networks have varying Gas fees based on security, congestion, and transactions per second (tps). With the rise of decentralized apps (DApps), Gas fees have increased. You can reduce costs by transacting during low network usage or by lowering your tip if your transaction isn't time-sensitive.&lt;/p&gt;

&lt;p&gt;💡 Blockchain, just like the Chocolate Factory, is all about transparency, security, and tamper-proof data. It's reshaping industries worldwide, and now you're in the know! 🌐&lt;/p&gt;

&lt;p&gt;🚀 #BlockchainExplained #Decentralization #CryptoSimplified&lt;/p&gt;

</description>
      <category>naderdabit</category>
      <category>blockchain</category>
      <category>web3</category>
      <category>networking</category>
    </item>
  </channel>
</rss>
