- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 149字
- 2021-06-30 19:10:49
Summary
In this chapter, we got a clear understanding of what microservices are, their benefits, and how they evolved from SoA. We now have a set of principles that we could use to create them, and an overview of how Domain-Driven Design will allow us to evolve our applications as per our requirements. Following these designs, we could have a clean architecture that will help our microservices' life cycle, from development to scaling or monitoring. We should be familiar with the benefits of the reactive systems and the cloud computing model, that will allow us to deliver microservices to the next level of industry standards.
But next, we need to start from the basics, so in the next chapter, we will focus on how we can get started on microservices with Kotlin using Spring Boot 2.0, meanwhile, we will learn the tools that we will use to create them.
- Java多線程編程實戰指南:設計模式篇(第2版)
- Getting Started with ResearchKit
- Building a Game with Unity and Blender
- Python計算機視覺編程
- 64位匯編語言的編程藝術
- Hadoop+Spark大數據分析實戰
- Java:Data Science Made Easy
- Oracle Database 12c Security Cookbook
- PLC編程與調試技術(松下系列)
- 學習正則表達式
- Building Android UIs with Custom Views
- INSTANT Adobe Edge Inspect Starter
- BeagleBone Robotic Projects(Second Edition)
- Elasticsearch Essentials
- Java核心編程