This is the first post on my blog.
I've been meaning to write more for a while. Not for an audience — just to think out loud. Engineering is full of subtle decisions, tradeoffs, and hard-won lessons that don't fit neatly into a commit message or a Slack thread. This blog is where those thoughts go.
What I'll write about
- Systems design and architecture decisions
- Things I built and what broke along the way
- Cloud stuff, observability, and infrastructure
- Programming languages and tooling I'm currently using
- The occasional deep dive into something that fascinated me
Why markdown
Writing in markdown keeps me focused on the content. No rich text editor distractions. Just a text file, a clear head, and whatever I'm trying to say.
// The simplest possible blog post
const post = {
title: "Hello World",
content: "This is enough.",
}
More posts coming. Let's see how this goes.