mirror of
https://github.com/binhnguyennus/awesome-scalability.git
synced 2024-10-01 01:06:14 -04:00
Add the Awesome Lectures and Talks section
This commit is contained in:
parent
d99a530fe6
commit
1edd5c05d5
@ -1,6 +1,6 @@
|
||||
# Awesome Scalability, Availability, and Stability Backend [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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)
|
||||
|
Loading…
Reference in New Issue
Block a user