Index / Writing

Notes on building things well.

Short, specific posts — usually written right after finishing whatever they're about.

Aug 14, 2026

Building this site's token system

A short walkthrough of the six-color, two-font system behind this site, and why constraints made the design decisions easier, not harder.

Jun 02, 2026

Notes on a faster critical rendering path

Most performance work is not clever. It's removing things the browser has to wait for before it can paint anything at all.

Mar 19, 2026

Why I still reach for plain CSS Grid

Utility classes are great for spacing and color. For the actual structure of a page, I still write the grid by hand.