Building & Deploying a Web3 Crowdfunding dApp using Solidity, Foundry & wagmi v2Dec 18, 2025·2 min read
Designing a Gas Efficient ERC20 Merkle Vesting ContractToken distributions are deceptively hard to get right on Ethereum.At scale, storing per user allocations on chain quickly becomes expensive, and time based vesting logic is prone to subtle bugs if not tested carefully. In this article, I’ll walk thro...Jan 7, 2026·4 min read
Understanding Ethereum Upgradability: Proxy Patterns, delegatecall & Building Production-Ready ContractsDec 14, 2025·3 min read
Solidity, ERC-20 Tokens, Hardhat & Deployment My Web3 Learning JourneyOver the past few days, I spent time diving deep into Solidity, smart contracts, memory/storage, ERC-20 standards, and deploying on Ethereum.This blog is a summary of everything I learned + what I built. Understanding Solidity from Zero to Contracts...Dec 6, 2025·2 min read
My Web3 Learning Week AMMs, LSTs, Wallet Security & On-Chain ExperimentsOver the past few days, I decided to revisit Web3 properly not just by watching concepts, but by understanding how things actually work under the hood, writing code, and building small experiments along the way. This article is my recap of everythi...Nov 29, 2025·3 min read
My Web3 Learning Journey: Solana, Ethereum, PDAs, DEXs & Building Real AppsThis week, I took my Web3 learning seriously again.I went through a lot of Solana and Ethereum fundamentals — and actually built a working Ethereum wallet interface using React, Wagmi, and Viem.Sharing everything I learned in a simple way, in my own ...Nov 23, 2025·4 min read
Building a Solana Token Launchpad (My Web3 Refresh Journey)After taking a long pause due to college and React learning, I’ve finally resumed my Web3 journey and this time, I’m learning in public. To restart things properly, I built a Solana Token Launchpad, a small DApp that lets you generate your own SPL to...Nov 18, 2025·3 min read
Day 42: Web Development + DevOps JourneyDay 42: Web Development + DevOps Journey Today marked another milestone in my Web Development + DevOps journey, where I dived deeper into back-end development and security aspects, as well as error handling. Here's a quick summary of what I learned, ...Oct 17, 2024·4 min read
🚀 Mastering Web Development & DevOps: Key Concepts and Lessons LearnedAs a web developer venturing into the world of DevOps, I’ve spent the last few weeks learning and experimenting with a wide range of tools and techniques that form the backbone of modern web applications. In this blog, I’ll share my key takeaways fro...Oct 2, 2024·3 min read