Writing
Notes from the build
Automation, agentic engineering, and the occasional detour into IT operations. Written while the thing is still fresh, which is the only time the details are still true.
Design Tokens: One File to Brand an Entire Site
Every colour, size and radius on a site can live in one sheet of CSS custom properties. Rebranding then stops being an archaeology project.
Building a CMS Around Markdown Instead of a Database
Most CMS platforms start with a database. This one starts with a folder of Markdown files. Here's why that changes everything.