Latest Posts
Every Letter in This PDF Is a Drawing

Chromium drew my resume by hand: a PDF with zero font programs. The trigger is one branch in Skia, and pinning font weights does not dodge it.
The Silent Failures of React Compiler

React Compiler is powerful, but it often fails to optimize silently.
"use server" Is an Export, Not an Annotation

It does not mean runs on the server. It means every export becomes an HTTP endpoint, and mine handed 31 private repos to a bare curl.
Stop Fighting z-index: Stacked Layers with React Portals

A layering trick we picked up from studying DoorDash's DOM while building a design system, and the version I eventually ported into this blog.
Get Access To Children's Functions from Parent Component with React Hooks

One way to expose Children Components in React.
