Skip to content
hm
::
dev
projects
posts
tags
about
Search
⌘K
projects
posts
tags
about
›
esc
→ Projects
page
→ Posts
blog
→ Tags
page
→ About
page
→ Full search
pagefind
$ grep -l "api-contracts" posts/
#
api-contracts
All the articles tagged "api-contracts".
2026-08-29
Sharing types between a .NET API and a TypeScript frontend without duplicating them
Hand-written TypeScript interfaces for a C# API drifted out of sync within weeks. Generating them from the OpenAPI spec instead caught a mismatched enum before it hit the client.
dotnet