All ~200k movies are available for free
No upgrade needed

Frontend Masters - TypeScript 5+ Fundamentals, v4

added

Frontend Masters - TypeScript 5+ Fundamentals, v4

TypeScript reduces bugs and improves maintainability when writing JavaScript. Learn all the key Typescript features such as variable typing, function signatures, union and intersection types, type aliases, and generics. Use effective strategies for transitioning your codebase to TypeScript for more robust and scalable applications.

https://frontendmasters.com/workshops/typescript-v4/

Contents:

(1) Introduction
(2) Variables and Values
(3) Objects, Arrays and Tuples
(4) Union and Intersection Types
(5) Interfaces and Type Aliases
(6) Type Queries, Callables & Constructables
(7) Classes & Type Guards
(8) Generics
(9) Wrapping Up