exploring-ethereum-the-basics.hashnode.devAn Introduction to Ethereum Blockchain: A SummaryWhat is a Blockchain? Blockchain is a sequential list of records called blocks that store data publicly and in chronological order. The participants of the Network have access to the Blockchain data, maintain the data, and hold the democratic right t...Jul 13, 2025·5 min read
exploring-ethereum-the-basics.hashnode.devUnderstanding Ethereum Proof-of-Stake: Rewards, Penalties, and SecurityPreviously, Ethereum relied on the Proof of Work (PoW) consensus protocol to validate and add new blocks to the blockchain. While effective, PoW came with some downsides; most notably, high energy consumption and limited scalability. To address these...Jul 10, 2025·4 min read
exploring-ethereum-the-basics.hashnode.devExploring Ethereum: The BasicsFollowing Ethereum’s creation as a general-purpose computing platform, Ethereum quickly gained traction in the blockchain space. Designed to support a wide range of decentralized applications through programmable smart contracts, Ethereum has become ...Jul 9, 2025·5 min read
devct.hashnode.devThe Rise of the Backbone of the World Computer: EthereumMost people recognize Bitcoin as the pioneer of cryptocurrency; however, its use cases were limited to serving as a digital currency network. This limitation inspired the creation of a general-purpose, programmable blockchain that runs a virtual mach...Jul 8, 2025·4 min read
devct.hashnode.devUsing requestAnimationFrame for JavaScript animation on the WebIt took me time to grasp the concept behind the requestAnimationFrame method. So I will briefly explain how to use requestAnimationFrame in web animations. Before then, let us understand how this method came to be and its advantages/uses. What is ani...Nov 14, 2022·4 min read