Tag: #openapi
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
API Contract Testing & API Tooling 2026 Deep-Dive: Pact, Bruno, Hoppscotch, MSW, Karate DSL, Schemathesis Compared
A 2026 deep-dive comparing Pact, MSW, Bruno, Hoppscotch, Karate DSL, Schemathesis, Dredd, Prism, RestAssured, Postman, and Insomnia. Covers OpenAPI 3.1, AsyncAPI 3.0, GraphQL schema testing, and Consumer-Driven Contract
2026-05-25 · 11 min read #api-testing#pact#bruno#hoppscotch#mswAPI Design & Testing Tools 2026 — Bruno / Insomnia / Postman / Hoppscotch / Scalar / Mintlify / Buf Deep Dive
The API tooling landscape in 2026 looks nothing like it did five years ago. Postman lost trust through account requirements and cloud sync defaults. Insomnia 8 walked the same path and stumbled again after the Kong acqui
2026-05-16 · 21 min read #api-design#api-testing#bruno#insomnia#postmanAPI Schema Landscape 2026 — JSON Schema, OpenAPI 3.1, AsyncAPI, GraphQL, gRPC, Smithy, TypeSpec in One Map
In 2026 the real unit of an API is not the endpoint — it is the schema. JSON Schema 2020-12 became the shared base for OpenAPI 3.1, AI tool calling and config validation; AsyncAPI 3.0 settled in as the OpenAPI of events;
2026-05-14 · 23 min read #api-schema#json-schema#openapi#asyncapi#graphqlAPI Design Complete Guide — REST, OpenAPI, Versioning, Pagination, Idempotency, Webhooks (2025)
REST Maturity, OpenAPI 3.1, Versioning, Pagination (Offset/Cursor/Keyset), Idempotency Key, Rate Limiting, Webhook retries, AsyncAPI — the 2025 state of API design.
2026-04-15 · 10 min read #api#rest#openapi#webhook#versioningREST API Design Best Practices 2025: Naming, Versioning, Error Handling, Pagination, Security
Everything about REST API design! Resource naming, correct HTTP method usage, status codes, error response standards, pagination (Cursor vs Offset), versioning (URL vs Header), authentication (OAuth2/JWT/API Key), OpenAP
2026-03-25 · 19 min read #rest-api#api-design#http#pagination#versioningREST API Design Best Practices 2025: Essential Principles and Patterns Every Developer Must Know
Everything about REST API design in one post! Richardson Maturity Model, URL naming conventions, HTTP method semantics, status code strategy, pagination (Cursor vs Offset), error handling (RFC 9457), versioning, Rate Lim
2026-03-23 · 22 min read #rest-api#api-design#openapi#swagger#versioning