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
Build a streaming API with FastAPI's StreamingResponse, send incremental log updates over HTTP, and connect the response to a Next.js frontend.
Updated · originally
pythonStreaming APIs with FastAPI and Next.js - Part 1
Consume a streaming HTTP response in Next.js with Fetch, ReadableStream, and TextDecoder, then render FastAPI updates as they arrive.
Updated · originally