Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealmar committed Mar 13, 2017
1 parent a69e097 commit 98dd70c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
# Site Reliability Engineering

- https://landing.google.com/sre/book/index.html (Google SRE Book)
- (Book) Site Reliability Engineering - https://landing.google.com/sre/book/index.html

# Distributed Systems

- http://www.hpcs.cs.tsukuba.ac.jp/~tatebe/lecture/h23/dsys/dsd-tutorial.html - (Introduction to Distributed Systems Design)
- (Tutorial) Introduction to Distributed Systems Design - http://www.hpcs.cs.tsukuba.ac.jp/~tatebe/lecture/h23/dsys/dsd-tutorial.html

# Programming Languages

## Python

- https://learnpythonthehardway.org/python3/ (Learn Python 3 The Hard Way - Zed Shaw)
- (Book) Learn Python 3 The Hard Way - https://learnpythonthehardway.org/python3/

## Go

- https://www.youtube.com/watch?v=Q_H4hrUez80 (Go Language for Ops and Site Reliability Engineering)
- (Webinar) https://www.youtube.com/watch?v=Q_H4hrUez80 (Go Language for Ops and Site Reliability Engineering)

# Production Web App
- https://www.digitalocean.com/community/tutorial_series/building-for-production-web-applications
- (Tutorial) https://www.digitalocean.com/community/tutorial_series/building-for-production-web-applications

- (Book) Production Ready Microservices - https://www.amazon.com/gp/product/1491965975/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1491965975&linkCode=as2&tag=susanfowler-20&linkId=8e434210b002d00be8507454a75c11ff

## Post-Mortem

## Blogs

- http://highscalability.com/
-
-

0 comments on commit 98dd70c

Please sign in to comment.