Skip to content

Commit

Permalink
Update Read
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Jun 18, 2023
1 parent e410e14 commit 1a6d1d0
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions pages/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,19 @@

- [Time, Clocks, and the Ordering of Events in a Distributed System](https://lamport.azurewebsites.net/pubs/time-clocks.pdf)
- [Distributed Systems Theory for the Distributed Systems Engineer](https://www.the-paper-trail.org/post/2014-08-09-distributed-systems-theory-for-the-distributed-systems-engineer/)
- http://www.laurentluce.com/posts/python-dictionary-implementation/
- https://github.com/python/cpython/blob/main/Objects/dictobject.c
- https://github.com/python/cpython/blob/main/Objects/dictnotes.txt
- https://www.the-paper-trail.org/post/2014-08-09-distributed-systems-theory-for-the-distributed-systems-engineer/
- https://codahale.com/you-cant-sacrifice-partition-tolerance/
- https://web.archive.org/web/20230127170444/http://highscalability.com/all-time-favorites/
- http://www.linusakesson.net/programming/tty/index.php
- https://planetscale.com/blog/how-does-database-sharding-work
- https://www.martinfowler.com/bliki/UnitTest.html
- https://medium.com/@jamesacowling/stepping-stones-not-milestones-e6be0073563f
- https://www.the-paper-trail.org/post/2008-08-13-a-brief-tour-of-flp-impossibility/
- [Python Dictionary Implementation 1/2: Blog Post](http://www.laurentluce.com/posts/python-dictionary-implementation/)
- [Python Dictionary Implementation 2/2: CPython Implementation Source Code](https://github.com/python/cpython/blob/main/Objects/dictobject.c)
- [You Can't Sacrifice Partition Tolerance](https://codahale.com/you-cant-sacrifice-partition-tolerance/)
- [High Scalability All Time Favorites](https://web.archive.org/web/20230127170444/http://highscalability.com/all-time-favorites/)
- [The TTY Demistified](http://www.linusakesson.net/programming/tty/index.php)
- [How Does Database Sharding Work?](https://planetscale.com/blog/how-does-database-sharding-work)
- [Unit Test by Martin Fowler](https://www.martinfowler.com/bliki/UnitTest.html)
- [Stepping Stones not Milestones](https://medium.com/@jamesacowling/stepping-stones-not-milestones-e6be0073563f)
- [A Brief Tour of FLP Impossibility](https://www.the-paper-trail.org/post/2008-08-13-a-brief-tour-of-flp-impossibility/)
- [Choose Your Weapon: Survival Strategies for Depressed AI Academics](https://arxiv.org/abs/2304.06035)
- https://freakonomics.com/podcast/the-invisible-paw/
- https://pub.towardsai.net/the-complete-guide-to-spiking-neural-networks-d0a85fa6a64?gi=11464698c1a9
- https://mitchellh.com/writing/building-large-technical-projects
- [The Invisible Paw Podcast](https://freakonomics.com/podcast/the-invisible-paw/)s
- [Spiking Neural Networks](https://pub.towardsai.net/the-complete-guide-to-spiking-neural-networks-d0a85fa6a64?gi=11464698c1a9)
- [Building Large Technical Projects](https://mitchellh.com/writing/building-large-technical-projects)
- [Implementing a distributed key-value store on top of implementing Raft in Go](https://notes.eatonphil.com/2023-05-25-raft.html)
- [Purely Functional Data Structures](https://www.cs.cmu.edu/~rwh/students/okasaki.pdf)
- [How to Lead a Technical Reading Group](http://www.wucathy.com/blog/wp-content/uploads/2016/07/2012-How-to-lead-a-technical-reading-group-Cathy-Wu.pdf)
Expand Down

0 comments on commit 1a6d1d0

Please sign in to comment.