Next.js
3 ArticlesHow to Create a Blog Website in Next.js App Router
A walkthrough of how I built my blog using Next.js App Router, Markdown files, Prisma, Tailwind CSS, and a bunch of other tools. No CMS, no headless WordPress — just files on disk and some good libraries.
Read More
React Server Components Changed How I Think About Data Fetching
After years of useEffect and loading spinners, React Server Components made me realize most of my components never needed to be on the client in the first place.
Read More
Server Actions, Prisma, and PostgreSQL in a Next.js App
How I added a like counter and guest wall to my Next.js site using server actions, Prisma, and PostgreSQL. Real code, real patterns, real trade-offs.
Read More