school-of-sre/mkdocs.yml

41 lines
1.6 KiB
YAML
Raw Normal View History

2020-10-29 15:38:37 +08:00
site_name: school_of_sre
docs_dir: courses
nav:
- Home: index.md
2020-11-03 19:45:17 +08:00
- Git:
- Git Basics: git/git-basics.md
- Working With Branches: git/branches.md
- Github and Hooks: git/github-hooks.md
2020-11-09 20:33:12 +08:00
- Linux Networking:
2020-11-11 16:05:17 +08:00
- Introduction: linux_networking/intro.md
2020-11-09 20:33:12 +08:00
- DNS: linux_networking/dns.md
- UDP: linux_networking/udp.md
- HTTP: linux_networking/http.md
- TCP: linux_networking/tcp.md
- Routing and Conclusion: linux_networking/ipr.md
2020-11-03 19:45:17 +08:00
- Python and Web:
2020-11-11 16:05:17 +08:00
- Introduction: python_web/intro.md
2020-11-03 19:45:17 +08:00
- Some Python Concepts: python_web/python-concepts.md
- Python, Web and Flask: python_web/python-web-flask.md
- The URL Shortening App: python_web/url-shorten-app.md
- SRE Aspects of The App and Conclusion: python_web/sre-conclusion.md
2020-10-29 15:38:37 +08:00
- Systems Design:
2020-11-11 16:05:17 +08:00
- Introduction: systems_design/intro.md
2020-10-29 15:38:37 +08:00
- Scalability: systems_design/scalability.md
- Availability: systems_design/availability.md
- Fault Tolerance: systems_design/fault-tolerance.md
- Conclusion: systems_design/conclusion.md
2020-11-05 19:03:17 +08:00
- Big Data:
2020-11-11 16:05:17 +08:00
- Introduction: big_data/intro.md
2020-11-05 19:03:17 +08:00
- Overview of Big Data: big_data/overview.md
- Usage of Big Data techniques: big_data/usage.md
- Evolution of Hadoop: big_data/evolution.md
- Architecture of Hadoop: big_data/architecture.md
- Tasks and conclusion: big_data/tasks.md
- Security:
2020-11-11 16:05:17 +08:00
- Introduction: security/intro.md
- Fundamentals of Security: security/fundamentals.md
- Network Securuty: security/network_security.md
- Threat, Attacks & Defences: security/threats_attacks_defences.md
- Writing Secure code: security/writing_secure_code.md