British Gas
As Britain’s favourite domestic energy supplier our commitment to customer satisfaction and employee fulfilment is clear.
-
Scaling Microservices with Message Queues, Spring Boot and Kubernetes
Featuring Daniele Polencic
You used the Spring framework to create web-services in the blink of an eye. And you know how great it’s to build small services that compose into a larger system. And it works great — until you have to run it in production.
With so many dependencies, how do you deploy applications in the right...
architecture spring-boot microservices kubernetes -
Keynote: Not Just Events: Developing Asynchronous Microservices
Featuring Chris Richardson
The microservice architecture functionally decomposes an application into a set of services. Each service has its own private database that’s only accessible indirectly through the services API. Consequently, implementing queries and transactions that span multiple services is challenging. In...
architecture cqrs events keynote microservices mucon -
Stop Bashing Orchestration! And Long Live Choreography!
Featuring Martin Schimak
How can you approach end-to-end business processes crossing multiple microservices? A choreography leverages event collaboration, orchestration suggests a request-and-response oriented style. Which pattern should you prefer? In this talk, Martin will explore the arguments put forward for one or...
architecture orchestration deployment mucon microservices -
Master your Domain with Domain Storytelling
Featuring Stefan Hofer
When you want to find meaningful boundaries for microservices, you must first master the domain. In a live modeling session, Stefan will show you how you can build up domain knowledge with Domain Storytelling.
Domain Storytelling means that you let domain experts tell you stories about their...
architecture ddd mucon microservices -
Lightning Talk: Bulding Event-Sourcing Microservices With Kafka
Featuring Pegerto Fernandez Torres
Event sourcing was born with the idea of decomposite the monolithic, they have become the defacto architecture for a software problem.
But microservice present different challenges for a data-centric organisation, including the decentralisation of the source of truth, in this talk Pegerto will...
architecture kafka event-sourcing mucon microservices -
Stop Reinventing The Wheel With Istio
Featuring Mete Atamel
Containers provide a consistent and reproducible environment to run our services. Orchestration systems like Kubernetes help you to manage and scale our container cluster with a consistent API. This is a good start for a loosely coupled microservices architecture but it is not enough. How do you...
architecture istio microservices orchestration containers mucon -
How Monzo Replaced a Critical Live System Without Anyone Noticing
Featuring Irina Bednova
What happens when your platform reaches a point where you need to rethink previous decisions? How does the microservice architecture hold up against changes spanning across large parts of the system? Monzo has several payment processors used by hundreds of thousands of people daily and handling...
architecture mucon microservices