Skip to content

Commit c7dae5d

Browse files
author
John Washam
committed
Cleaning up the project.
1 parent ae2f61f commit c7dae5d

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

README.md

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ If you want to be a reliability engineer or operations engineer, study more from
175175
- [Geometry, Convex hull](#geometry-convex-hull-videos)
176176
- [Discrete math](#discrete-math)
177177
- [Machine Learning](#machine-learning)
178-
- [Papers](#papers)
179178
- [Additional Detail on Some Subjects](#additional-detail-on-some-subjects)
180179
- [Video Series](#video-series)
181180
- [Computer Science Courses](#computer-science-courses)
181+
- [Papers](#papers)
182182

183183
</details>
184184

@@ -1893,37 +1893,6 @@ software engineer, and to be aware of certain technologies and algorithms, so yo
18931893
above because it's just too much. It's easy to overdo it on a subject.
18941894
You want to get hired in this century, right?
18951895

1896-
- Papers
1897-
- Be selective on which papers you read and how much you read.
1898-
- [Love classic papers?](https://www.cs.cmu.edu/~crary/819-f09/)
1899-
- [ ] [1978: Communicating Sequential Processes](http://spinroot.com/courses/summer/Papers/hoare_1978.pdf)
1900-
- [implemented in Go](https://godoc.org/github.com/thomas11/csp)
1901-
- [ ] [2003: The Google File System](http://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf)
1902-
- replaced by Colossus in 2012
1903-
- [ ] [2004: MapReduce: Simplified Data Processing on Large Clusters]( http://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf)
1904-
- mostly replaced by Cloud Dataflow?
1905-
- [ ] [2006: Bigtable: A Distributed Storage System for Structured Data](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
1906-
- [An Inside Look at Google BigQuery](https://cloud.google.com/files/BigQueryTechnicalWP.pdf)
1907-
- [ ] [2006: The Chubby Lock Service for Loosely-Coupled Distributed Systems](https://research.google.com/archive/chubby-osdi06.pdf)
1908-
- [ ] [2007: Dynamo: Amazon’s Highly Available Key-value Store](http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf)
1909-
- The Dynamo paper kicked off the NoSQL revolution
1910-
- [ ] [2007: What Every Programmer Should Know About Memory (very long, and the author encourages skipping of some sections)](https://www.akkadia.org/drepper/cpumemory.pdf)
1911-
- [ ] [2010: Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](https://research.google.com/pubs/archive/36356.pdf)
1912-
- [ ] [2010: Dremel: Interactive Analysis of Web-Scale Datasets](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/36632.pdf)
1913-
- [ ] [2012: Google's Colossus](https://www.wired.com/2012/07/google-colossus/)
1914-
- paper not available
1915-
- [ ] 2012: AddressSanitizer: A Fast Address Sanity Checker:
1916-
- [paper](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/37752.pdf)
1917-
- [video](https://www.usenix.org/conference/atc12/technical-sessions/presentation/serebryany)
1918-
- [ ] 2013: Spanner: Google’s Globally-Distributed Database:
1919-
- [paper](http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf)
1920-
- [video](https://www.usenix.org/node/170855)
1921-
- [ ] [2014: Machine Learning: The High-Interest Credit Card of Technical Debt](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43146.pdf)
1922-
- [ ] [2015: Continuous Pipelines at Google](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43790.pdf)
1923-
- [ ] [2015: High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44686.pdf)
1924-
- [ ] [2015: TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems](http://download.tensorflow.org/paper/whitepaper2015.pdf )
1925-
- [ ] [2015: How Developers Search for Code: A Case Study](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43835.pdf)
1926-
- [ ] [2016: Borg, Omega, and Kubernetes](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44843.pdf)
19271896
- [ ] **Union-Find**
19281897
- [ ] [Overview](https://www.coursera.org/learn/data-structures/lecture/JssSY/overview)
19291898
- [ ] [Naive Implementation](https://www.coursera.org/learn/data-structures/lecture/EM5D0/naive-implementations)
@@ -2061,12 +2030,44 @@ Sit back and enjoy. "Netflix and skill" :P
20612030

20622031
## Computer Science Courses
20632032

2064-
<details>
2065-
<summary>Computer Science Courses</summary>
2066-
20672033
- [Directory of Online CS Courses](https://github.com/open-source-society/computer-science)
20682034
- [Directory of CS Courses (many with online lectures)](https://github.com/prakhar1989/awesome-courses)
20692035

2036+
## Papers
2037+
2038+
<details>
2039+
<summary>Papers</summary>
2040+
2041+
- [Love classic papers?](https://www.cs.cmu.edu/~crary/819-f09/)
2042+
- [ ] [1978: Communicating Sequential Processes](http://spinroot.com/courses/summer/Papers/hoare_1978.pdf)
2043+
- [implemented in Go](https://godoc.org/github.com/thomas11/csp)
2044+
- [ ] [2003: The Google File System](http://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf)
2045+
- replaced by Colossus in 2012
2046+
- [ ] [2004: MapReduce: Simplified Data Processing on Large Clusters]( http://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf)
2047+
- mostly replaced by Cloud Dataflow?
2048+
- [ ] [2006: Bigtable: A Distributed Storage System for Structured Data](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
2049+
- [An Inside Look at Google BigQuery](https://cloud.google.com/files/BigQueryTechnicalWP.pdf)
2050+
- [ ] [2006: The Chubby Lock Service for Loosely-Coupled Distributed Systems](https://research.google.com/archive/chubby-osdi06.pdf)
2051+
- [ ] [2007: Dynamo: Amazon’s Highly Available Key-value Store](http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf)
2052+
- The Dynamo paper kicked off the NoSQL revolution
2053+
- [ ] [2007: What Every Programmer Should Know About Memory (very long, and the author encourages skipping of some sections)](https://www.akkadia.org/drepper/cpumemory.pdf)
2054+
- [ ] [2010: Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](https://research.google.com/pubs/archive/36356.pdf)
2055+
- [ ] [2010: Dremel: Interactive Analysis of Web-Scale Datasets](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/36632.pdf)
2056+
- [ ] [2012: Google's Colossus](https://www.wired.com/2012/07/google-colossus/)
2057+
- paper not available
2058+
- [ ] 2012: AddressSanitizer: A Fast Address Sanity Checker:
2059+
- [paper](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/37752.pdf)
2060+
- [video](https://www.usenix.org/conference/atc12/technical-sessions/presentation/serebryany)
2061+
- [ ] 2013: Spanner: Google’s Globally-Distributed Database:
2062+
- [paper](http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf)
2063+
- [video](https://www.usenix.org/node/170855)
2064+
- [ ] [2014: Machine Learning: The High-Interest Credit Card of Technical Debt](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43146.pdf)
2065+
- [ ] [2015: Continuous Pipelines at Google](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43790.pdf)
2066+
- [ ] [2015: High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44686.pdf)
2067+
- [ ] [2015: TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems](http://download.tensorflow.org/paper/whitepaper2015.pdf )
2068+
- [ ] [2015: How Developers Search for Code: A Case Study](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43835.pdf)
2069+
- [ ] [2016: Borg, Omega, and Kubernetes](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44843.pdf)
2070+
20702071
</details>
20712072

20722073
## LICENSE

0 commit comments

Comments
 (0)