Tagged articles
38 articles
Page 1 of 1
Node.js Tech Stack
Node.js Tech Stack
May 4, 2026 · Backend Development

Bun’s New Image API: A Zero‑Dependency Alternative to Sharp for Node.js

Bun introduces a built-in, zero-dependency image processing library called Bun.Image that supports JPEG, PNG, WebP, and limited HEIC/AVIF formats, offering chainable resizing, filtering, S3 integration, clipboard handling, and placeholder generation, while sparking community debate over runtime bloat versus Sharp’s richer feature set and deployment challenges.

AVIFBunHEIC
0 likes · 10 min read
Bun’s New Image API: A Zero‑Dependency Alternative to Sharp for Node.js
ITPUB
ITPUB
Dec 14, 2025 · Cloud Native

What Can Replace MinIO? A Deep Dive into Ceph, SeaweedFS, Garage, and RustFS

With MinIO entering maintenance mode, this article evaluates open‑source S3‑compatible alternatives—Ceph, SeaweedFS, Garage, and RustFS—detailing their strengths, limitations, security concerns, and practical deployment tips, while concluding that none yet offers a perfect drop‑in replacement.

CephMinioRustFS
0 likes · 9 min read
What Can Replace MinIO? A Deep Dive into Ceph, SeaweedFS, Garage, and RustFS
Open Source Tech Hub
Open Source Tech Hub
Dec 13, 2025 · Cloud Native

Why RustFS Is Emerging as the Next‑Gen Open‑Source S3‑Compatible Storage

After MinIO entered maintenance mode in December 2025, RustFS—a Rust‑written, Apache‑2.0 licensed, high‑performance distributed object storage—offers memory‑safe design, cross‑platform Docker deployment, S3 compatibility, and seamless integration with the Webman PHP framework, providing a compelling alternative for cloud‑native environments.

DockerRustRustFS
0 likes · 5 min read
Why RustFS Is Emerging as the Next‑Gen Open‑Source S3‑Compatible Storage
StarRocks
StarRocks
Dec 11, 2025 · Databases

How StarRocks Redesigns Bulk Import to Cut Small Files and Boost Throughput

This article explains how StarRocks mitigates the hidden risks of massive one‑time data imports in a storage‑compute separated architecture by redesigning the write path to spill to local disk, merge centrally, and write to object storage, resulting in fewer small files, higher write throughput, and more stable query performance.

Bulk ImportS3StarRocks
0 likes · 12 min read
How StarRocks Redesigns Bulk Import to Cut Small Files and Boost Throughput
DevOps Coach
DevOps Coach
Dec 2, 2025 · Cloud Computing

Why CloudFront Missed the Cache and How We Slashed S3 Costs by 80%

After months of puzzling over a $2,400 monthly S3 bill, we discovered a missing Cache‑Control header caused CloudFront to revalidate every request, and by adding the header we boosted cache hits from 12% to 94%, cutting costs to under $500.

AWSCloudFrontCost Optimization
0 likes · 5 min read
Why CloudFront Missed the Cache and How We Slashed S3 Costs by 80%
MaGe Linux Operations
MaGe Linux Operations
Oct 14, 2025 · Cloud Native

How Loki + S3 Cuts Log Storage Costs by Up to 90% at PB Scale

This article explains how the cloud‑native Loki logging system combined with S3 object storage can reduce PB‑level log storage expenses by 80‑90%, while simplifying operations, improving query performance, and meeting compliance requirements through detailed architecture, configuration, deployment, and real‑world case studies.

Cost OptimizationLog ManagementLoki
0 likes · 23 min read
How Loki + S3 Cuts Log Storage Costs by Up to 90% at PB Scale
Open Source Tech Hub
Open Source Tech Hub
Aug 28, 2025 · Backend Development

Integrate MinIO with Webman Using tinywan/storage: Step‑by‑Step Guide

