1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 06:12:53 +02:00

Add content for Monolithic applications (#1102)

This commit is contained in:
Kyle Thorpe
2022-02-04 01:14:08 -05:00
committed by GitHub
parent 3550e170f1
commit 30681c82bd

View File

@@ -1 +1,7 @@
# Monolithic apps # Monolithic Apps
Monolithic architecture is a pattern in which an application handles requests, executes business logic, interacts with the database, and creates the HTML for the front end. In simpler terms, this one application does many things. It's inner components are highly coupled and deployed as one unit.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://microservices.io/patterns/monolithic.html'>Pattern: Monolithic Architecture</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://datamify.medium.com/monolithic-architecture-advantages-and-disadvantages-e71a603eec89'>Monolithic Architecture - Advantages & Disadvantages</BadgeLink>