all posts

Hello, world (again)

2026-04-26

Five years ago I built a personal site in Angular and .NET, hosted it on Azure, and then never touched it again. The cert expired in 2021. The site survived mostly because nobody noticed.

This is the rebuild. New stack, same intent: a place to keep what I'm building, what I've shipped, and the things I figure out along the way.

Stack

  • Next.js 16 + TypeScript + Tailwind v4
  • shadcn/ui for components
  • Supabase for auth and Postgres
  • Drizzle for queries and migrations
  • MDX for posts and projects (this file)
  • Deployed in Docker to Fly.io (and Railway in parallel, for comparison)

More to come.