From e4be992c3703c2d6a79d975cc212cffbda09e96d Mon Sep 17 00:00:00 2001 From: GalNey <60622945+GalNey@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:15:52 +0200 Subject: [PATCH] Add content for architectural patterns (#2748) Co-authored-by: Kamran Ahmed --- .../101-backend/content/115-architectural-patterns/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/101-backend/content/115-architectural-patterns/readme.md b/content/roadmaps/101-backend/content/115-architectural-patterns/readme.md index f1604f886..7aefea86c 100644 --- a/content/roadmaps/101-backend/content/115-architectural-patterns/readme.md +++ b/content/roadmaps/101-backend/content/115-architectural-patterns/readme.md @@ -1,6 +1,6 @@ -# Architectural patterns +# Architectural Patterns An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.The architectural patterns address various issues in software engineering, such as computer hardware performance limitations, high availability and minimization of a business risk. Reference Resource -Architectural Patterns in a nutshell \ No newline at end of file +Architectural Patterns in a nutshell