Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Visual Studio Code - Shipping One of the Largest Microsoft JavaScript Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What do we ship?
- 3 Growing the code
- 4 TypeScript to the rescue...
- 5 Code Organization: Keep code structured
- 6 Growing Pains: Managing dependencies
- 7 Module Systems to the rescue...
- 8 TypeScript: First class module support
- 9 Lazy code loading
- 10 CSS dependencies
- 11 Performance: Bundle & Minify your Code
- 12 Post Module System Migration
- 13 Towards 100% TypeScript
- 14 Components
- 15 Dependency Injection
- 16 Execution environments
- 17 Performance: Virtual scrolling
- 18 Minified code: an editor's worst nightmare
- 19 Get to know your tools: Scrolling Performance