From d5e357dd9fa7b1da76ea4234f53f817dca39c224 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Sat, 25 May 2019 09:59:56 +0200 Subject: [PATCH] Add more database theory things... --- README.md | 4 +++- TODO | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 682116b..5a84a65 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,9 @@ At the moment this is not useful for anyone but myself, if at some point I find * [Coursera - Algorithms - Part 2 - Graph and string-processing algorithms](https://www.coursera.org/learn/algorithms-part2) 🆓 🎓 📼 * [Courated List of the 10 best free resources](https://medium.freecodecamp.org/these-are-the-best-free-courses-to-learn-data-structures-and-algorithms-in-depth-4d52f0d6b35a) 📰 🆓 * Databases - * [Designing Data-Intensive Applications - Martin Kleppmann](http://dataintensive.net) 💰 📕 + * Theory + * [Designing Data-Intensive Applications - Martin Kleppmann](http://dataintensive.net) 📕 💰 + * [CAP Theorem Revisited](http://robertgreiner.com/2014/08/cap-theorem-revisited/) 📰 🆓 * SQL * PostgreSQL * [Updating a 50 terabyte PostgreSQL database](https://medium.com/adyen/updating-a-50-terabyte-postgresql-database-f64384b799e7) 📰 🆓 diff --git a/TODO b/TODO index 440ad31..921faca 100644 --- a/TODO +++ b/TODO @@ -67,3 +67,8 @@ https://www.youtube.com/watch?v=NcaiHcBvDR4 Scalability https://github.com/binhnguyennus/awesome-scalability + +Art of the command line +https://github.com/jlevy/the-art-of-command-line + +https://github.com/djhworld/simple-computer