How to keep learning as a software architect?
As architects, we need to keep up with the new technologies, architecture approaches, frameworks, and tools. This…
As architects, we need to keep up with the new technologies, architecture approaches, frameworks, and tools. This…
Understanding Architecture’s definitions help you focus on the skills you need to learn and know what is…
As architects, we continuously make decisions. But not all those decisions are made equal. Only those considered…
The question here is should we always reuse the common code across microservices and avoid duplication as…
When migrating a Monolithic to Microservices, there are much more than technical challenges. First and not least,…
Here are my favorite microservices books: 1- Building Microservices: Designing Fine-Grained Systems: if you are new to…
As architects, we are expected to know more and more technologies. Not only this but also to…
The following are the books I recommend and I keep them handy: – Fundamentals of Software…
Let’s be clear and honest, nothing can replace experience, but learning architecture by reading books and taking…
HTTP GET requests should not modify server state. The GET is usually used to retrieve or search…