From 3550e170f1dd9b2ba82a982c8f11c72ebcdca807 Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Fri, 4 Feb 2022 01:13:52 -0500 Subject: [PATCH] Add content for Microservices (#1103) Add description and resources for Microservices pattern --- .../115-architectural-patterns/101-microservices.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/115-architectural-patterns/101-microservices.md b/content/roadmaps/101-backend/content/115-architectural-patterns/101-microservices.md index 3ace82ef2..8aab78c7d 100644 --- a/content/roadmaps/101-backend/content/115-architectural-patterns/101-microservices.md +++ b/content/roadmaps/101-backend/content/115-architectural-patterns/101-microservices.md @@ -1 +1,7 @@ -# Microservices \ No newline at end of file +# Microservices + +Microservice architecture is a pattern in which highly cohesive, loosely coupled services are separately developed, maintained, and deployed. Each component handles an individual function, and when combined, the application handles an overall business function. + +Free Content +Pattern: Microservice Architecture +What is Microservices?