Completed
Distributed Request Tracing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Breaking the Monolith with Node and Docker at Netflix
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Netflix
- 3 Java REST API Server
- 4 Serverless Infrastructure
- 5 Inefficient Developer Workflow
- 6 Java Data API Server
- 7 Slay the Monolith
- 8 Use Restify
- 9 Route Management
- 10 Connect Style Middleware
- 11 Require Expire
- 12 Simplify Environment Set-up
- 13 Streamline Workflow with Tooling
- 14 Efficient Workflow
- 15 Java API Server
- 16 Operational Visibility
- 17 Infrastructure Integration : Atlas Request/Response Count
- 18 Server Restart Count
- 19 CPU and Heap Usage
- 20 Query Server Log Real Time
- 21 Distributed Request Tracing
- 22 Shadow Test in Production
- 23 Goal Reached