Hello, World

10/12/2025

Welcome to my new website! This space will host notes on web development, architecture decisions, and things I find useful.

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

Thanks for reading — more soon.