This tutorial explains how to combine the high‑performance PHP microservice framework Webman with the S3‑compatible MinIO object storage using the tinywan/storage extension, covering environment setup, configuration, service class creation, controller implementation, routing, and testing to build a fast, reliable file‑management microservice.

MinioPHPS3
0 likes · 9 min read
Integrate MinIO with Webman Using tinywan/storage: Step‑by‑Step Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jul 1, 2025 · Backend Development

How We Cut a 150‑Billion Image Migration from 120 Days to 40 Days

Facing the challenge of moving 15 billion image files from Cassandra to S3, we iteratively redesigned the migration pipeline—from a single‑process approach to multi‑process, queue‑driven, and multi‑cluster deployments—reducing the projected 120‑day effort to just 40 days while ensuring reliability and performance.

Data MigrationGoPerformance Optimization
0 likes · 16 min read
How We Cut a 150‑Billion Image Migration from 120 Days to 40 Days
21CTO
21CTO
Feb 6, 2025 · Frontend Development

What’s New in Bun 1.2? 5 Major Updates That Redefine the JavaScript Toolchain

Version 1.2 of the Bun runtime introduces five significant enhancements—including improved Node.js compatibility, HTML import that replaces the entire frontend toolchain, native S3 object handling, a fast Promise‑based Postgres driver, and a text‑based lock file—positioning Bun as a comprehensive, cloud‑first JavaScript ecosystem.

BunHTML importJavaScript runtime
0 likes · 4 min read
What’s New in Bun 1.2? 5 Major Updates That Redefine the JavaScript Toolchain
Xiaolei Talks DB
Xiaolei Talks DB
Nov 14, 2024 · Cloud Native

How to Back Up OceanBase 4.2.5 on Kubernetes to Baidu Cloud BOS (S3)

This guide walks you through upgrading the ob‑operator, creating S3 credentials, configuring an OBTenantBackupPolicy YAML, applying the backup, and verifying the backup status to achieve a full data backup of an OceanBase 4.2.5 tenant to Baidu Cloud BOS using Kubernetes.

BOSKubernetesOceanBase
0 likes · 8 min read
How to Back Up OceanBase 4.2.5 on Kubernetes to Baidu Cloud BOS (S3)
JavaEdge
JavaEdge
May 24, 2024 · Cloud Computing

How to Build a Free Personal Image Hosting Service with Cloudflare R2 and PicGo

This guide walks through the reasons for creating a custom image bed, explains why Cloudflare R2 is chosen over domestic providers, and provides step‑by‑step instructions for setting up an R2 bucket, binding a domain, configuring public access, and integrating PicGo for automatic uploads.

CloudflareImage HostingPicGo
0 likes · 5 min read
How to Build a Free Personal Image Hosting Service with Cloudflare R2 and PicGo
DataFunSummit
DataFunSummit
Jan 1, 2023 · Big Data

Shopee Data Infra Presentation: Storage Status, Acceleration, Serviceization, and Future Plans

The Shopee Data Infra talk details the current storage architecture, Presto‑based acceleration with Alluxio caching, service‑oriented storage solutions using Alluxio Fuse and S3 APIs, and outlines future enhancements for Spark/Hive integration and CSI/Fuse optimizations, providing a comprehensive view of large‑scale big data storage engineering.

AlluxioCache ManagerKubernetes
0 likes · 16 min read
Shopee Data Infra Presentation: Storage Status, Acceleration, Serviceization, and Future Plans
Programmer DD
Programmer DD
Aug 23, 2022 · Cloud Computing

How Switching S3 Compression to Zstd Cut Storage Costs by 30%

AWS switched S3 log compression from gzip to Zstandard, saving roughly 30% of storage space—equivalent to exabytes—by changing the internal storage method, a move confirmed by employee comments and a coinciding 31% price drop in late 2021.

AWSCost OptimizationS3
0 likes · 4 min read
How Switching S3 Compression to Zstd Cut Storage Costs by 30%
DevOps Cloud Academy
DevOps Cloud Academy
Mar 2, 2022 · Operations

Promoter: Rendering AlertManager Graphs for DingTalk Notifications Using Go

