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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ A curated list of resources to become a cloud expert in a self-paced manner.
* Tactical design

### Distributed System Fundamentals

#### Fallacies of Distributed Systems
* The network is reliable
* Latency is zero
* Bandwidth is infinite
Expand All @@ -22,6 +24,10 @@ A curated list of resources to become a cloud expert in a self-paced manner.
* There is one administrator
* Transport cost is zero

#### Problems in Distributed Systems
* Byzantine General Problem
* Thundering Herd

### Architecture styles
* Big Ball of Mud (Monolith)
* Unitary (Single Machine / Device)
Expand All @@ -46,6 +52,8 @@ A curated list of resources to become a cloud expert in a self-paced manner.
* Kubernetes
* Functions as a Service
* Application Templates
* Horizontal vs Vertical Scaling
* Autoscaling

### Storage
* Object
Expand All @@ -72,6 +80,11 @@ A curated list of resources to become a cloud expert in a self-paced manner.
* Column Family

### Data Transfer
* Direct Connect
* VPN Tunnels
* Hybrid Cloud
* Moving data between regions
* Transfering data over the internet

### Edge Services
* Load Balancing
Expand All @@ -88,6 +101,7 @@ A curated list of resources to become a cloud expert in a self-paced manner.
* Identity and Access Management
* Custom Identity
* Data Loss Prevention
* Disaster Recovery
* Compliance Automation
* Hardware Security Module

Expand Down