Diving Into Clean Architecture

Architecting for event-driven applications

Martin Cerruti
Better Programming
Published in
6 min readSep 2, 2022

--

Photo by Adrien Converse on Unsplash

Architectural paradigms have shifted dramatically with the transition from monolithic applications that shared code to more message-based approaches. While the three-tier architecture was the virtual go-to architecture for monolithic applications, it turned out to be a less than ideal fit for applications that are event driven.

--

--