Patterns of Inter-Node Communication in Distributed Systems
https://levelup.gitconnected.com/patterns-of-inter-node-communication-in-distributed-systems-da76f33796ea
https://levelup.gitconnected.com/patterns-of-inter-node-communication-in-distributed-systems-da76f33796ea
Imagine a scenario where you need to build an e-Commerce application using microservices. You may have microservices for Customers, Orders, Products, Shopping carts, etc. The microservices expose APIs to be used by the frontend. However, the data returned to the frontend by the Microservices may not be formatted or filtered Leggi tutto…
https://medium.com/ssense-tech/what-it-means-to-be-a-software-architect-at-ssense-8e6bc667972c Software architecture consists “… the fundamental organization of a system, embodied in its components, their relationships to each other and the environment, and the principles governing its design and evolution” Software architecture as the “shared knowledge of the system” and made of “hard to change decisions”. Those decisions mainly influence Leggi tutto…