- 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.
- Learn Blockchain Programming with JavaScript
- JavaScript 從入門到項目實踐(超值版)
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- PaaS程序設計
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 數據結構(Python語言描述)(第2版)
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- 深度學習:算法入門與Keras編程實踐
- PostgreSQL Replication(Second Edition)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Learning Hadoop 2
- Django 3.0入門與實踐
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- 從零開始學UI設計·基礎篇