← All posts

Hello, World (Again)

An introduction to this blog and what to expect from it.

Every developer, at some point, publishes a blog post titled "Hello, World." It's basically a rite of passage at this point. This is mine — though I'd like to think it comes with a bit more self-awareness than most.

Why a Blog?

I build a lot of things. Tools, games, systems, side projects that spiral into small obsessions before being gently archived. The problem is that the thinking behind all of it — the tradeoffs, the wrong turns, the occasional flash of genuine insight — tends to evaporate into the digital ether.

This blog is an attempt to fix that. Not a polished content calendar or a growth-hacking newsletter. Just notes from the process.

What you'll find here: Technical deep-dives, project postmortems, opinionated takes on tools and workflows, and the occasional philosophical detour about what it means to build things for the internet in 2026.

What This Blog Can Do

Since this is also a demonstration of the system itself — MDX lets me mix Markdown prose with raw HTML, scoped CSS, and even live JavaScript on a per-post basis. Here's a trivial example:

0

That counter lives only on this page. The next post gets a blank slate.

What's Next

I have a few things in the queue:

  • A breakdown of how the authentication system on this site works (and why I built my own instead of reaching for a third-party service)
  • Notes on building Apeiro — what I'd do differently
  • Something about the tension between "move fast" and "build right"

No promises on cadence. But the ideas are there.


— The Architect