Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)