Tagged: Microservices

0

Microservices – Not a free lunch!

Author: Benjamin Wootton Microservices are a style of software architecture that involves delivering systems as a set of very small, granular, independent collaborating services. Though they aren’t a particularly new idea, Microservices seem to have...

0

Microservices Are SOLID

Author: Matt Stine Microservices are often described as small, loosely coupled applications that follow the UNIX philosophy of “doing one thing well.” They have also been related to the Single Responsibility Principle, the first...

0

Microservices

Authors: James Lewis, Martin Fowler  The term “Microservice Architecture” has sprung up over the last few years to describe a particular way of designing software applications as suites of independently deployable services. While there...