Skip to content

Tagged

API Design

3 articles on api design.

TypeScript Won't Save You From Your API

Your types at the API boundary are a description of last week's schema, not a guarantee about today's. Most teams have end-to-end type theater, and the gap only shows up at runtime.

TypeScriptAPI DesignType SafetyFrontend
July 2026·5 min readRead article →

Your GraphQL Schema is a Team Contract, Not a Type File

Every field you add to a GraphQL schema is a promise to every consumer. The teams that do GraphQL well treat the schema like a roadmap, not a database migration.

June 2026·5 min readRead article →

The Headless/UI Split: Building an SDK That Two Audiences Can Both Use

How splitting a fintech SDK into a headless layer and a UI layer let the platform work for both fast-moving and design-strict client teams, without forcing either to compromise.

SDK DesignPlatform ArchitectureReact NativeAPI Design
May 2026·7 min readRead article →