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…
Sometimes you might want to put your site behind closed doors If you’ve got a publication that you don’t want the world to see yet because it’s not ready to launch, you can hide your Ghost site behind a simple shared pass-phrase.
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…
Based on my experience, the following are the most important challenges when you start as a new architect: Communication…
The Technology Radar is a document produced twice a year by ThoughtWorks Technology Advisory Board (TAB) to track technologies….
Constraints are liberating as Ted Neward said. If you start a project without any constrains, it is probably because…