The Modular Monolith - a Practical Alternative to Microservices by VICTOR RENTEA

1,895
0
Published 2024-05-15
For updates and more, join our community 👉 www.linkedin.com/company/devoxx-united-kingdom

The microservices honeymoon is over. When starting a new project or revamping a legacy monolith, teams started looking for alternatives to microservices. The Modular Monolith, or 'Modulith', is an architecture that reaps the benefits of (vertical) functional decoupling without the high costs associated with separate deployments. This talk will delve into the advantages and challenges of this progressive architecture, beginning with exploring the concept of a 'module', its internal structure, public API, and inter-module communication patterns. Supported by spring-modulith, the talk provides practical guidance on addressing the main challenges of a Modultith Architecture: finding and guarding module boundaries, data decoupling, and integration module-testing. You should not miss this talk if you are a software architect or tech lead seeking practical, scalable solutions

All Comments (5)
  • @asdflkgheike3227
    Viktor is the Rockstar in a java world. Thank you Man you make it fun and enjoying.
  • @TechTalksWeekly
    Erik's talk has been featured in the last issue of Tech Talks Weekly newsletter 🎉 Congrats!
  • @DanHaywood
    Entertaining presenter, can see why he's in demand and well liked. The material is quite basic though - just the DIP (as per SOLID) so far as I could see?