Writing
Field notes.On craft, and whatever else.
Short pieces on frontend craft, tooling, and the small details that make software feel considered. Written mostly for myself — shared in case it helps someone else.
How to Handle Large Datasets in Frontend Applications
Explore powerful techniques for handling large datasets in React application, including pagination, infinite scroll, and windowing
· 9 minUnderstanding 51% Attack on Blockchain
Understand the 51% attack, a significant threat to blockchain's decentralization and how it is being prevented
· 5 minConsensus Algorithms: Building Trust in Blockchain
Understand consensus algorithms and how it ensures trust, validate transactions, and maintain ledger integrity
· 5 minWeb3 101: Understanding Blockchain, Web3, and the Future of the Internet
Gain a deeper understanding of blockchain and Web3 in this blog. Discover the use cases of blockchain, how it differs from the current web, and the problems it solves for the future of the internet.
· 5 minSetting up ESLint, Prettier, and Husky with lint-staged for your Next.js Project
This is a walk-through of those steps required in setting up ESLint, Prettier, and Husky with lint-staged for a Next.js project
· 8 minContact Form in Next.js with Nodemailer
This is a walk-through of how to implement an email contact form with Next.js and Nodemailer
· 10 minMy Open Source Journey
I will be sharing my little what so experience I had with open source contributions till now, and answered few questions like should you be contributing, what all you can learn in the process, how to get started, and all those things to help you learn a little about open source contribution
· 6 min