How I Moved My Google AI Studio App to GitHub CI Three wrong Fixes, one ghost container, and an afternoon I did not plan for.Jul 12, 2026·6 min read·7
Instagram front-end system design: RADIO framework walkthrough (2026)Learn how to design Instagram's front-end using the RADIO framework — requirements, architecture, data models, implementation, and optimization. Includes component structure and folder layout.Aug 1, 2025·3 min read·600
Polyfills of JS Array Methods - Flat, Map, Filter & Reduce (Because Why Not?)Alright, confession time, I’ve been writing JavaScript for a while now, but there’s something oddly satisfying about going back to the basics. You know, like trying to bake your bread from scratch even though you live next to a bakery. That’s exactly...May 13, 2025·4 min read·173
Polyfills for Call, Apply, and Bind — Let’s Build Them From Scratchhttps://store.nandan.dev/l/javascript-interview-prep-handbook Okay, so if you have ever deep-dived into JavaScript interviews or just casually scrolled through dev Twitter (yes, that’s a thing), you would have stumbled upon someone throwing around ...Apr 28, 2025·3 min read·437
I built an AI Book Recommendation App and was DDOS-ed for it.How I vibe coded my way into trouble and coded my way out of it..!!Apr 15, 2025·3 min read·114
Yet another blog on Call, Apply & Bind..!!How to answer the question : Explain Call, Bind & Apply in Javascript.Nov 22, 2024·3 min read·213
What are Javascript Closures?Closures are a fundamental concept in JavaScript that enables powerful features like data privacy, state persistence, and functional programming. This blog will demystify closures with examples and practical use cases. When are closures created? Clos...Nov 18, 2024·2 min read·595