When we think about microservices we usually imagine a bunch of self-contained and job-focused applications, each specifying and managing their own boundaries and dependencies, and talking to each other over HTTP / REST APIs.
Used in the right context, the microservice architecture can deliver number of great benefits to a business. But those benefits come with tradeoffs.
Unfortunately a lot of people find out too far down the road just how difficult REST-based microservices can be to implement and maintain.
In this presentation we dug into the pros and cons of using microservices, considered if it was worth sticking with a monolith for projects, and then saw how MyBuilder.com have tackled the problem in the real world using Symfony, keeping services isolated and testable while addressing some of the challenges that many people face when trying to adopt such a pattern.