News

For object-oriented design we follow the SOLID principles. For microservice design we propose developers follow the “IDEALS”: interface segregation, deployability (is on you), event-driven ...
Domain-Driven Cloud (DDC) is an approach for creating your organization’s cloud architecture based on your business model. Based on Domain-Driven Design (DDD) and the architecture principle of ...
In this post, I cover domain-driven design (DDD) and how this development philosophy can be used to represent the real world in code while being well-suited to a microservices implementation.
Yet for most companies that take the plunge, development activity is more about the transformation of an existing monolithic application into a microservices oriented architecture, which can be a ...
Microservices are near the peak of inflated expectations which portends looming disillusionment as IT and AppDev practitioners encounter many roadblocks ahead, including a steep learning curve, new ...
Conclusion: An Indispensable Design Pattern for Digital Finance In an industry where downtime equates to lost trust and revenue, the Circuit Breaker pattern is a strategic safeguard.
There are three ways to set up communication in a microservices-oriented application: synchronous, in which communication happens in real time; asynchronous, in which communication happens independent ...