Insights from the Intersection of Code and Craft
Articles on fullstack development, software architecture, and engineering best practices.
Written to share what I've learned — so others can build better, faster.
All Blogs
2026-06-05Why Zustand Needs Context in Next.js
Why do we need React Context with Zustand in Next.js? It’s not a React issue, but about Node.js memory management and per-request state isolation. Learn why!
2026-05-16RSC & Animations: Fix the Wrong Assumption
Thought adding animations meant turning your whole Next.js page into CSR? Think again. Discover how Next.js actually handles animations without losing SSR benefits.
2025-05-15Relative vs Absolute Path Bugs in Next.js ?
A subtle bug I encountered when using relative paths in a reusable component across different pages in Next.js App Router.
2024-04-10Why I Chose Prisma Over Raw SQL for My Projects
A comparison of Prisma vs raw SQL for fullstack projects — why Prisma is my go-to choice for type safety, declarative migrations, and better developer experience.