Do you often feel dirty whilst working on your monolithic application? And do you wish for a way to wash off the dirt this giant thing collected over the years? Look no further, cause Herberto Graça is here to help keep the mud out of your application by sharing a bunch of cleaning lessons he learned over the years!

Tuesday 25th June 2019

19:30
1
Making Architecture Explicit
Talk by Herberto Graca (1 hour)

The Big Ball of Mud is the most serious problem I see in the majority of the code bases I look at. But why do we keep falling into that trap? What are the root problems behind it? How can we avoid, escape, and stay out of it? In this talk, you will learn about the architecture mental map I use to answer these questions. We will briefly revisit a few established software development and architecture ideas and see how you can put them in your service, exemplifying with some bits of code and tooling, to help keep the mud out of your application. The main topics of the talk are: - The Big Ball of Mud problem - Overview of DDD, Hexagonal, Onion, Screaming, Clean, CQRS - How to organise the code base to reflect architecture boundaries - How to enforce the architecture boundaries