The Monolithic Architecture

  • Post published:May 2, 2020

The monolithic architecture is the most commonly used software architecture pattern in enterprise software development. The term monolithic means formed of a single large block. A monolithic architecture also describes…

The Onion Architecture

  • Post published:May 2, 2020

In the late 2000s Jeffrey Palermo, presented an architectural pattern called the Onion Architecture. The main purpose of this architectural pattern was to control coupling in a software system, to…