VSvikas sharmainvkdigiservices.hashnode.dev·Sep 4 · 2 min readCloud Storage: What Businesses Should Consider Before Choosing a ProviderWhen a business starts running out of storage space, the problem is usually bigger than simply buying another hard drive. Data keeps coming in every day. There may be customer files, project documents00
ABAbhishek Batrainabhishek-codes.hashnode.dev·Aug 19 · 5 min readHow I Used Streams Instead of Buffers to Save Memory in My Deployment PlatformWhen I built Shipyard, a self-hosted deployment platform (like a mini Vercel), one of the biggest lessons I learned was about streams vs buffers. In this post, I'll explain this in simple words — what00
Iinfraiininfrai.hashnode.dev·Aug 2 · 11 min readObject storage for browser direct uploads: presigned URLs, US and EU bucketsShort answer: put the files in a private bucket on an S3-compatible store, mint a short-lived presigned PUT URL on your server, and let the browser send the bytes straight to storage — that pattern is00
NNNiloy Nathinpiplustheta.hashnode.dev·Jul 10 · 18 min readMinIO Was Easy, SeaweedFS Made Me ThinkWhy I Tried SeaweedFS After MinIO This is a SeaweedFS vs MinIO guide disguised as the follow-up to my first self-hosted object storage migration. The app was still FastAPI. The client still did not wa00
CDCoding Dropletsincodingdroplets.com·May 24 · 12 min readAzure Blob Storage vs AWS S3 vs MinIO in .NET: Which Object Storage Should Your Team Use in 2026?When a .NET team needs to store and serve files — user uploads, generated reports, media assets, audit exports — the first real decision is which object storage provider to wire into the application. 00
Hhelianthusinwasteland.hashnode.dev·Apr 17 · 8 min readDuckDB in the Wild: What 6 Minutes of Benchmarking Across 4 Machines Taught Me About Real-World PerformanceThis is not a lab benchmark. It is an engineering gut-check: same query, different machines, different storage. The numbers are messy, the comparisons are unfair, and yet they are surprisingly useful.00
DPDev Patelindevjpateldotcom.hashnode.dev·Mar 13 · 4 min readUnderstanding Objects in JavaScript: Key-Value Pairs Made SimpleHello! ☕In JavaScript, arrays are great for ordered lists (like shopping items or numbers). But what if you want to store related data that isn't in a strict order? That's where objects shine! Objects00
TITech Insights Hubintopperblog.hashnode.dev·Feb 12 · 8 min readObject Storage: S3 Compatible SolutionsObject Storage: S3 Compatible Solutions Comparison The Modern Developer's Dilemma: Choosing the Right S3-Compatible Storage In 2026, the cloud storage landscape has evolved dramatically. While AWS S3 remains the gold standard, vendor lock-in concerns...00
DPDaniel Parkesinibm-storage-ceph-s3-security-blog-series.hashnode.dev·Jan 4 · 21 min readMastering IAM in Ceph: Multi-Tenancy, Access Control, and Why ACLs Must DieIntroduction: When Security Theater Becomes a Real Disaster In March 2017, a misconfigured S3 bucket at Verizon exposed the personal information of 14 million customers. The root cause wasn't a sophisticated attack; it was a simple oversight in acces...10
DPDaniel Parkesincephobjectstoragefeatures.hashnode.dev·Nov 25, 2025 · 11 min readIBM Storage Ceph 9.9.0: Near-Zero Impact Bucket Resharding - A Game Changer for Production Workloads At ScaleIntroduction: The Foundation of Scalable Object Storage In the modern data landscape, object storage has evolved from a simple file repository into the foundational layer for AI/ML pipelines, data lakehouses, real-time analytics, and massive-scale ar...10