130 related articles

Deep dive into the dangers of Docker's :latest tag: it's not a stable version but a moving pointer. Learn how it causes production incidents and best practices for pinning versions.

Practical lessons from building a SAM 3 auto-labeling pipeline: vision embedding reuse, resolution handling, prompt engineering, threshold sweeping, and more.

A deep dive into PlanetScale's core database infrastructure architecture, covering compute-storage separation, Vitess shard routing, multi-replica HA, and zero-downtime schema changes.

In-depth analysis of the 360K-Star System Design Primer on GitHub, covering distributed system design fundamentals, interview case studies, and Anki flashcards to help you master large-scale architecture design.

Warpgate 0.27 adds transparent RDP/VNC proxy, OTP/SSO integration, cluster scaling, and TLS hot-reload. A FOSS alternative to Teleport requiring no agents or clients for unified privileged access.

An in-depth analysis of the classic "Pets vs Cattle" metaphor in cloud computing, exploring the shift from traditional IT ops to cloud-native thinking and clarifying common misconceptions.

Tandem is an AI-native office leasing brokerage using agentic AI to provide brokers with real-time listings, deal analytics, and landlord flexibility insights, transforming market intelligence from personal experience into system capability.

A systematic learning path for understanding the Kimi K3 technical report, covering MoE, MLA, distributed training, and modern post-training techniques.

Learn how to use KEDA for Kubernetes scale-to-zero, waking self-hosted apps on demand via HTTP interceptors. Covers cold start optimization, Cron warming strategies, and full open-source configs.

Deep analysis of Supabase pg_cron and pgmq reliability issues in production, including task loss, execution uncertainty, and observability gaps, with practical architecture optimization advice.

Deep analysis of Supabase production reliability issues with pg_cron and pgmq, covering task loss, execution uncertainty, and observability gaps, with practical architecture optimization advice.

In-depth analysis of two mainstream approaches for RGB and thermal camera image registration: homography via feature matching and stereo calibration with image rectification, covering cross-modal principles and engineering trade-offs.

Leaping AI builds voice AI agents for blue-collar services like home improvement and roofing, supporting 100+ concurrent calls, multi-day campaign auto-follow-ups, multilingual switching, and deep CRM integration.

A deep dive into three core SQLite production optimizations: WAL mode for read/write concurrency, single-writer concurrency model best practices, and VFS layer tuning with mmap and custom locking.

Complete guide to deploying production-grade LLM inference on Kubernetes, covering GPU scheduling, vLLM engine selection, autoscaling, observability, and cost optimization.

Hammer is an offline-first open-source novel writing app using Markdown plain text storage with multi-platform support. Deploy a self-hosted sync server in five minutes via Docker.

Hammer is an offline-first open-source novel writing app using Markdown plain text. Deploy a self-hosted sync server in minutes with Docker for cross-device sync and web publishing.

Kimi K3 officially launches on Ollama Cloud as an "extra high usage" model. This guide covers free tier quotas, cloud inference experience, technical advantages, and how developers can seamlessly call this high-performance LLM.

A systematic guide to AI Agent development across four stages: LLM fundamentals, ReAct paradigm, memory & tools, and multi-agent collaboration for developers.

Deep dive into Apache Cassandra's core design: linear scalability, decentralized architecture, tunable consistency, and ideal use cases for engineering teams.