- Python Microservices Development
- Tarek Ziadé
- 159字
- 2021-07-02 18:54:15
Preface
If we try to deploy our web applications into the cloud, it requires our code to interact with many third-party services. Using microservice architectures, you can build applications that will allow you to manage these interactions. However, this comes with its own set of challenges, since each set has its own complexity, and getting their interaction right isn't easy. This easy-to-follow guide covers techniques to help you overcome these challenges. You will learn how to best design, write, test, and deploy your microservices. The real-world examples will help Python developers create their own Python microservices using the most efficient methods. By the end of this book, you will have acquired the skills to craft applications that are built as small standard units, using all the proven best practices and avoiding the usual traps. Also, this is a useful guide for the vast community of Python developers who are shifting from monolithic design to the new microservice-based development paradigm.
- 軟件項目估算
- Spring Boot開發與測試實戰
- Spring 5企業級開發實戰
- Visual Basic程序開發(學習筆記)
- MySQL 8從入門到精通(視頻教學版)
- R語言游戲數據分析與挖掘
- 程序員考試案例梳理、真題透解與強化訓練
- 新編Premiere Pro CC從入門到精通
- Java:Data Science Made Easy
- Python Data Structures and Algorithms
- Python圖形化編程(微課版)
- Node Cookbook(Second Edition)
- 軟件項目管理實用教程
- SQL Server 2008 R2數據庫技術及應用(第3版)
- JavaScript機器人編程指南