coderxlr8.hashnode.devInheritance in Solidity: Modular Design, Not Umu-Nna DramaIn the world of smart contract development, efficiency isn't just a preference, it’s a financial necessity. High gas costs and the immutable nature of the blockchain make it both expensive and risky to write redundant code. This is where Inheritance ...Feb 14·5 min read
coderxlr8.hashnode.devEIP-1153 Explained: Transient Storage Opcodes in EthereumEthereum is constantly evolving to make smart contracts faster, cheaper, and easier to build. One of the most exciting improvements in recent years is EIP-1153, which introduces something called transient storage. In this article, we’ll break down EI...Feb 6·4 min read
coderxlr8.hashnode.dev⚡ Inside Ethereum: Understanding the EVM, Blocks, Gas, Accounts, and TransactionsEthereum is more than just a cryptocurrency network. It is a programmable blockchain that allows developers to build decentralized applications (dApps), deploy smart contracts, and create entirely new financial systems. But to truly understand Ethere...Feb 5·6 min read
coderxlr8.hashnode.devBlog API with Node JsIntroduction Blogs are an essential part of the modern web, and they continue to be popular platforms for sharing information and ideas. In this article, we will discuss how to design a simple and efficient blog API using Node.js. Node.js is a popula...Jan 8, 2023·14 min read