mirror of
https://github.com/binhnguyennus/awesome-scalability.git
synced 2025-05-05 21:26:30 +02:00
Building Reliable Social Infrastructure for Google - Marc Alvidrez, Senior Manager at Google
This commit is contained in:
parent
e1b8ce7436
commit
02d57cebcf
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
A curated list of selected readings to illustrate Scalability, Availability, and Stability Design Patterns in Back-end Development.
|
A curated list of selected readings to illustrate Scalability, Availability, and Stability Design Patterns in Back-end Development.
|
||||||
|
|
||||||
#### What if your backend went slow?
|
#### What if your backend went slow?
|
||||||
> Understand your problems: performance problem (slow for a single user) or scalability problem (fast for a single user but slow under heavy load) by reviewing [design principles](#principles). You can also check some [talks](#talks) of elite engineers from tech giants (Google, Facebook, Netflix, etc).
|
> Understand your problems: performance problem (slow for a single user) or scalability problem (fast for a single user but slow under heavy load) by reviewing [design principles](#principles). You can also check some [talks](#talks) of elite engineers from tech giants (Google, Facebook, Netflix, etc) to see how they build and scale their systems.
|
||||||
|
|
||||||
#### What if your backend went down?
|
#### What if your backend went down?
|
||||||
> "Even if you lose all one day, you can build all over again if you retain your calm!" - Thuan Pham, CTO at Uber Technologies Inc.
|
> "Even if you lose all one day, you can build all over again if you retain your calm!" - Thuan Pham, CTO at Uber Technologies Inc.
|
||||||
|
@ -231,6 +231,7 @@ Contributions are always welcome!
|
||||||
|
|
||||||
## Talks
|
## Talks
|
||||||
* [Building Real Time Infrastructure at Facebook - Jeff Barber and Shie Erlich, Software Engineer at Facebook](https://www.usenix.org/conference/srecon17americas/program/presentation/erlich)
|
* [Building Real Time Infrastructure at Facebook - Jeff Barber and Shie Erlich, Software Engineer at Facebook](https://www.usenix.org/conference/srecon17americas/program/presentation/erlich)
|
||||||
|
* [Building Reliable Social Infrastructure for Google - Marc Alvidrez, Senior Manager at Google](https://www.usenix.org/conference/srecon16/program/presentation/alvidrez)
|
||||||
* [How We've Scaled Dropbox - Kevin Modzelewski, Back-end Engineer at Dropbox](https://www.youtube.com/watch?v=PE4gwstWhmc)
|
* [How We've Scaled Dropbox - Kevin Modzelewski, Back-end Engineer at Dropbox](https://www.youtube.com/watch?v=PE4gwstWhmc)
|
||||||
* [Lessons of Scale at Facebook - Bobby Johnson, Director of Engineering at Facebook](https://www.youtube.com/watch?v=QCHiNEw73AU)
|
* [Lessons of Scale at Facebook - Bobby Johnson, Director of Engineering at Facebook](https://www.youtube.com/watch?v=QCHiNEw73AU)
|
||||||
* [Scaling Instagram Infrastructure - Lisa Guo, Instagram Engineering](https://www.youtube.com/watch?v=hnpzNAPiC0E)
|
* [Scaling Instagram Infrastructure - Lisa Guo, Instagram Engineering](https://www.youtube.com/watch?v=hnpzNAPiC0E)
|
||||||
|
|
Loading…
Add table
Reference in a new issue