My favorite Microservice books
Here are my favorite microservices books: 1- Building Microservices: Designing Fine-Grained Systems: if you are new to Microservices, I…
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…