Facebook Pixel
Around IT in 256 seconds

#36: Microservices architecture: principles and how to break them

Around IT in 256 seconds
Around IT in 256 seconds

Microservices are contrasted to a monolith. Single, large application that implement the whole system. Typically hard to understand, develop, test and deploy. Monoliths tend to become a big ball of mud with each component referencing every other. The idea behind microservices is to split your complex system into multiple independent applications. Small and agile. They communicate with each other via APIs but are otherwise highly decoupled. The independence and decoupling has many aspects: deployment, languages and frameworks, storage, organization. Most importantly, each microservice should be self-sufficient to a reasonable degree. Let’s discuss what it means and how often these aspects are violated.

Read more: https://256.nurkiewicz.com/36

Get the new episode straight to your mailbox: https://256.nurkiewicz.com/newsletter

Around IT in 256 seconds
Not playing