TypeSpec: API Design Before Code
Most teams design APIs one of two ways: write code first and extract OpenAPI from annotations, or write OpenAPI YAML directly and generate types from it. Both have the same problem — you end up maintaining two things (schema + code) that need to stay...
devtoolsguide.hashnode.dev4 min read