Tag
nextjs
distributed systemsReplacing Sharp with WASM: How a Hidden SVG Dependency Broke Our Rendering Pipeline
A production-only SVG failure exposed a hidden Sharp dependency, a broken fallback, and why I replaced the rasteriser with resvg WASM.
pythonStreaming APIs with FastAPI and Next.js - Part 2
In Part 1, we explored how to stream data into a React component using modern browser APIs. Now it's time to build the other half: the FastAPI backend…
pythonStreaming APIs with FastAPI and Next.js - Part 1
Streaming data in the browser is one of those things that feels magical the first time you see it: data appears live - no need to wait for the full…