Architecture Patterns
Communication Patterns
Background Processing
Architectural Trade-offs
Messaging
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- Synchronous communication: HTTP/REST calls between services
- Pros and cons of synchronous: simple, but creates coupling and cascading failures
- Asynchronous communication: fire-and-forget, event-driven
- Pros and cons of asynchronous: decoupled, but complex to debug and reason about
- When to use synchronous vs asynchronous
- Real-world examples of each pattern
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.