RIZKYEMHA

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

Why Zustand Needs Context in Next.js2026-06-05

Why 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!

8 min read
RSC & Animations: Fix the Wrong Assumption2026-05-16

RSC & 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.

8 min read
Relative vs Absolute Path Bugs in Next.js ?2025-05-15

Relative 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.

4 min read
Why I Chose Prisma Over Raw SQL for My Projects2024-04-10

Why 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.

6 min read
Coming Soon