- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 145字
- 2021-07-02 22:18:22
Communication through user interface
In most cases, the usability of a system is determined through the frontend. A system designed using Microservices should avoid using a monolithic user interface. There are several proponents of the idea that Microservices should contain a user interface and we agree with that.
Tying a service with a user interface gives high flexibility to the system to incorporate changes and add new features. This also ensures that distribution of teams is not by the communication hierarchy of the organization but by domains that Microservices are a part of. This practice also has the benefit of ensuring that the user interface will not become a deployment monolith at any point in time.
Although there are several challenges associated with integrating the user interface of Microservices, there are several ways to enable this integration. Let's take a look at a few.
- Learn TypeScript 3 by Building Web Applications
- Python for Secret Agents:Volume II
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- PyQt從入門到精通
- Vue.js快跑:構建觸手可及的高性能Web應用
- Neo4j Essentials
- Django Design Patterns and Best Practices
- 微信小程序項目開發實戰
- Python Data Analysis Cookbook
- 從零開始學Linux編程
- Android驅動開發權威指南
- LabVIEW虛擬儀器入門與測控應用100例
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Python Machine Learning Cookbook