Add networking/IaC topics
This commit is contained in:
@@ -28,12 +28,14 @@
|
|||||||
* Databases
|
* Databases
|
||||||
* SQL
|
* SQL
|
||||||
* Postgres
|
* Postgres
|
||||||
* MySQl
|
* MySQL
|
||||||
* NoSQL
|
* NoSQL
|
||||||
* KeyValue
|
* KeyValue
|
||||||
* [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓
|
* [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) ✍🏼 📰 🆓
|
* [Why you should build your own NoSQL database](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5) ✍🏼 📰 🆓
|
||||||
* Operations
|
* Operations
|
||||||
|
* Networking
|
||||||
|
* Protocols
|
||||||
* Operating Systems
|
* Operating Systems
|
||||||
* [Introduction to Operating Systems](https://eu.udacity.com/course/introduction-to-operating-systems--ud923) 🎓 🆓
|
* [Introduction to Operating Systems](https://eu.udacity.com/course/introduction-to-operating-systems--ud923) 🎓 🆓
|
||||||
* Infrastructure as Code
|
* Infrastructure as Code
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ graph TD
|
|||||||
PL --> FunPL[Functional Programming Languages]
|
PL --> FunPL[Functional Programming Languages]
|
||||||
FunPL --> Haskell
|
FunPL --> Haskell
|
||||||
FunPL --> Lisp
|
FunPL --> Lisp
|
||||||
|
|
||||||
SW --> PT[Programming Topics]
|
SW --> PT[Programming Topics]
|
||||||
PT --> ALG[Algorithms]
|
PT --> ALG[Algorithms]
|
||||||
ALG --> SRT[Sorting]
|
ALG --> SRT[Sorting]
|
||||||
@@ -20,6 +21,7 @@ graph TD
|
|||||||
DS --> Graph[Graph]
|
DS --> Graph[Graph]
|
||||||
DS --> T3[Tree]
|
DS --> T3[Tree]
|
||||||
DS --> HS[Hash]
|
DS --> HS[Hash]
|
||||||
|
|
||||||
SW --> DB[Databases]
|
SW --> DB[Databases]
|
||||||
DB --> SQL[SQL]
|
DB --> SQL[SQL]
|
||||||
SQL --> PgSQL[PostgreSQL]
|
SQL --> PgSQL[PostgreSQL]
|
||||||
@@ -34,4 +36,21 @@ graph TD
|
|||||||
SRE --> OPS[Operations]
|
SRE --> OPS[Operations]
|
||||||
OPS --> OS[Operating Systems]
|
OPS --> OS[Operating Systems]
|
||||||
OPS --> IaC[Infrastructure as Code]
|
OPS --> IaC[Infrastructure as Code]
|
||||||
IaC --> TF[Terraform]
|
IaC --> CfgMgt[Configuration Management]
|
||||||
|
CfgMgt --> Ppt[Puppet]
|
||||||
|
CfgMgt --> Ans[Ansible]
|
||||||
|
CfgMgt --> Che[Chef]
|
||||||
|
IaC --> Prov[Provisioning]
|
||||||
|
Prov --> TF[Terraform]
|
||||||
|
IaC --> Orc[Orchestration]
|
||||||
|
Orc --> Kubernetes
|
||||||
|
Orc --> Mesos
|
||||||
|
Orc --> Nomad
|
||||||
|
OPS --> NET[Networking]
|
||||||
|
NET --> NETP[Protocols]
|
||||||
|
NETP --> Socket
|
||||||
|
NETP --> UDP
|
||||||
|
NETP --> TCP
|
||||||
|
TCP --> SSH
|
||||||
|
TCP --> HTTP
|
||||||
|
TCP --> SSL[TLS-SSL]
|
||||||
|
|||||||
Reference in New Issue
Block a user