Completed
Leap second
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Ordering the Chaos - Cleaning Logs and Ordering Events in Microservices
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About me
- 3 What is timezone
- 4 Timezones change
- 5 Daylight Saving Time
- 6 Leap second
- 7 How is time distributed
- 8 Network Time Protocol (NTP)
- 9 Other approaches
- 10 Lamport timestamp
- 11 Implementation
- 12 Logger
- 13 Step 1
- 14 Step 2
- 15 Step 3
- 16 Step 4
- 17 Vector clock
- 18 Byzantine generals
- 19 Consensus problem
- 20 Raft
- 21 References