Learning Cloud Patterns and Technologies
This chapter will give you an in-depth exploration of the different cloud design patterns that are useful for building reliable, scalable, and secure applications in the cloud. Before talking about the different design patterns, we will cover the different challenges in cloud development and the different technologies. These patterns and technologies are important to understand.
In this chapter, we’re going to cover the following main topics:
- An introduction to patterns and technologies
- Using cloud design patterns
- Using different cloud technologies
Why should you care about design patterns? Why are software design patterns useful? Design patterns describe the objects that interact with classes used to resolve a common design problem in a specific context. These patterns are recipes and templates for best-practice solutions to common problems. By using them, you benefit from all of the experience that went into...