
TypeScript's satisfies operator: what it's actually for
TypeScript's satisfies operator explained with practical examples: why as and explicit annotations lose inference, and how satisfies solves the problem without trade-offs.
3posts

TypeScript's satisfies operator explained with practical examples: why as and explicit annotations lose inference, and how satisfies solves the problem without trade-offs.
A practical guide to Fastify with TypeScript: routing, schema validation, and plugin architecture, to build a fast, typed REST API from scratch.

The new NoInfer<T> utility introduced in TypeScript 5.4 to control generic type inference, with practical examples.