paint-brush
An Introductory Guide to Monolith Software Applicationsby@marvin
251 reads

An Introductory Guide to Monolith Software Applications

by Marvin6mJanuary 16th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

A monolithic system is one that is deployed as a single unit of interconnected components. Layered architectural patterns are known to be simple in terms of development, easy to scale up to a certain cap and easy to deploy and be fast during the development phase. Layered Architectural Pattern (n-tier architecture)Governed by the Single responsibility Principle, a class or module has one and only one function - the layered approach leverages the separation of concerns. The presentation layer deals with the display of information to the user. The business layer gets data from the persistence layer and processes it against application logic (say merge with another table)

Coins Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - An Introductory Guide to Monolith Software Applications
Marvin HackerNoon profile picture
Marvin

Marvin

@marvin

Software engineer. I write code and stay weird.

About @marvin
LEARN MORE ABOUT @MARVIN'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Marvin HackerNoon profile picture
Marvin@marvin
Software engineer. I write code and stay weird.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here