Talk in English - UK at PHP North West 2017
Track Name:
Track 2
Short URL: https://joind.in/talk/96c2f
(QR-Code (opens in new window))
When faced with a challenging legacy code base, tightly coupled and void of discernible structure: a big ball of mud, it is common to decide to refactor this monolith to a microservice architecture to separate concerns and split the codebase up, however without any clear boundaries you are in danger of creating a distributed big ball of mud. You may recognise the symptoms of a distributed ball of mud: a large unfocused 'common' library shared between multiple services; performance issues as your front end makes calls to multiple back end API's to serve a single request; dependency hell on deployments as you have to release multiple code bases simultaneously and uptime issues as a single microservice going down brings down your entire application. In this talk I'm going to cover some of the common pitfalls you might encounter when building a microservice architecture and show you how to use an event driven architecture to build truly scalable microservices.
Comments
Comments are closed.
Great overview of microservices and loved the mentioning of Event Driven Architecture
Great tall. Will look more into event driven architecture
Very clear and informative intro to the world of micro services. Plenty of practical high level advice. Would be keen to see more talks by Christopher.
Microservices is a topic that I've heard a lot about through conversation but never actually made the effort to read about as I've not needed to implement them so far. This served as an ideal introduction by not only covering the basics but also going into nice detail on some of the best and worst practices with clear examples and reasoning. The pace and delivery of the talk was great and I was kept engaged throughout.
Nice introduction to the topic. Plenty to think about and take away.
Great talk, well delivered, and I'm now inspired to consider how I could be using a microservice based approach in my own work.
Very good introduction talk for microservices!
Great introduction to microservices and what to look out for and avoid. Well delivered talk.
Great talk. Gave me a clear look into this complex matter. Also confirmed that there is no single best solution to everything. That makes our job as developer so spectacular!
this talk was great, would be nice to have the slides