This past week I’ve been seeing a recurring theme emerge while studying about the Scrum methodology: the importance of communication. Teams require transparency in order to assess what they’ve done and adapt if needed. Scrum fails if communication is poor within a team. Clear communication can be the difference between creating microservices or creating a […]
In the last post, I talked on Layered, Microkernel and Event Driven architectures. In this post I’d like to conclude this quick series on software architecture patterns by going over Microservices Architecture, and how to achieve this kind of production. Microservices and RESTful APIs Microservice Architecture is dividing various logical parts of the project into […]