From 1c4b8584e528515adffa51183421c616889d4de3 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Fri, 12 Jul 2019 15:22:37 +0200 Subject: [PATCH] Add section "how to use this repo" --- README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b03049..4454dd0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,33 @@ At the moment this is not useful for anyone but myself, if at some point I find (click to see the large version) -### More info -> Information about the links +## How to use this repo? + +The README topics/links are organized following above chart. High-level subjects are usually parent topics, sub-topics are usually specialization of the main subject. + +Depending on your level, you can dive deeper into a subject's sub-topics, or just move to the next one. + +* Left to write: indicate how generic subjects are +* Top-bottom: Order of importance/relevancy and specialization of each subject or sub-category + +e.g.: + +Software Engineering + * Databases + * SQL + * Postgres Basics + * Postgres Internal + * How postgres replication works + * Parsing postgres WAL(WriteAheadLog) + * Versioning + +For instance, take into account the snaptshot above. If you already know how to use SQL Databases, you might want to either: + +* Continue to the right, learning more more about Postgres, and to the bottom, its internals, specialized internals like replication and WAL. +* Continue to the bottom/next topic: `Programming Languages`. + +### Tags +> Categories to the links * 🌍 - Interesting Link * 📰 - Article / Paper