A collection of my writings and case studies covering projects I’ve worked on, ideas I’ve explored, and insights I’ve gathered through my developer journey.
Understand what TanStack Query is, why it’s powerful, and how to start using it in your projects.
Ever wondered how EventEmitter in Node.js really works under the hood? In this beginner-friendly guide, we’ll build our own custom Event Emitter from scratch in JavaScript, step by step.
Ever wondered what happens after you type node app.js? In this post, we'll explore how V8 parses your JavaScript into an AST, runs it through Ignition and TurboFan, and how Node's event loop (powered by libuv) handles async operations like promises, timers, and I/O.