Back to blog

Hello World

Kicking off the blog with a quick intro to what I'll be writing about here.

meta
personal

Welcome to my blog. This is the first post — a simple hello world to make sure everything is wired up correctly.

What to expect

I'll use this space to write about:

  • Software engineering — patterns, tools, and lessons from building things
  • Side projects — progress updates and technical deep dives
  • Photography — occasional notes on gear, technique, and trips

A code snippet

Here's a tiny example to confirm MDX rendering works:

export function greet(name: string) {
  return `Hello, ${name}!`;
}

That's it for now. More soon.