TypeScript — resources
roadmap.sh: https://roadmap.sh/typescript
Books
- Programming TypeScript (Boris Cherny) — practical, well-paced intro to the type system and tooling.
- Effective TypeScript (Dan Vanderkam) — 62 specific ways to use TypeScript better; great after the basics.
- TypeScript in 50 Lessons (Stefan Baumgartner) — bite-sized lessons building deep type intuition.
Courses / practice
- TypeScript Handbook — the official, authoritative language reference.
- Total TypeScript (free beginners tutorial) — Matt Pocock’s hands-on exercises on real-world typing.
- Type Challenges — graded puzzles to master the type system.
- Exercism TypeScript Track — practice exercises with mentor feedback.