Tag: #rest
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 8 posts
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#rfc9457Stopping Does Not Mean Falling Behind — What Burnout Taught Me
The harder you have worked, the less you know how to stop. Burnout is a condition that arrives from the opposite side of laziness. This post walks through the three signals of burnout as defined by the World Health Organ
2026-07-20 · 6 min read #mindset#healing#burnout#rest#recoveryA Manual for Days When You Feel Like Doing Nothing
There are days when you turn off the alarm and still cannot get out of bed, days when you know what needs doing but your body will not move. Read such a day as a failure of willpower and the self-blame begins, and self-b
2026-07-20 · 6 min read #mindset#healing#motivation#rest#self-compassionThe HTTP QUERY Method — A New Verb for an Old REST Dilemma
GET cannot carry a request body and POST is semantically wrong for search. This article explores the HTTP QUERY method that resolves this long-standing dilemma, covering its motivation, semantics, and practical adoption.
2026-06-25 · 14 min read #http#query-method#rest#api-design#rfcAPI 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#versioningAPI Versioning & Evolution Strategy Complete Guide 2025: Breaking-Change-Free API Evolution, Deprecation, Sunset
Everything about API versioning! URL/Header/Content negotiation strategies, breaking vs additive changes, Semantic Versioning, deprecation policy, Sunset header, GraphQL versionless approach, case studies of Stripe/GitHu
2026-04-15 · 12 min read #api#versioning#evolution#breaking-changes#deprecationThe Complete Guide to API Design & Microservices Architecture
From REST, GraphQL, and gRPC API design principles to microservices patterns, service mesh, event-driven architecture, and distributed transactions.
2026-04-12 · 16 min read #architecture#api#microservices#rest#grpcGraphQL Complete Guide 2025: Beyond REST — From Schema Design to Federation and Performance Optimization
Everything about GraphQL! REST vs GraphQL comparison, Schema Design (SDL), Resolver patterns, N+1 problem solving with DataLoader, microservice integration with Apollo Federation, real-time Subscriptions, security, and p
2026-03-23 · 17 min read #graphql#rest#api#apollo#schema