The article introduces Promoter, a Go‑based webhook that fetches Prometheus metrics, renders alert graphs with gonum/plot, stores the images in S3‑compatible object storage, and embeds them in DingTalk notifications, providing deployment instructions, template customization, and core implementation details.

AlertmanagerDingTalkGo
0 likes · 10 min read
Promoter: Rendering AlertManager Graphs for DingTalk Notifications Using Go
Shopee Tech Team
Shopee Tech Team
Oct 8, 2021 · Databases

Cold‑Hot Storage Architecture and Practices in Shopee ClickHouse

Shopee ClickHouse implements a cold‑hot storage architecture by mounting JuiceFS‑backed S3 as a remote volume, using table‑level storage policies and TTL‑driven background moves to shift data from SSD to cold storage, achieving cost‑effective scalability, improved disk utilization, and validated performance despite operational challenges such as Redis memory pressure and small‑file handling.

ClickHouseCold-Hot StorageData Tiering
0 likes · 22 min read
Cold‑Hot Storage Architecture and Practices in Shopee ClickHouse
GrowingIO Tech Team
GrowingIO Tech Team
Aug 27, 2020 · Cloud Computing

How GrowingIO Cut AWS Costs: Practical Cloud Cost Optimization Strategies

This article details GrowingIO's systematic approach to reducing AWS expenses by analyzing billing data, tagging resources, visualizing usage, and applying targeted optimizations across EC2 instances, EBS volumes, HDFS storage, network traffic, and S3, while outlining future automation and scaling plans.

AWSCost OptimizationEBS
0 likes · 14 min read
How GrowingIO Cut AWS Costs: Practical Cloud Cost Optimization Strategies
Ops Development Stories
Ops Development Stories
Aug 24, 2020 · Databases

How to Securely Backup Elasticsearch with Snapshots and S3 Repositories

This guide explains why Elasticsearch replicas cannot protect against catastrophic failures and shows step‑by‑step how to configure snapshot and restore using various repository types—including S3, HDFS, Azure, and Huawei OBS—install necessary plugins, set up JVM options, and automate snapshot policies via Kibana.

BackupElasticsearchKibana
0 likes · 9 min read
How to Securely Backup Elasticsearch with Snapshots and S3 Repositories
HomeTech
HomeTech
May 23, 2019 · Frontend Development

Building a Cross‑Platform S3 Upload GUI with Electron and Vue

This article explains how to create a cross‑platform desktop client for uploading local resources to S3‑backed CDN using Electron, Vue, and lowdb, covering UI design, project structure, main‑renderer process communication, persistent storage, command‑line integration, packaging, and update handling.

Cross‑PlatformDesktop ApplicationElectron
0 likes · 16 min read
Building a Cross‑Platform S3 Upload GUI with Electron and Vue
Architecture Digest
Architecture Digest
Mar 11, 2018 · Backend Development

Handling 1 Million Requests per Minute with Go: A Scalable Backend Architecture

The article describes how a Go‑based backend, using a two‑layer job/worker pattern with buffered channels and configurable worker pools, can reliably ingest millions of POST requests per minute, serialize payloads to Amazon S3, and dramatically reduce server count through Elastic Beanstalk auto‑scaling.

BackendS3elasticbeanstalk
0 likes · 12 min read
Handling 1 Million Requests per Minute with Go: A Scalable Backend Architecture
21CTO
21CTO
Dec 3, 2015 · Big Data

How Netflix Scales Its Hadoop Data Warehouse on AWS with Genie PaaS

This article explains how Netflix leverages Amazon S3 and Elastic MapReduce to build a virtually unlimited, dynamically scalable Hadoop data warehouse in the cloud, and introduces Genie—a Hadoop platform‑as‑a‑service that abstracts job submission, resource management, and cluster orchestration.

AWSData WarehouseElastic MapReduce
0 likes · 15 min read
How Netflix Scales Its Hadoop Data Warehouse on AWS with Genie PaaS