M Y P O S T S
Thoughts on building fast, accessible, and resilient web apps. Drawn from years of real-world experience, a couple of books, and a lot of hard lessons. Expect deep dives, practical tips, a bit of history, and the occasional opinionated take on where the web is going.
Latest Post
Next.js Middleware Explained In A Way Nobody Told You13 November 2025· Nitesh Babu 4 min readFriendly deep dive into how Next.js Middleware actually works and why it is one of the most powerful features in the framework.
Caching in Next.js - Complete Beginner’s Survival Guide5 November 2025· Nitesh Babu 4 min readSimple guide to how caching works in Next.js, covering static, dynamic, and revalidated caching so you can build faster, more efficient, production-ready apps.
#react#frontend#performance#javascript R E A D M O R E →
Why React 19’s New Compiler Is a Game Changer18 October 2025· Nitesh Babu 5 min readDeep dive into how React’s new compiler reduces runtime overhead and speeds up rendering for complex apps.
#react#frontend#performance#javascript R E A D M O R E →
How to Build Pixel-Perfect UI with Tailwind CSS10 September 2025· Nitesh Babu 4 min readFriendly, practical guide to crafting precise, consistent, and production-ready user interfaces using Tailwind CSS , without fighting CSS.
#tailwind#frontend#css#styling R E A D M O R E →
Building Custom Hooks the Right Way30 August 2025· Nitesh Babu 4 min readA practical, human explanation of how to structure, design and write reusable custom hooks in React without falling into the common pitfalls.
#react#javascript#frontend#hooks R E A D M O R E →