← All posts
· meta, astro, web

Hello, World

The first post on my new website — what it's built with and what I plan to write about.

Welcome to my website. After years of “I should really have a personal site”, here it is.

What this site is

A few things in one place:

  • Projects — a curated list of things I’ve built
  • CV — my professional background, printable as a PDF
  • Blog — occasional writing on software engineering topics

What it’s built with

The site is built with Astro — a framework designed for content-heavy sites that ships zero JavaScript by default. Pages are statically generated and served from Cloudflare’s edge network.

Styling is plain CSS using custom properties for a consistent design system. No Tailwind, no CSS-in-JS — just variables and utility classes.

What I’ll write about

Mostly software engineering: architecture decisions, tools I find interesting, lessons from building things in production. No promises on frequency, but I’ll try to write when I have something worth saying.