

The Vanilla TS Experience | Josh Goldberg | Ep 10
7 snips Mar 24, 2025
Josh Goldberg, an independent open-source developer and Microsoft MVP, shares his wealth of knowledge about TypeScript. He offers a welcoming guide to beginners, emphasizing resources like the free TypeScript Handbook and the playful TypeScript Playground. The conversation highlights pain points for newcomers and the significant advantages TypeScript provides to seasoned developers. Listeners hear about essential learning strategies and the benefits of tools like Create TypeScript App. Goldberg also discusses discriminated unions, a feature he particularly enjoys.
AI Snips
Chapters
Books
Transcript
Episode notes
Starting with TypeScript
- Start with the official TypeScript Handbook for foundational knowledge.
- Use the TypeScript Playground to experiment without local setup.
TypeScript Resources
- Access the official TypeScript Handbook at typescriptlang.org.
- Utilize the playground for experimentation and avoid initial setup.
TypeScript Learning Curve
- New TypeScript users often overcomplicate the type system.
- Growing proficiency leads to simpler, more idiomatic code.