1 - TypeScript 5.x: All New Features from 5.0 to 5.9
Complete overview of all TypeScript features from version 5.0 to 5.9: decorators, const type parameters, satisfies operator and much more.
Advanced TypeScript: conditional generics, mapped types, template literal types, type-level programming, the new Go compiler, and migration strategies for enterprise codebases.
Questa serie raccoglie 8 articoli (circa 154 minuti di lettura totale), pensati per un livello Advanced. Gli argomenti principali trattati sono TypeScript, generics, types, compiler.
Complete overview of all TypeScript features from version 5.0 to 5.9: decorators, const type parameters, satisfies operator and much more.
Master advanced TypeScript generics: covariance, contravariance, conditional constraints, infer keyword and real-world patterns.
Complete guide to Mapped Types, Conditional Types and Template Literal Types: the most powerful constructs of TypeScript's type system.
The new TypeScript 5.0+ decorators based on the TC39 Stage 3 proposal: syntax, patterns and comparison with legacy decorators.
How to implement type-safe error handling in TypeScript with the Result pattern, discriminated unions and never type to eliminate unhandled exceptions.
How to execute TypeScript files directly without compilation: Node.js --strip-types, Deno, Bun and tsx. Comparison and practical guide.
The new TypeScript compiler rewritten in Go: 10x faster, what it means for developers, timeline and impact on projects.
How to organize TypeScript projects in monorepo with Nx and Turborepo: structure, caching, dependency graph and best practices.
Have you read all the articles? Check how much you've learned by taking this series' quizzes.