Microservices

Microservices: Design Principles Introduction icon-angle-right  What is a Service? A service is a piece of software that provides functionality to another pieces of software.               Provide reusability of functionality. A service can provide functionality to any application. Such a web server, mobile, or desktop application A service can be use […]

Share

Architectural Principles

Service Autonomy Principles One service should not depend and/or rely on any other service to do its work. Any service failing should not affect other services. Any external service should be considered unstable and be expected to fail If any external service fails then there should not be a cascade of these failures into our […]

Share