To Reuse or not to reuse in microservices?
The question here is should we always reuse the common code across microservices and avoid duplication as we do…
The question here is should we always reuse the common code across microservices and avoid duplication as we do…
When migrating a Monolithic to Microservices, there are much more than technical challenges. First and not least, is the…
Here are my favorite microservices books: 1- Building Microservices: Designing Fine-Grained Systems: if you are new to Microservices, I…
As architects, we are expected to know more and more technologies. Not only this but also to be able…
The following are the books I recommend and I keep them handy: – Fundamentals of Software Architecture: An…
Let’s be clear and honest, nothing can replace experience, but learning architecture by reading books and taking courses can…
HTTP GET requests should not modify server state. The GET is usually used to retrieve or search resources. For…
You are assigned the task to produce the architecture of a new application that has the following requirements: The…
Last updated on March 7th, 2021 at 01:09 pmBased on my experience, the following are the most important challenges…
Last updated on February 13th, 2021 at 06:41 pmThe Technology Radar is a document produced twice a year by…