Web DevYour first Node server, no frameworkBuild an HTTP server with nothing but Node's built-in http module, then see exactly which parts of that work Express will do for you.Aug 30, 2026·6 min
CSHTTP: the request and response contractThe anatomy of an HTTP request and response: methods, headers, bodies, and status codes. Inspect real request/response pairs interactively.Aug 26, 2026·5 min
CSStatus codes and headers that actually matterThe HTTP status codes worth memorizing (200, 201, 204, 400, 401, 404, 409, 500) and the headers that control caching, content, and auth.Aug 26, 2026·6 min
CSWhat happens when you type a URL and hit enterThe full journey from keystroke to rendered page: DNS, TCP, TLS, HTTP, and rendering. The map this whole networking series fills in, piece by piece.Aug 24, 2026·7 min
NewsHTTP QUERY: A Safe, Cacheable Method With a BodyThe IETF standardized HTTP QUERY in RFC 10008, the first new HTTP method since 2010. What it does, when to pick it over GET or POST, and how to try it today.Jul 7, 2026·8 min