Writing
Notes on building
on the web.
Essays on frontend craft, product engineering, AI, and what I learn while shipping. Subscribe via RSS.
- Essay
RIP POST /search — Meet HTTP's New QUERY Method
We've been using POST for read-only searches for decades because GET couldn't carry a body. HTTP finally has a method that says what we actually mean.
httpapi-designbackendweb - Essay
Before You Write Your First Component — The React Toolchain, Explained
You've typed `npm start` and a React app appeared. But what actually happened? A layer-by-layer tour of every tool in the chain.
reactfrontendtoolingbeginner