Blob Storage
Everything on SkillVeris tagged Blob Storage — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
How Would You Design Dropbox?
Designing Dropbox means building a chunked file-storage system where files are split into fixed-size blocks, deduplicated and uploaded individually to blob sto…
How Would You Design a Blob Storage System?
A blob storage system stores unstructured binary objects (files, images, videos) by splitting each object into fixed-size chunks distributed across many storag…