Welcome to my blog. This is where I’ll write about software engineering, infrastructure, and whatever else catches my attention.

What to expect

Mostly technical posts — deep dives, debugging war stories, and notes on tools I find useful. I’ll keep things concise and code-heavy.

The stack

This blog is built with Astro, a static site generator that ships zero JavaScript by default. Posts are plain markdown files. The whole thing compiles to static HTML and deploys to a CDN.

# that's it
npm run build

More soon.