Further reading
- Architectural Patterns, by Pethuru Raj, et al.
This book covers all of the system design patterns discussed in this chapter, as well as additional patterns. If this is an area of particular interest to you, this is a good place to start:
https://www.packtpub.com/product/architectural-patterns/9781787287495
- Solutions Architect’s Handbook – Second Edition, by Saurabh Shrivastava, et al.
The work of a solutions architect is a popular field, as it focuses on moving from on-premises to the cloud. To do this, a full understanding of the current architecture is needed in order to determine the right solution for the cloud. As such, this offers a great view for understanding an entire architecture:
https://www.packtpub.com/product/solutions-architect-s-handbook/9781801816618
- Hands-On Design Patterns with Java, by Dr. Edward Lavieri
This book gives you a real hands-on approach to learning about a...