|
|
|
|
|
by vaughnegut
974 days ago
|
|
I went down the same rabbit hole not too long ago. My top two:
1. Distributed Systems for Fun and Profit [0]: Introduction to all the core concepts and (about as importantly) has a reading list you can use to learn more at the end of each chapter. 2. MIT 6.5840 [1]: The MIT distributed systems class has links to all readings, lectures, and even assignments (openly available git repos you can clone). I worked my way through most of it and it was excellent. Read the paper, watch the video lecture (students in the videos asked good questions I would have wanted to ask), and do the assignments. It was far more approachable than I anticipated but very rigorous. Both are excellent. I did the first one and then most of the second and learned a lot. In either case, reading papers was really illuminating (especially when paired with the context form tje lecture or the book). [0] https://book.mixu.net/distsys/index.html
[1] https://pdos.csail.mit.edu/6.824/schedule.html |
|