Fearing eventual consistency often leads to a worse outcome: eventual inconsistency. Learn a pragmatic approach to building resilient systems that actually work.
#1about 3 minutes
The problem with traditional layered architectures
Traditional layered architectures often evolve into a "big ball of mud" monolith that is difficult to change and maintain.
#2about 3 minutes
Why microservices often become a distributed monolith
Applying monolithic development practices to microservices results in a distributed "big pile of mud" instead of a truly modular system.
#3about 6 minutes
Using events to decouple services in architecture
Events can decouple services by allowing components to publish facts without knowing their consumers, but this alone doesn't solve underlying architectural issues.
#4about 8 minutes
Differentiating event sourcing from event streaming
Event sourcing involves a component using its own past events to make future decisions, unlike event streaming where one component simply consumes another's events.
#5about 4 minutes
Introducing CQRS to solve event sourcing's limitations
CQRS separates the command model for handling changes from the query model for providing current state to address the limitations of pure event sourcing.
#6about 7 minutes
Moving from event-driven to message-driven thinking
A truly message-driven architecture requires discipline and uses distinct message types like commands, events, and queries for different communication intents.
#7about 12 minutes
Demo: Refactoring a monolith into microservices live
A live demonstration shows how an application built with location transparency can be refactored from a monolith into microservices by simply moving code between modules.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
05:22 MIN
Adopting the Axon framework for true event sourcing
From event streaming to event sourcing 101
08:00 MIN
Q&A on DDD, shared models, and microservices
It’s all about the domain, honey ! Experiences from 15 years of Domain-Driven Design
00:46 MIN
Key takeaways on adopting event sourcing
From event streaming to event sourcing 101
05:21 MIN
Understanding event streaming versus event sourcing
From event streaming to event sourcing 101
05:40 MIN
Evolving from classic microservices to event-driven design
Kafka Streams Microservices
02:17 MIN
How to introduce new patterns like event sourcing
Seven Myths, Three Reasons, One Goal
00:47 MIN
Using command query responsibility segregation (CQRS) selectively
Architectures that we can use with .NET
05:20 MIN
How event sourcing provides a complete audit trail
Why You Shouldn’t Build a Microservice ArchitectureWelcome to this issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Michael Eisenbart who talks about the pros and cons of microservice architecture.About the speaker:Michael has been working for Bosch as a sof...
Panel Discussion: Responsible AI in Practice - Real-World Examples and ChallengesIntroductionIn the ever-evolving landscape of artificial intelligence, the concept of "responsible AI" has emerged as a cornerstone for ethical and practical AI implementation. During the WWC24 Panel discussion, three eminent experts—Mina, Bjorn Brin...
Chris Heilmann
Dev Digest 131 - AI'm not sure about OSSNews and ArticlesRust and Typescript are rising stars in programming languages 2024 survey, the State of CSS 2024 survey is open and here is what's new in ECMAScript.In security news, a Microsoft update bricks Linux dual-boot systems, they patched a ...
From learning to earning
Jobs that call for the skills explored in this talk.