Add graph with Study Topics
This commit is contained in:
14
resources/topic-graph.mmd
Normal file
14
resources/topic-graph.mmd
Normal file
@@ -0,0 +1,14 @@
|
||||
graph TD
|
||||
SRE[Site Reliability Engineering]
|
||||
|
||||
SRE --> SW[Software Engineering]
|
||||
SW --> PL[Programming Languages]
|
||||
PL --> SysPL[Systems Programming Languages]
|
||||
SysPL --> Rust
|
||||
SysPL --> Go
|
||||
PL --> ScrPL[Script Programming Languages]
|
||||
ScrPL --> Ruby
|
||||
ScrPL --> Python
|
||||
PL --> FunPL[Functional Programming Languages]
|
||||
FunPL --> Haskell
|
||||
FunPL --> Lisp
|
||||
BIN
resources/topic-graph.png
Normal file
BIN
resources/topic-graph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user