Blog

Notes on TypeScript, Next.js, SQL, Go, and the craft of building fast, pragmatic web products.

blog posts

Posts tagged "nextjs" — 10 posts

From Next.js to PHP in 1 Day with AI

Aug 25, 2025 • 3min read

I rebuilt my personal site from Next.js to PHP in one day using AI. The result: a 140KB bundle shrunk to 4KB and a much simpler stack.

nextjs

Next.js Hacks 2 - Use Discord as a Logger

Aug 17, 2025 • 3min read

Send logs straight to a Discord channel instead of paying for a logging service. A simple Next.js hack for small projects and side apps.

nextjs

Nextjs server actions in depth

May 22, 2025 • 9min read

Next.js Server Actions let you run mutations and server logic from React components. A practical look at how they work and when to use them.

nextjsreactjavascriptnodejsserver

I Built an AI App for Architects in 4 Hours

Apr 26, 2025 • 3min read

A 4-hour challenge to build a full-stack app that generates AI renders for architecture students. From idea to a working prototype in one afternoon.

nextjssqlite

Track User Behavior with Microsoft Clarity

Apr 10, 2025 • 3min read

Microsoft Clarity records user sessions, heatmaps and scroll data for free. Here is how to add it to a Next.js app and actually use the insights.

nextjs

Building My Own WordPress Hosting Service

Mar 31, 2025 • 5min read

What if you built your own WordPress hosting instead of using cPanel? Here is how I set up SenseiPress, from the first prototype to a working service.

wordpressnextjsdockersqlite

Context, Redux or Zustand in Next.js?

Jan 28, 2025 • 8min read

A work project forced me to compare Context, Redux and Zustand for global state. Here is when each one makes sense in React and Next.js.

nextjs

Next.js Internationalization in 10 Minutes

Jan 6, 2025 • 3min read

Stop postponing i18n. Here is a 10-minute walkthrough to set up next-intl in a Next.js app and keep translations organized from the start.

nextjs

Self-Host Next.js on Coolify in 5 Minutes

Oct 4, 2024 • 3min read

You do not need Vercel to deploy Next.js. Here is how to self-host it on a VPS with Coolify, step by step, in about five minutes.

nextjsdocker

Boost Productivity with Fabric AI

Sep 6, 2024 • 3min read

Fabric turns AI prompts into reusable terminal patterns. A quick introduction to installing it, using built-in patterns and making your own.

nextjsdocker