Completed
Tokio's Async Ecosystem
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Why the Future of the Cloud Will Be Built on Rust
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A brief, subjective history of the Cloud
- 3 The Old World
- 4 OSS: Config Management
- 5 Making machines multi-tenant
- 6 Productizing the Datacenter
- 7 Decoupling the App from the Host
- 8 Cloud Native v1
- 9 Linkerd: A Service Mesh
- 10 Rust: the right tool at the right time
- 11 The classical model
- 12 The modern model
- 13 The system layers
- 14 Systems Programming
- 15 Requiring error handling
- 16 Preventing runtime errors
- 17 Opting-in to runtime errors
- 18 Safe Concurrency
- 19 Resource Acquisition is Initialization
- 20 Tokio's Async Ecosystem
- 21 Modular components
- 22 Summary