mirror of
https://github.com/binhnguyennus/awesome-scalability
synced 2026-01-10 20:08:03 +00:00
Add the Awesome Lectures and Talks section
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Awesome Scalability, Availability, and Stability Backend [](https://github.com/sindresorhus/awesome)
|
||||
|
||||
A curated list of selected readings to illustrate Scalability, Availability, and Stability design patterns in backend 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?
|
||||
> 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 some [basic design concepts](#basic).
|
||||
@@ -156,5 +156,10 @@ Contributions are always welcome!
|
||||
* [Designing Data-Intensive Applications](https://dataintensive.net/)
|
||||
* [Web Scalability for Startup Engineers](https://www.goodreads.com/book/show/23615147-web-scalability-for-startup-engineers)
|
||||
|
||||
## Awesome Lectures and Talks
|
||||
* [Harvard CS75 - Lecture 9: Scalability](https://www.youtube.com/watch?v=-W9F__D3oY4)
|
||||
* [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)
|
||||
|
||||
## Special Thanks
|
||||
* Jonas Bonér, CTO at Lightbend, for the [original inspiration](https://www.slideshare.net/jboner/scalability-availability-stability-patterns)
|
||||
|
||||
Reference in New Issue
Block a user