Foundations in the Cloud: Navigating Azure Storage Accounts
Introduction In today's data-driven world, storage isn’t just about saving files—it’s about secure access, global availability, performance, and sca…
Tech news from the best sources
Introduction In today's data-driven world, storage isn’t just about saving files—it’s about secure access, global availability, performance, and sca…
«Нам нужен Ceph» — эту фразу хотя бы раз слышал каждый, кто работает с инфраструктурой. И почти всегда за ней следует вопрос: «А нет ли на…
The least complex defensible design is private object storage plus a short-lived signed URL minted only after application authorization succeeds. Fo…
Разбираемся, что за зверь хранит весь ваш Kubernetes, учимся читать его ошибки и честно отвечаем на вопрос, можно ли ему доверят…
A phone recording 24/7 is not really a camera problem. It is a sustained-write problem wearing a camera costume. Two earlier posts in this series de…
This English version is an AI translation of my original article on Qiita (in Japanese) . Background I've been experimenting with Zenoh via its Elix…
Пару месяцев назад я решил провести эксперимент и сделать с нуля clean-room имплементацию LINSTOR , используя его референсы и публичные API-типы. Из…
Lustre is an open-source, POSIX-compliant parallel distributed file system for HPC, ML training, and large-scale data processing, it separates metad…
CephFS is a POSIX-compliant distributed file system built on Ceph, deployable on Kubernetes via the Rook operator with dynamic CSI provisioning and…
Bottom line: for a beginner SaaS, put originals in object storage and have a backend worker write each thumbnail as a separate object with a determi…
"S3-compatible" is one of those phrases that gets thrown around so much that people nod along without checking whether everyone means the same thing…
ПО «Береста» – отечественный флагман в мире систем резервного копирования и восстановления данных (РКиВД) корпоративного уровня. Мы активно развивае…
One of the most misunderstood parts of the Pega Platform is pzPVStream . Newcomers often describe it as a "black box", while experienced architects…
Originally published on the InsForge blog , written by Can Lyu (Principal Software Engineer). Reposted here with permission. Self-hosted InsForge no…
Use presigned URLs when a web app only needs user files to land in object storage, and reach for a proxy upload through your backend when you must i…
Use one key prefix per user, delete from the application every key you can name, and leave lifecycle rules to sweep the old temporary images nobody…
Two TrueNAS servers. Same rack. One's on CORE, one's on SCALE. If someone asked me why, the honest answer isn't a design decision. It's a series of…
For two decades, SysAdmins operated under a strict golden rule: "Always use a dedicated Hardware RAID controller to protect your disks." This was an…
Azure Storage SFTP is Microsoft's managed file transfer service on top of Azure Blob Storage, convenient, but billed continuously per endpoint (roug…
The page came in at 2:14 a.m., which is the only time pages ever come in. I have a theory that PagerDuty holds them in a little queue until it's cer…
SFTPGo is an open-source file transfer server that exposes SFTP, FTP/S, and WebDAV with pluggable storage backends and a web admin UI, a self-hosted…
This is Part 4 of the Object Storage Internals series. Previous articles covered core mental models, metadata bottlenecks, and consistency tradeoffs…
SeaweedFS is an open-source, distributed object storage system with an S3-compatible API, a filer for POSIX-style hierarchical access, and a small f…
If you're building out a home lab and need shared storage, you'll eventually hit the SAN vs NAS question. Both solve "storage that multiple machines…
Imagine a user trying to upload a 100MB video or a high-resolution photo to your app. If you use the standard Rails file upload, that file travels f…
Seafile is an open-source file sync and share platform focused on speed, reliability, and end-to-end encrypted libraries, with desktop and mobile cl…
Статья о том, почему не надо учить Redux и прочие внешние сторы За два года я ни разу не написал ни одного редьюсера Везде антипаттерны, да ?
Миграция в облако и переход к микросервисной архитектуре сделали Kubernetes (k8s) де-факто стандартом для управления контейнерами. По данным 2025 го…
Миграция в облако и переход к микросервисной архитектуре сделали Kubernetes (k8s) де-факто стандартом для управления контейнерами. По данным 2025 го…
Как организовать шифрование на уровне протокола? На самом деле тема непростая и пожалуй (имхо) это как раз та самая тема, где пр…