Skip to content

Instantly share code, notes, and snippets.

View roshane's full-sized avatar
🤘

roshane roshane

🤘
View GitHub Profile
@roshane
roshane / system-design-interview.md
Last active June 8, 2022 12:04
system design interview short notes

horizontal vs vertical scalign

single server design

  • why
    • no much traffic
    • database/application-server/fron-end all deployed in one box
    • low budget
    • easy to maintain
  • if this is a commercial software system very bad
  • single point of failure