Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Low Latency Microservices & Monoliths in Java Using High Performance Serialization & Messaging
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 My first computer
- 3 Microservices
- 4 Web Page Size
- 5 Chart
- 6 Asynchronous messaging
- 7 Low latency definition
- 8 Low latency example
- 9 Doing less work
- 10 Componentbased design
- 11 Lambda architecture
- 12 Putting it all together
- 13 Distributed Systems
- 14 Single Core Processes
- 15 Single Core Example
- 16 CPU Layout
- 17 Thread Affinity
- 18 Challenges
- 19 Approach
- 20 Example
- 21 Data Model
- 22 Data Model Example
- 23 Mocking Component
- 24 Testing Component
- 25 Transports
- 26 Chronicle Queue
- 27 Microsoft JMH
- 28 Flow Control
- 29 Examples
- 30 Products
- 31 Summary