Blog
Notes on building developer tools, AI, and the occasional career tip.
Popular topics
Clear filtersMore topics (145)
topic API designView all posts
Latest articles
Showing 1–4 of 4
API designJul 17, 20262 min read
REST API Pagination, Filtering, and Sorting Done Right
Design predictable REST collection endpoints with pagination, filtering, sorting, validation, stable cursors, and clear response contracts.
API designJul 17, 20262 min read
GraphQL API Design: Schemas, Resolvers, and Production Trade-Offs
Learn GraphQL API design through schemas, queries, mutations, resolvers, pagination, authorization, caching, limits, and production trade-offs.
OpenAPIJul 17, 20262 min read
Build Better APIs with Contract Testing and OpenAPI
Learn how OpenAPI and contract testing keep API producers and consumers compatible across services, teams, and deployment cycles.
TypeScriptJul 17, 20262 min read
TypeScript Generics in Practice: Safer APIs Without Repetition
Learn TypeScript generics through reusable functions, constraints, keyof, mapped types, conditional types, and practical API design.