Curated developer articles, tutorials, and guides — auto-updated hourly


Mocking an OpenAPI Spec From Scratch in 600 Lines of TypeScript A tiny Node CLI that...


Every new project starts the same way. The API contract is agreed, the spec is written, and now the....


Optic — the YC-backed, open-source API diff tool — is gone. The GitHub repo was archived on January...


Every mock you write is a claim about what your backend returns. The moment the backend changes — a....


From a partner company I got a openapi.yaml file to evaluate their api for our use cases. Mostly I.....