From e6fa63985aaaed396f439681af3c4e09590d86c1 Mon Sep 17 00:00:00 2001 From: Janel Gilani <69716982+JanelGilani@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:41:47 -0400 Subject: [PATCH] Update System_Design.md --- Topics/System_Design.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Topics/System_Design.md b/Topics/System_Design.md index 5e68643bf..10ff5a8b8 100644 --- a/Topics/System_Design.md +++ b/Topics/System_Design.md @@ -8,6 +8,8 @@ ### [Introduction to Secure Boot and RSA](./System_Design/Security/Secure_Boot_RSA.md) +### [Introduction to Microservices Architecture](./System_Design/Intro_To_Microservices/Intro_To_Microservices.md) + ### Design Patterns #### 1. [Behavioural Design Patterns](./System_Design/behavioral_design_patterns.md)