Skip to content

Commit

Permalink
Fixing text to match stackoverflow.jpg's orientation (ByteByteGoHq#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasberti authored Oct 21, 2023
1 parent 101db2c commit a8ed395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

<p>
<img src="images/stackoverflow.jpg" />
Expand All @@ -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.
Expand Down

0 comments on commit a8ed395

Please sign in to comment.