Architectural Design Patterns
In the previous chapter, we covered behavioral patterns, patterns that help with object interconnection and algorithms. The next category of design patterns is architectural design patterns. These patterns provide a template for solving common architectural problems, facilitating the development of scalable, maintainable, and reusable systems.
In this chapter, we’re going to cover the following main topics:
- The Model-View-Controller (MVC) pattern
- The Microservices pattern
- The Serverless pattern
- The Event Sourcing pattern
- Other architectural design patterns
At the end of this chapter, you will understand how to build robust and flexible software using popular architectural design patterns.