Why I built llm-queue: one local LLM (Ollama) behind an OpenAI-compatible HTTP API, so every process shares one serialized priority queue instead of thrashing the model.
Tag
Open source
3 posts tagged “Open source”.
Playwright can mock browser requests, but not the fetches your Next.js server makes during SSR. Here is how I record real API responses once and replay them deterministically on CI, with the backend turned off.
The story of building state-in-url: turning the browser URL bar into real, type-safe React state — the design decisions and trade-offs.