Microservices Architecture? let’s go for it, but…

Nowadays we are observing big buzz around microservices. Applications are designed as a set of small and interconnecting blocks that are built with the single responsibility principle in mind. Typically those services are separate WARs or processes that are exchanging information via different mechanisms, i.e. REST API, queues. A good summary description of microservices architecture […]