Merge pull request #8 from JustJordanT/patch-1

Update README.md
This commit is contained in:
Maksim
2021-04-20 08:53:47 +03:00
committed by GitHub

View File

@@ -83,9 +83,17 @@ This repository is an attempt to consolidate useful resources for Site Reliabili
## Clouds
* [The Open Guide to Amazon Web Services](https://github.com/open-guides/og-aws)
* [Learning Azure](https://docs.microsoft.com/en-us/learn/azure/)
* [Hands-On Training with GCP](https://cloud.google.com/training/badges)
## Programming
### Python
* [Python Basics](https://pythonbasics.org/)
* [Python For Everyone](https://www.py4e.com/)
### Go (Golang)
* [A tour of Go](https://tour.golang.org)