Completed
Performance Scale
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Enabling Microservices at Apple
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Server Frameworks @ Apple
- 3 Services @ Apple
- 4 Framework Challenges
- 5 Performance Scale
- 6 People Scale
- 7 Application Needs
- 8 Why Request / Response?
- 9 What is an EventLoop?
- 10 Blocking the EventLoop
- 11 Build Blocking on Async
- 12 Why Backpressure?
- 13 Backpressure - Netty
- 14 Scalar - Callbacks
- 15 Why Streaming?
- 16 Why Cancellation?
- 17 Reactive Streams - Cancellation
- 18 Proxy Load Balancing
- 19 Service Discovery Recap
- 20 Client Service Discovery
- 21 Why Client Load Balancing?
- 22 Why Distributed Tracing?