YiNan's Technology Stack, to become a better engineer :)
Structure of Technology Stack:
.
├── Cloud
│ ├── CICD
│ │ └── GitLab CICD.md
│ ├── Cloud Providers
│ │ └── Google Cloud.md
│ ├── Configuration Management
│ │ └── Ansible.md
│ ├── Container
│ │ ├── Docker.md
│ │ └── Kubernetes.md
│ └── Infrastructure Provisioning
│ └── Terraform.md
├── Database
│ ├── MongoDB.md
│ └── MySQL.md
├── Network
│ ├── Computer Networks.pdf
│ ├── Networking Tools & Solutions.md
│ └── Video Streaming.md
├── OS
│ ├── Linux
│ │ ├── Linux Command Line.md
│ │ └── Linux.md
│ └── OS Basics
│ └── Operating System.pdf
├── Others
│ ├── 5G
│ │ └── 5G.md
│ ├── Academic Communication
│ │ ├── Academic Writing in English.md
│ │ ├── Latex.md
│ │ └── Presentation.pdf
│ ├── Blockchain
│ │ └── Blockchain.md
│ └── Machine Learning
│ └── Deep Reinforcement Learning.md
├── Programming Language
│ ├── Build System
│ │ ├── Cargo.md
│ │ ├── Make.md
│ │ └── Meson.md
│ ├── C & C++
│ │ ├── C++.md
│ │ └── C.md
│ ├── Golang
│ │ └── Golang.md
│ ├── Java
│ │ ├── Java Basic.md
│ │ └── Java Deeper.md
│ ├── Python
│ │ └── Python.md
│ ├── Rust
│ │ └── Rust.md
│ └── WebAssembly
│ ├── WASI.md
│ ├── Wasmtime.md
│ └── WebAssembly.md
├── README.md
├── Security
│ ├── Ethical Hacking.md
│ └── Information Security.pdf
├── System Design
│ └── Scalable System Design.md
├── Toolkit
│ ├── Celery.md
│ ├── FFmpeg.md
│ ├── FastAPI.md
│ ├── Homebrew.md
│ ├── RabbitMQ.md
│ ├── Wireshark.md
│ ├── YAML & JSON.md
│ ├── eBPF.md
│ └── gRPC.md
├── Version Control
│ └── Git.md
├── Web Dev
│ ├── NodeJS.md
│ └── React.md
└── update.sh
30 directories, 50 files