6d ago · 7 min read · It is straightforward to configure a minimal API to produce an OpenAPI document at build time. This runs the API during build, requests the OpenAPI document from it, and saves it to disk. The slightly
Join discussion
May 10 · 4 min read · For about two years, I kept a YAML file next to every Express and FastAPI service I shipped. It started small — a few endpoints, a few schemas. Then the service grew, the team grew, and the YAML file became its own full-time job. The problem isn't wr...
Join discussionMay 9 · 11 min read · There was a period on a Django project where a simple question of "is this field actually used on the frontend?" would trigger a small investigation. You'd check the backend, grep through the React co
Join discussion
Apr 30 · 12 min read · Every modern .NET team eventually faces the same decision: how do you generate and maintain typed HTTP clients from an OpenAPI specification without drowning in boilerplate? The three tools that domin
Join discussion
Apr 30 · 7 min read · What if your OpenAPI spec wasn't just documentation, but the actual configuration of your production gateway? For years, API teams have lived with a quiet frustration: the gap between specification and reality. You write a beautiful OpenAPI spec. You...
Join discussionApr 11 · 19 min read · When building Python microservices (or any application that depends on external APIs), integration testing gets complicated fast. The services you depend on might not be available in your test environ
Join discussion
Apr 12 · 18 min read · A note on the code in this article. The implementation shown here is derived from a production Vue 3 application built for a Norwegian enterprise education platform. Service names, domain models, and
Join discussion
Apr 5 · 10 min read · TL;DR: Kaufland.SellerApi is a modern, open-source C# SDK built for .NET 8 that wraps all 24 Kaufland Marketplace Seller API endpoints. It handles HMAC-SHA256 request signing automatically, ships with
Join discussion
Mar 31 · 6 min read · So, instead of the usual models that use all their settings when making predictions, Qwen3.5-122B-A10B has a cool setup called Mixture-of-Experts (MoE). This allows the model to activate only a small
Join discussion