Completed
Lazy Loading
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From Server to Serverless - A Debugger's Point of View
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Going Serverless
- 3 Going from Server to Serverless
- 4 Issues with Serverless Apps
- 5 Transpilers
- 6 Source Maps to the Rescue
- 7 Example Source Maps
- 8 Back to Our Problem
- 9 Source Maps Loading
- 10 Getting Along with V8
- 11 Getting Lazy
- 12 Lazy Loading
- 13 One Last Push
- 14 Parsing Source Maps
- 15 Trace Mapping
- 16 Not Only for Serverless
- 17 What did we learn