- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 120字
- 2021-06-30 19:10:39
What is a microservice?
Microservices are modular, loosely-coupled services that provide a fine-grained protocol. They physically separate concerns and allow us to design, develop, test, and deploy them independently.
Due to their modular capabilities, they can be created by small cross-functional teams that are embracing the benefits of agile methodologies and the DevOps culture. They are also an ideal candidate for continuous delivery and deployment.
DevOps is a software development and delivery process that emphasizes communication and collaboration between product management, software development, and operations professionals.
They are easy to understand and connect well with other services, making integration of complex applications a lightweight task. They can be scaled, monitored, and controlled independently so that they fully benefit cloud architectures.
推薦閱讀
- 零基礎玩轉區塊鏈
- Programming ArcGIS 10.1 with Python Cookbook
- 數據庫系統原理及MySQL應用教程
- C語言程序設計
- Python Geospatial Development(Second Edition)
- Mastering Swift 2
- Linux命令行與shell腳本編程大全(第4版)
- Unreal Engine 4 Shaders and Effects Cookbook
- Integrating Facebook iOS SDK with Your Application
- R語言與網絡輿情處理
- Getting Started with Hazelcast(Second Edition)
- Creating Data Stories with Tableau Public
- Django Design Patterns and Best Practices
- React and React Native
- C語言程序設計