Cloud
Cloud platforms, managed services, and deployment models.
Object Storage Architecture
The flat-namespace key/data/metadata model behind S3 and GCS — no real folders, no in-place edits.
Block vs File vs Object Storage
EBS, EFS, and S3 side by side — three fundamentally different interfaces for three fundamentally different access patterns.
Erasure Coding & Replication
Two different math-based strategies for surviving disk failures — full copies versus data-plus-parity chunks.
Cloud Storage Tiering
Standard, Infrequent Access, and Glacier — trading cheaper storage for slower, sometimes costlier retrieval.
Serverless Connection Saturation
A Lambda function that opens its own database connection scales beautifully — right up until it takes the database down with it.
Cloud Egress Traps
Storage looks cheap on the pricing page — until the bill for data leaving the cloud arrives.
Data Gravity & Vendor Lock-In
Once petabytes of data and years of tooling accumulate around one cloud provider, moving it becomes structurally hard — not just expensive.