External Exercises
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/production/semester-08-system-design-leadership/module-03-event-driven-architecture/exercises.md - App:
production - Semester:
semester-08-system-design-leadership - Module:
module-03-event-driven-architecture - Unit kind:
exercise - Curation level:
module_curated
Learning objectives
- Explain External Exercises in terms of events, temporal coupling, and consistency tradeoffs instead of diagram-first messaging vocabulary.
- Use External Exercises to predict how data, retries, ordering, and observability will behave when workflows are split across asynchronous boundaries.
- Use
system-design-primerto connect the learner explanation to streams, event contracts, choreography, and coordination failure modes.
Prerequisites
- Comfort with service decomposition, distributed communication, and consistency tradeoffs from the earlier modules.
Source books
system-design-primer
Source routes
System Design Primer
- /books/system-design-primer via
System Design Primer -- interview questions,System Design Primer -- real-world architectures,System Design Primer — interview questions,System Design Primer — real-world architectures
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- Confluent Event-Driven Architecture Pattern (
official_docs_companion) - Anchors event-driven concepts in a concrete implementation-oriented reference instead of abstract messaging diagrams. - Martin Fowler: Event Sourcing (
optional_deep_dive) - Provides a deeper model for reasoning about event histories, replay, and asynchronous consistency.
AI companion modes
- Explain simply
- Socratic tutor
- Challenge my understanding
- Diagnose my confusion
- Connect forward / backward
Source-of-truth note
This teaching unit is learner-facing guidance. Its canonical source backbone is the referenced book system-design-primer, and outside material should only clarify or strengthen that backbone.