Completed
Advanced composition
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
CQRS Pitfalls and Patterns
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 CQRS Pitfalls
- 3 Best Practices
- 4 Command Query Separation
- 5 Domain Models
- 6 Architecture
- 7 Standard CQRS
- 8 Simple CQRS
- 9 Private vs Public Data
- 10 Problems with CQRS
- 11 Vertical Slice Architecture
- 12 Race Conditions
- 13 Optimistic concurrency
- 14 Connection pool
- 15 Nonblocking
- 16 Advanced composition