Tag: #rfc9457
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
The Complete Guide to Error Handling: Designing Failure as Part of the Contract
This guide treats error handling as part of the interface contract rather than as exception syntax. It covers the two axes for classifying errors, the real axes of the exceptions-vs-return-values dispute, the rules for t
2026-08-15 · 22 min read #에러처리#재시도#rfc9457#타임아웃#관측가능성The Complete Guide to API Design: Settle the Irreversible Decisions First
This guide reorganizes API design around a single axis: which decisions become irreversible the moment you publish, and which you can still change later. Resource boundaries, identifiers, method semantics, status codes,
2026-08-15 · 24 min read #api설계#rest#http#rfc9110#rfc9457