I'm a Cloud Application Architect, working for IBM. I write here some stuff related to my Application Architect work. The thoughts expressed in this blog belong solely to me, and not to my employer.
Introduction Integration Platform as a Service (iPaaS) has emerged as a revolutionary solution in the rapidly evolving digital landscape, simplifying...
In a previous post, I described the following pattern: CQRS (https://marc-architect.hashnode.dev/cqrs-pattern). Now, I'm going to write about...
C.Q.R.S stands for Common Query Responsibility Segregation. The goal of this pattern is to improve the performances of queries on business objects...
In Software Architecture or Development, we always deal with TLS (formerly called SSL) for Security. But as always, each time I have to work on that...
In a Micro Services architecture, you need to decide how microservices will communicate between each-other. When I say "communicate", I mean a...