From a8ed39557c236ef6df03462f531bcdab5f3155f8 Mon Sep 17 00:00:00 2001 From: Lucas Berti Date: Sat, 21 Oct 2023 00:55:50 -0300 Subject: [PATCH] Fixing text to match stackoverflow.jpg's orientation (#17) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 685db09..2dccf1c 100644 --- a/README.md +++ b/README.md @@ -1578,7 +1578,7 @@ Over the years, Microrepo has had more supported tools, including Maven and Grad ### How will you design the Stack Overflow website? -If your answer is on-premise servers and monolith (on the right), you would likely fail the interview, but that's how it is built in reality! +If your answer is on-premise servers and monolith (on the bottom of the following image), you would likely fail the interview, but that's how it is built in reality!

@@ -1587,7 +1587,7 @@ If your answer is on-premise servers and monolith (on the right), you would like **What people think it should look like** -The interviewer is probably expecting something on the left side. +The interviewer is probably expecting something like the top portion of the picture. - Microservice is used to decompose the system into small components. - Each service has its own database. Use cache heavily.