diff --git a/README.md b/README.md index 37d2d46..9c92ecb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # Distributed Systems Practice Notes from learning about distributed systems in [GW CS 6421](https://gwdistsys18.github.io/) with [Prof. Wood](https://faculty.cs.gwu.edu/timwood/) -## Area 1 -> Include notes here about each of the links +For this project, a blog was created to track all of the notes. The main link is accessible [here](http://patcody.io/dist-sys-practice/). Each section of content has its own blog post. -## Area 2 -> Include notes here about each of the links +## Area 1: Docker and Containers + +- Beginner Level: [Intro to Docker](http://patcody.io/dist-sys-practice/intro-to-docker/) +- Containers: [All About Containers](http://patcody.io/dist-sys-practice/all-about-containers/) +- Networking and Orchestration: [Networking and Orchestration](http://patcody.io/dist-sys-practice/networking-and-orchestration/) +- Bringing it All Together: [Breaking Up a Monolithic Application](http://patcody.io/dist-sys-practice/breaking-up-a-monolithic-application/) + +## Area 2: Cloud Web Apps + +- Beginner Level: [Intro to EC2 and S3](http://patcody.io/dist-sys-practice/intro-to-ec2-and-s3/)