Skip to content

Commit

Permalink
Add new articles
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Sep 11, 2023
1 parent 63aa8cf commit ae1b3c7
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion pages/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,37 @@
- [How to Run Effective Paper Reading Groups](http://muratbuffalo.blogspot.com/2015/05/how-to-run-effective-paper-reading.html)
- [REST API Design - Resource Modeling](https://www.thoughtworks.com/en-gb/insights/blog/rest-api-design-resource-modeling)
- [Microservices by Martin Fowler](https://martinfowler.com/articles/microservices.html)
- [FoundationDB: A Distributed Key-Value Store](https://cacm.acm.org/magazines/2023/6/273229-foundationdb-a-distributed-key-value-store/fulltext)
- [FoundationDB: A Distributed Key-Value Store](https://cacm.acm.org/magazines/2023/6/273229-foundationdb-a-distributed-key-value-store/fulltext)
- [Fast String Concatenation in JavaScript](https://docs.google.com/document/d/1o-MJPAddpfBfDZCkIHNKbMiM86iDFld7idGbNQLuKIQ)
- [Architecture of Consoles](https://www.copetti.org/writings/consoles/)
- [The Google Zanzibar Paper, Annotated by AuthZed](https://zanzibar.tech/)
- [The Architecture of Open Source Applications][https://aosabook.org/en/index.html]
- [On Implementing Bloom Filters in C](https://www.andreinc.net/2022/03/01/on-implementing-bloom-filters-in-c)
- [Build an 8-bit computer from scratch](https://eater.net/8bit)
- [A fork() in the road](https://www.microsoft.com/en-us/research/publication/a-fork-in-the-road/)
- [On the Criteria To Be Used in Decomposing Systems into Modules](https://www.win.tue.nl/~wstomv/edu/2ip30/references/criteria_for_modularization.pdf)
- [A Note on Distributed Computing](https://scholar.harvard.edu/files/waldo/files/waldo-94.pdf)
- [The Next 700 Programming Languages](https://www.cs.cmu.edu/~crary/819-f09/Landin66.pdf)
- [Can Programming Be Liberated from the von Neumann Style?](http://worrydream.com/refs/Backus-CanProgrammingBeLiberated.pdf)
- [Reflections on Trusting Trust](https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_ReflectionsonTrustingTrust.pdf)
- [Lisp: Good News, Bad News, How to Win Big](https://www.dreamsongs.com/Files/LispGoodNewsBadNews.pdf)
- [An experimental evaluation of the assumption of independence in multiversion programming](https://web.archive.org/web/20230306130148/http://sunnyday.mit.edu/papers/nver-tse.pdf)
- [Arguments and Results](http://www.laputan.org/pub/patterns/noble/noble.pdf)
- [A Laboratory For Teaching Object-Oriented Thinking](https://dl.acm.org/doi/pdf/10.1145/74877.74879)
- [Programming as an Experience](https://www.lirmm.fr/~ducour/Doc-objets/ECOOP/papers/0952/09520303.pdf)
- [An Axiomatic Basis for Computer Programming](https://dl.acm.org/doi/pdf/10.1145/363235.363259)
- [Organizing Programs Without Classes](https://bibliography.selflanguage.org/_static/organizing-programs.pdf)
- [Reverse Engineering a Neural Network's Clever Solution to Binary Addition](https://cprimozic.net/blog/reverse-engineering-a-small-neural-network/)
- [Faster virtual machines: Speeding up programming language execution](https://mort.coffee/home/fast-interpreters/)
- [DensePose from Wifi](https://arxiv.org/abs/2301.00250)
- [35% Faster Than The Filesystem](https://www.sqlite.org/fasterthanfs.html)
- [Variational Autoencoders](https://www.jeremyjordan.me/variational-autoencoders/)
- [Explaining the Postgres Meme](https://www.avestura.dev/blog/explaining-the-postgres-meme)
- [Architectural Decision Records](https://adr.github.io/)
- [Understanding the Law of Demeter](https://blog.testdouble.com/posts/2022-06-15-law-of-demeter/)
- [On Data Infrastructure at LinkedIn. Q&A with Kartik Paramasivam](https://www.odbms.org/2023/08/on-data-infrastructure-at-linkedin-qa-with-kartik-paramasivam/)
- [Structured Programming](https://dl.acm.org/doi/pdf/10.5555/1243380)
- [Unravelling binary arithmetic operations in Python](https://snarky.ca/unravelling-binary-arithmetic-operations-in-python/)
- [Running Databases on Kubernetes](https://questdb.io/blog/databases-on-k8s/)
- [The Four Innovation Phases of Netflix’s Trillions Scale Real-time Data Infrastructure](https://zhenzhongxu.com/the-four-innovation-phases-of-netflixs-trillions-scale-real-time-data-infrastructure-2370938d7f01)
- [Fluent Interface](https://martinfowler.com/bliki/FluentInterface.html)

0 comments on commit ae1b3c7

Please sign in to comment.