Completed
Binary formats Schema-less
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Top Mistakes When Writing Reactive Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Actors vs Futures
- 3 Pick the Right Tool for The Job
- 4 Actor Use Cases
- 5 Future Use Cases
- 6 Avoid Java Serialization
- 7 Sending Data Through Network
- 8 Persisting Data
- 9 Java Serialization - Round Trip
- 10 Java Serialization - Footprint
- 11 Java Serialization Implementation
- 12 Binary formats Schema-less
- 13 Flat Actor Hierarchies
- 14 The Actor Hierarchy
- 15 Two Different Battles to Win
- 16 Errors & Failures
- 17 Error Kernel Pattern
- 18 Backoff Supervisor
- 19 Graceful Shutdown
- 20 High-level Procedure
- 21 Integration with Sharded Actors
- 22 CoordinatedShutdown Extension
- 23 Distributed Transactions
- 24 Two-phase commit (2PC)
- 25 Saga Pattern
- 26 Investigating Longtail Latencies
- 27 Tolerating Longtail Latencies
- 28 Quick Tips
- 29 Questions