Meta · Writing ·June 13, 2026 ·2 min
Hello, world
Why I started writing here, and what you can expect to find.
This is the first post on my new site. I built it to have a single home for my work — a place to point people to that isn’t a social feed I don’t control.
What I’ll write about
- Lessons from projects I’ve shipped
- Engineering decisions and the tradeoffs behind them
- The occasional note on tools and workflow
How this site is built
It’s a static Astro site styled with Tailwind CSS. Posts
like this one are just Markdown files in src/content/blog/. To add a new post,
copy this file, change the frontmatter, and write.
Replace this post with your own once you’re ready.