How is software architecture defined?
Last updated on February 26th, 2023 at 05:23 pmUnderstanding Architecture’s definitions help you focus on the skills you need…
Last updated on February 26th, 2023 at 05:23 pmUnderstanding Architecture’s definitions help you focus on the skills you need…
As architects, we continuously make decisions. But not all those decisions are made equal. Only those considered as architecture…
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…