All posts
·1 min read·David Pilat

Building My Hub: Resume, Projects, and Writing

Why I built this site, the stack behind it, and what I plan to write about.

#meta#nextjs#dotnet

Welcome to my corner of the internet. This site is my hub — a place for my resume, the projects I've shipped, and writing about building reliable software.

Why build it from scratch?

After years stabilizing SaaS platforms, I wanted one place I fully control: a dark, fast, modern site with a real content engine behind it rather than a static template.

The stack

  • Next.js (App Router) + TypeScript
  • Tailwind CSS for the design system
  • PostgreSQL + Prisma for content
  • Auth.js for the admin area and a custom WYSIWYG editor

More posts coming on .NET, CI/CD, and keeping production boring.