Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added guide by interviewing.io and ML system design book #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Started By Gabriel Leon de Mattos

- [Scalable Web Architecture and Distributed Systems](http://www.aosabook.org/en/distsys.html) - Good article about distributed systems as well as some of the potential tools.

- [A Senior Engineer's Guide to the System Design Interview](https://interviewing.io/guides/system-design-interview) - A comprehensive guide on passing System Design interview.

---

# Books
Expand All @@ -87,6 +89,9 @@ Started By Gabriel Leon de Mattos
- [Monolith to Microservices](https://www.nginx.com/resources/library/monolith-to-microservices/) - [Free 👍] - Written by the same author as the one above, this book will cover the migration from Monolith to Microservices, it's recommended you start by the previous book.

- [Distributed Systems (3rd Edition)](https://www.distributed-systems.net/index.php/books/ds3/) - [Free 👍] - Great overview of and in-depth introduction to distributed systems. Recommended for intermediate level readers.

- [Machine Learning System Design with end-to-end examples](https://arseny.info/ml_design_book) - [Paid 💵] - A book about Machine Learning System Design. Recommended for intermediate level readers with a basic knowledge of ML.

---

# Videos
Expand Down