Skip to content

Commit d539108

Browse files
authored
Create DISTRIBUTED_SYSTEMS.md
1 parent fa9ebe5 commit d539108

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

DISTRIBUTED_SYSTEMS.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Distributed Systems
2+
3+
* http://the-paper-trail.org/blog/distributed-systems-theory-for-the-distributed-systems-engineer/
4+
* https://github.com/palvaro/CMPS290S-Winter16/blob/master/readings.md
5+
* http://muratbuffalo.blogspot.com/2015/12/my-distributed-systems-seminars-reading.html
6+
* http://christophermeiklejohn.com/distributed/systems/2013/07/12/readings-in-distributed-systems.html
7+
* http://michaelrbernste.in/2013/11/06/distributed-systems-archaeology-works-cited.html
8+
* http://rxin.github.io/db-readings/
9+
* http://research.microsoft.com/en-us/um/people/lamport/pubs/pubs.html
10+
* http://pdos.csail.mit.edu/dsrg/papers/
11+
* http://scalingsystems.com/2011/09/07/reading-list-for-distributed-systems/
12+
* http://courses.engr.illinois.edu/cs525/sp2011/sched.htm
13+
* http://henryr.github.io/distributed-systems-readings/
14+
* http://qr.ae/NQjNG
15+
* http://www.btbytes.com/notebooks/csci-60300.html
16+
* http://www.hpl.hp.com/techreports/tandem/ (HP's list of Tandem tech reports)
17+
* http://research.microsoft.com/en-us/um/people/gray/JimGrayPublications.htm
18+
* http://research.microsoft.com/en-us/um/people/blampson/Publications.html
19+
* http://augescens.com/2014/01/18/dist-systems-starting-pts-i/
20+
* http://pagesperso-systeme.lip6.fr/Marc.Shapiro/pubs.html (Marc Shapiro's papers)
21+
* http://pages.cs.wisc.edu/~swift/classes/cs739-fa14/wiki/pmwiki.php/Main/ReadingList
22+
* https://news.ycombinator.com/item?id=13311124
23+
24+
### Books
25+
* [Programming Models for Distributed Computation (free)](https://github.com/heathermiller/dist-prog-book)
26+
* [Chapter index, online render](http://dist-prog-book.com/chapter/)
27+
* [Class notes](https://heather.miller.am/teaching/cs7680/)
28+
* [Distributed Systems for fun and profit (free)](http://book.mixu.net/distsys/single-page.html)
29+
* [Distributed Systems: Concepts and Design](http://www.cdk5.net/wp/)
30+
* [Distributed Algorithms (Lynch)](http://groups.csail.mit.edu/tds/distalgs.html)
31+
* [Distributed Algorithms for Message-Passing Systems](http://www.springer.com/computer/theoretical+computer+science/book/978-3-642-38122-5)
32+
* [Introduction to Reliable and Secure Distributed Programming](http://www.springer.com/computer/theoretical+computer+science/book/978-3-642-15259-7)
33+
* [Distributed Computing: Principles, Algorithms, and Systems](http://www.cs.uic.edu/~ajayk/DCS-Book)
34+
* [Elements of Distributed Computing](http://users.ece.utexas.edu/~garg/elements.html)
35+
* [Introduction to Distributed Algorithms](http://www.staff.science.uu.nl/~tel00101/liter/Books/indaldes.html)
36+
* [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/index.html)
37+
* [Designing for Scalability with Erlang/OTP](http://shop.oreilly.com/product/0636920024149.do)
38+
* [Designing Data-Intensive Applications](http://shop.oreilly.com/product/0636920032175.do)
39+
40+
### Miscellaneous programmer reading lists
41+
* http://blog.fogus.me/2011/09/08/10-technical-papers-every-programmer-should-read-at-least-twice/
42+
* http://www.hilarymason.com/blog/books-recommendations-for-programming-excellence/
43+
44+
### Blogs
45+
* http://muratbuffalo.blogspot.com

0 commit comments

Comments
 (0)