diff --git a/README.md b/README.md index 6e4d791..da35766 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ * 📰 - Articlew * 📕 - Book -* 👩‍💻 - Project +* 💻 - Project * 🎓 - Online Course * 📼 - Video * 🆓 - No money required * 💰 - Paid +* ✍🏼- - Written by me +* 📝 - My annotations ## References @@ -20,9 +22,15 @@ * Software Engineering * Programming Languages * Functional Programming Languages - * [Haskell From First Principles](https://github.com/marceloboeira/hffp) 📕 💰 + * [Haskell From First Principles](https://github.com/marceloboeira/hffp) 📝 📕 💰 * Systems Programming Languages - * [The Rust Programming Language](https://github.com/marceloboeira/trpl) 📕 🆓 + * [The Rust Programming Language](https://github.com/marceloboeira/trpl) 📝 📕 🆓 + * Databases + * SQL + * NoSQL + * KeyValue + * [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓 + * [Why you should build your own NoSQL database](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5) ✍🏼 💻 🆓 * Operations * Operating Systems * [Introduction to Operating Systems](https://eu.udacity.com/course/introduction-to-operating-systems--ud923) 🎓 🆓 diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index 334ad5d..8322b7d 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -20,6 +20,16 @@ graph TD DS --> Graph[Graph] DS --> T3[Tree] DS --> HS[Hash] + SW --> DB[Databases] + DB --> SQL[SQL] + SQL --> PgSQL[PostgreSQL] + SQL --> MySQL[MySQL] + DB --> NoSQL[NoSQL] + NoSQL --> KV[KeyValue] + KV --> Rd[Redis] + NoSQL --> DoS[DocumentStore] + DoS --> Mng[Mongo] + DoS --> ES[ElasticSearch] SW --> OPS[Operations] OPS --> OS[Operating Systems] OPS --> IaC[Infrastructure as Code] diff --git a/resources/topic-graph.png b/resources/topic-graph.png index 39d2f24..d598532 100644 Binary files a/resources/topic-graph.png and b/resources/topic-graph.png differ