Next.js
|Article
Next.js App Router — A Practical Guide
Everything you need to know to move from the Pages Router to the App Router, with real examples and common pitfalls.
Read moreHands-on guides on Next.js, Prisma, Tailwind, Postgres, and everything in between.
Showing 6 of 6 items
Everything you need to know to move from the Pages Router to the App Router, with real examples and common pitfalls.
Read moreStop writing API routes for simple mutations. Server Actions let you call server functions directly from your components.
Read moreOne-to-one, one-to-many, many-to-many — the three relation shapes in Prisma and when to use each.
Read moreFive habits that keep your Tailwind codebase readable as it grows past the beginner phase.
Read moreA practical rundown of when to add an index, when to skip it, and how to tell if your index is even being used.
Read moreA clean authentication setup with email/password, database sessions, and Google OAuth — no magic, no lock-in.
Read more