Hello World! Why I Started This Blog
Every developer has a "Hello World" moment. This is mine — not for a programming language, but for this blog.
Why write?
I've been building software for a while now, and one thing I keep coming back to is how much I learn by explaining things. Writing forces you to organize your thoughts, fill in the gaps in your understanding, and commit to an opinion.
What to expect
I'll be writing about the things I work on day-to-day: web development, developer tools, system design, and the occasional deep-dive into something I find interesting. Some posts will be tutorials, some will be opinions, and some will just be notes-to-self that I'm sharing publicly.
The stack
This blog is built with Next.js, MDX, and Tailwind CSS, deployed on Vercel. Every post is a Markdown file in a Git repo — no CMS, no database, no fuss.
// Writing a new post is this simple
const post = {
title: "Hello World",
format: "MDX",
deploy: "git push",
};If you made it this far, thanks for reading. More to come soon.