Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Porting Web SDK from JS into TS
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What was migrated? Web SDK for cloud-based telephony solutions
- 3 Software Complexity Problem
- 4 Migration target
- 5 Types: a trap for errors
- 6 How traps work
- 7 Types pros and cons
- 8 Types cons and pros
- 9 How we use types at Voximplant
- 10 What about clients?
- 11 What about the legacy like jQuery?
- 12 Will it be fat and slow?
- 13 What about Creative JavaScript?
- 14 Gradual transition to TS?
- 15 Toolchain?
- 16 Where to get types?
- 17 How about a build system?
- 18 Continuous integration?
- 19 Testing?
- 20 Best things in practice
- 21 TypeScript pros and cons
- 22 Lessons learned by Voximplant