mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-17 22:18:02 +00:00
Fixing links and standardising titles
This commit is contained in:
@@ -17,13 +17,11 @@ And to introduce SRE flavour to the course, we will design, develop and deploy (
|
||||
|
||||
Extensive knowledge of python internals and advanced python.
|
||||
|
||||
## Course Content
|
||||
|
||||
### Lab Environment Setup
|
||||
## Lab Environment Setup
|
||||
|
||||
Have latest version of python installed
|
||||
|
||||
### Table of Contents
|
||||
## Course Contents
|
||||
|
||||
1. [The Python Language](https://linkedin.github.io/school-of-sre/python_web/intro/#the-python-language)
|
||||
1. Some Python Concepts
|
||||
|
||||
@@ -25,7 +25,7 @@ Now let's think in terms of the given url shortening app. We need to monitor it.
|
||||
3. We also want to keep an eye on the database so depending on the database solution chosen. Query times, volumes, disk usage etc.
|
||||
4. Finally, there also needs to be some external monitoring which runs periodic tests from devices outside of your data centers. This emulates customers and ensures that from customer point of view, the system is working as expected.
|
||||
|
||||
## SRE Use-cases
|
||||
## Applications in SRE role
|
||||
|
||||
In the world of SRE, python is a widely used language. For small scripts and tooling developed for various purposes. Since tooling developed by SRE works with critical pieces of infrastructure and has great power (to bring things down), it is important to know what you are doing while using a programming language and its features. Also it is equally important to know the language and its characteristics while debugging the issues. As an SRE having a deeper understanding of python language, it has helped me a lot to debug very sneaky bugs and be generally more aware and informed while making certain design decisions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user