» Tag
error-handling
6 postsMCP Server Crashes: The Error Recovery Pattern That Saved It
I developed an effective error handling method for my MCP server. Prevent server crashes with a robust error recovery pattern.
The Silent Socket: A Gemini-TTS Batch That Hanged Indefinitely
A silent socket caused a batch process to hang indefinitely. The fix involved adding timeouts to detect stalls.
When `await mutation()` misleads: the `{ error }` destructuring issue
Explore the misleading nature of API return values in Supabase and the importance of error handling.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comMy Next.js 16 Optimistic UI Broke Under Rapid Clicks
A Next.js 16 useOptimistic checkbox demo looked flawless until rapid clicks exposed a race condition. Fixes cover pending state, cache tags, and error.tsx.
Build a Bounded JSON Repair Loop for LLM Output in Python
Learn to build a bounded JSON repair loop for LLM outputs using Python.
Adding Go's Defer to the TypeScript Compiler
An exploration of adding Go's defer statement to the TypeScript compiler, revealing complexities.