Tagged articles
821 articles
Page 1 of 9
21CTO
21CTO
May 12, 2026 · Backend Development

Why Go Is the Most Direct Language for Backend Development

The article argues that Go’s fast compilation, single‑binary output, minimal dependencies, rich standard library, lightweight concurrency model, and built‑in tooling make it a straightforward, production‑ready choice for backend services, contrasting it with the complexity of typical Node, Rails, or JavaScript stacks.

Backend DevelopmentDeploymentGo
0 likes · 12 min read
Why Go Is the Most Direct Language for Backend Development
dbaplus Community
dbaplus Community
May 10, 2026 · Operations

Ubuntu Breaks 35 Years of Linux Philosophy: Should You Adopt Snap Devpacks?

Ubuntu 26.04 LTS introduces Snap Devpacks—a single‑command, vendor‑controlled toolchain that promises the fastest Linux developer environment deployment, but raises concerns about lock‑in, prompting a detailed comparison with alternatives like mise, Nix devShells, DNF modules and container‑based setups.

CanonicalDeploymentDevpacks
0 likes · 14 min read
Ubuntu Breaks 35 Years of Linux Philosophy: Should You Adopt Snap Devpacks?
Architect Chen
Architect Chen
May 2, 2026 · Cloud Computing

Docker vs Traditional VMs: 4 Key Differences Explained

The article compares Docker containers with traditional virtual machines across four core aspects—resource consumption, isolation mechanisms, startup speed, and deployment efficiency—showing that containers use shared kernels for lower memory and CPU overhead, provide process‑level isolation, start in under a second, and enable rapid CI/CD workflows.

DeploymentDockerIsolation
0 likes · 4 min read
Docker vs Traditional VMs: 4 Key Differences Explained
Lao Guo's Learning Space
Lao Guo's Learning Space
Apr 23, 2026 · Artificial Intelligence

2026 Text2SQL Model Showdown: Which One Performs Best?

This article benchmarks twelve Text2SQL models on the BIRD and Spider datasets, analyzes their accuracy, cost, and deployment options, and provides scenario‑specific recommendations to help enterprises and developers choose the most suitable solution.

AIBIRD benchmarkDeployment
0 likes · 17 min read
2026 Text2SQL Model Showdown: Which One Performs Best?
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 20, 2026 · Artificial Intelligence

Kimi K2.6: The Most Powerful Open-Source Agent Model – Architecture, Benchmarks, and Deployment Guide

Kimi K2.6, an open-source 1-trillion-parameter MoE model, expands Agent capabilities with 256K context, multimodal inputs, and the ability to coordinate 300 sub-Agents over 4,000 steps, achieving top scores on benchmarks like Terminal-Bench 2.0, SWE-Bench Pro, and BrowseComp, while offering flexible deployment via vLLM, SGLang, and KTransformers.

Agent ModelBenchmarkDeployment
0 likes · 11 min read
Kimi K2.6: The Most Powerful Open-Source Agent Model – Architecture, Benchmarks, and Deployment Guide
Machine Heart
Machine Heart
Apr 20, 2026 · Artificial Intelligence

Deployment Era Starts: How One Firm Delivered Seven Turnkey Embodied‑AI Solutions Without Selling Robots

ZhiYuan announced four new robot bodies, six AI models and seven standardized productivity solutions, backed by a full‑stack AIMA ecosystem and a massive data network, achieving 10,000 mass‑produced robots by 2026, 39% market share in 2025 and revenue surpassing 1 billion yuan, marking the first year of the embodied‑AI deployment era.

AI modelsDeploymentEcosystem
0 likes · 14 min read
Deployment Era Starts: How One Firm Delivered Seven Turnkey Embodied‑AI Solutions Without Selling Robots
AI Architecture Hub
AI Architecture Hub
Apr 20, 2026 · Artificial Intelligence

OpenClaw vs Hermes: Which AI Agent Framework Wins for Your Use Case?

This guide dissects the architectural focus, skill system, memory design, security strategy, deployment workflow, and migration path of OpenClaw and Hermes, helping developers decide which general‑purpose AI agent platform best matches their multi‑channel, self‑evolving, or governance‑heavy requirements.

AI AgentsDeploymentHermes
0 likes · 19 min read
OpenClaw vs Hermes: Which AI Agent Framework Wins for Your Use Case?
MaGe Linux Operations
MaGe Linux Operations
Apr 19, 2026 · Cloud Native

Unlock the Full Deployment‑to‑Service Workflow in Kubernetes

This comprehensive guide walks operators through the entire Kubernetes workflow from creating a Deployment to exposing a Service, explaining core resources, control loops, scheduling, networking, rolling updates, troubleshooting steps, best‑practice configurations, performance tuning, and security hardening.

Cloud NativeDeploymentKubernetes
0 likes · 29 min read
Unlock the Full Deployment‑to‑Service Workflow in Kubernetes
HyperAI Super Neural
HyperAI Super Neural
Apr 16, 2026 · Artificial Intelligence

Open-Source Small LLMs Reach GPT‑5‑Level Intelligence: One‑Stop Evaluation of Qwen 3.5, Gemma 4 and Other Top Models

A recent Artificial Analysis report finds that the 27‑billion‑parameter Qwen 3.5 and 31‑billion‑parameter Gemma 4 models achieve Intelligence Index scores comparable to GPT‑5, and the article details their benchmark results, multimodal capabilities, deployment on a single NVIDIA H100, and provides one‑click notebook tutorials for several open‑source LLMs.

DeploymentGemma 4Intelligence Index
0 likes · 8 min read
Open-Source Small LLMs Reach GPT‑5‑Level Intelligence: One‑Stop Evaluation of Qwen 3.5, Gemma 4 and Other Top Models
Data Party THU
Data Party THU
Apr 15, 2026 · Artificial Intelligence

Why “Raising Lobsters” (OpenClaw) Is the Hottest AI Agent Trend in 2026

The article examines the rapid rise of OpenClaw, the open‑source AI agent dubbed “raising lobsters,” outlining its deployment steps, five major benefits, three key risks, and the six user profiles best suited for this execution‑type AI, while urging cautious adoption.

AI AgentsDeploymentOpenClaw
0 likes · 11 min read
Why “Raising Lobsters” (OpenClaw) Is the Hottest AI Agent Trend in 2026
PaperAgent
PaperAgent
Apr 15, 2026 · Artificial Intelligence

How Open‑Source Agent Harnesses Are Redefining LLM Deployments

The article analyzes the shift from proprietary Claude Managed Agents to open‑source frameworks like LangChain Deep Agents Deploy, detailing harness engineering, deployment steps, memory management, and the benefits of an open ecosystem for building production‑ready AI agents.

DeploymentHarness EngineeringLangChain
0 likes · 8 min read
How Open‑Source Agent Harnesses Are Redefining LLM Deployments
大转转FE
大转转FE
Apr 15, 2026 · Artificial Intelligence

Deploying and Harnessing OpenClaw AI Agents for Real‑World Development Workflows

This article shares practical experiences and step‑by‑step guidance on deploying OpenClaw locally or in the cloud, using it for personal and team tasks such as project research, incident triage, report generation, and secure multi‑agent workflows, while emphasizing best practices for model selection, skill development, and safety.

AI AgentDeploymentOpenClaw
0 likes · 20 min read
Deploying and Harnessing OpenClaw AI Agents for Real‑World Development Workflows
Lobster Programming
Lobster Programming
Apr 15, 2026 · Databases

Choosing the Right Redis Architecture: From Single Node to Cluster

This article reviews the main Redis deployment options—including single‑node, master‑slave with Sentinel, sharding via consistent hashing, and Redis Cluster—explaining their advantages, high‑availability mechanisms, scalability limits, and recommending suitable scenarios for each architecture.

ClusterDeploymenthigh availability
0 likes · 7 min read
Choosing the Right Redis Architecture: From Single Node to Cluster
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 12, 2026 · Artificial Intelligence

Deploy the Open‑Source MiniMax‑M2.7 Model Locally: Step‑by‑Step Guide

MiniMax‑M2.7, the newly open‑sourced 230‑billion‑parameter MoE model, offers self‑evolution, professional software engineering and agent capabilities, and can be deployed locally using Ollama, vLLM, SGLang or Docker with 4‑8 H200 GPUs, while the article details hardware needs, performance gains and tool‑calling/Thinking features.

DeploymentGPULLM
0 likes · 11 min read
Deploy the Open‑Source MiniMax‑M2.7 Model Locally: Step‑by‑Step Guide
SuanNi
SuanNi
Apr 11, 2026 · Artificial Intelligence

Deploy Microsoft VibeVoice TTS for Real‑Time Multi‑Speaker Audio

This guide explains the features of Microsoft’s VibeVoice TTS models, including long‑context synthesis, low‑latency realtime streaming, multi‑speaker support, and provides step‑by‑step instructions for deploying the models on a GPU cloud platform using Python.

AI modelsDeploymentMulti-speaker
0 likes · 5 min read
Deploy Microsoft VibeVoice TTS for Real‑Time Multi‑Speaker Audio
Ray's Galactic Tech
Ray's Galactic Tech
Apr 10, 2026 · Backend Development

Building a Production‑Ready Go Function Calling Server: Architecture, Design, and Best Practices

This article explains why Function Calling requires a robust server‑side architecture, walks through a real e‑commerce use case, details the Go‑based protocol, modular design, concurrency handling, security, observability, deployment strategies, testing approaches, and a step‑by‑step roadmap for turning a demo into a production‑grade system.

Backend ArchitectureDeploymentFunction Calling
0 likes · 37 min read
Building a Production‑Ready Go Function Calling Server: Architecture, Design, and Best Practices
AI Programming Lab
AI Programming Lab
Apr 8, 2026 · Artificial Intelligence

Hermes Agent: An Open‑Source AI Agent Framework That Learns and Grows

Hermes Agent is a self‑evolving open‑source AI agent framework that supports over 200 models and 40 tools, offering persistent memory, skill auto‑generation, cross‑session retrieval, multi‑backend execution, and robust security, while providing a quick one‑line deployment and a direct comparison with OpenClaw.

AI AgentsDeploymentHermes Agent
0 likes · 7 min read
Hermes Agent: An Open‑Source AI Agent Framework That Learns and Grows
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 4, 2026 · Artificial Intelligence

How to Deploy the Free Open‑Source Enterprise ChatGPT Platform Onyx – Complete Guide

Onyx is a fully open‑source, self‑hosted enterprise RAG platform that integrates any LLM with internal knowledge sources to provide AI chat, intelligent search, custom agents, and automation actions, and this guide walks through its core features, architecture, real‑world use cases, competitor comparison, deployment steps, configuration, best practices, and security compliance.

AI chatbotDeploymentKnowledge Base
0 likes · 15 min read
How to Deploy the Free Open‑Source Enterprise ChatGPT Platform Onyx – Complete Guide
JD Tech
JD Tech
Apr 3, 2026 · Backend Development

How to Achieve Lightweight Process‑Level Service Isolation in a Distributed Microservice System

This article analyzes the growing complexity of a distributed microservice platform and presents three isolation strategies—application splitting, Hystrix thread‑/semaphore isolation, and a lightweight process‑level grouping approach—detailing their implementation, trade‑offs, and practical results for high‑traffic promotions.

Backend ArchitectureDeploymentHystrix
0 likes · 9 min read
How to Achieve Lightweight Process‑Level Service Isolation in a Distributed Microservice System
Architect's Ambition
Architect's Ambition
Mar 25, 2026 · Artificial Intelligence

From Zero to Production: Building AI‑Native Infrastructure for Agents – Local Inference to Full‑Scale Deployment

The article walks through constructing AI‑native infrastructure for agents, covering local inference deployment with vLLM, setting up an AI gateway using LiteLLM, implementing observability with logs, metrics, and tracing, and applying cost‑saving strategies that reduced latency, improved stability, and cut expenses by up to 60%.

AI AgentsCost OptimizationDeployment
0 likes · 13 min read
From Zero to Production: Building AI‑Native Infrastructure for Agents – Local Inference to Full‑Scale Deployment
Data Party THU
Data Party THU
Mar 21, 2026 · Operations

How to Harden and Operate OpenClaw for Reliable Production Use

This guide walks you through the essential steps to transform a freshly installed OpenClaw instance into a stable, production‑ready AI assistant, covering troubleshooting, configuration files, memory persistence, model selection, security hardening, Telegram integration, browser setup, and automated heartbeat and cron management.

AI OperationsConfigurationDeployment
0 likes · 8 min read
How to Harden and Operate OpenClaw for Reliable Production Use
AndroidPub
AndroidPub
Mar 19, 2026 · Frontend Development

How to Turn a Brilliant App Idea into a Live Product in 5 Free-Tool Steps

This guide walks developers through a five-step, zero‑cost workflow—using AI‑driven design, code generation, backend integration, Git versioning, and Vercel deployment—to transform a concept into a functional web or mobile app without extensive coding expertise.

AI DevelopmentDeploymentGitHub
0 likes · 8 min read
How to Turn a Brilliant App Idea into a Live Product in 5 Free-Tool Steps
Coder Trainee
Coder Trainee
Mar 18, 2026 · Operations

Zipkin Basics and Deploying Its Server on Linux

This guide explains Zipkin’s core components—Collector, Storage, RESTful API, and Web UI—then walks through downloading the executable jar, placing it on a Linux server, creating start and stop shell scripts with proper permissions, and finally launching the Zipkin server and accessing its web interface.

DeploymentDistributed TracingJava
0 likes · 5 min read
Zipkin Basics and Deploying Its Server on Linux
Open Source Tech Hub
Open Source Tech Hub
Mar 14, 2026 · Artificial Intelligence

Deploy Your Own AI Platform with Dux AI: A Step‑by‑Step Guide

Dux AI is an open‑source AI application platform built on Dux PHP Admin that unifies agents, bots, knowledge bases, and workflow into a single backend, offering modular extensions, multimedia capabilities, and integration with business systems, with detailed installation and deployment instructions for developers.

AIChatbotDeployment
0 likes · 6 min read
Deploy Your Own AI Platform with Dux AI: A Step‑by‑Step Guide
Data STUDIO
Data STUDIO
Mar 11, 2026 · Backend Development

Build Your First MCP Server with FastMCP – A Python Power Tool

This article introduces the Model Context Protocol (MCP) and the FastMCP Python library, then walks through setting up a virtual environment, creating a simple weather‑query tool, testing it with a client, upgrading to a real OpenWeatherMap API, and finally covering production deployment options such as HTTP transport, Docker, and security middleware.

AI toolsDeploymentDocker
0 likes · 19 min read
Build Your First MCP Server with FastMCP – A Python Power Tool
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 10, 2026 · Artificial Intelligence

Why Product Managers Are ‘Raising Lobsters’ with OpenClaw: A Hands‑On Case Study

The article explores how product managers can transform OpenClaw, an open‑source AI agent platform, into a versatile digital assistant that automates tasks such as user research, requirement tracking, content creation, and even financial transactions, while providing step‑by‑step deployment guides for both local and cloud environments.

AI AgentsAutomationDeployment
0 likes · 28 min read
Why Product Managers Are ‘Raising Lobsters’ with OpenClaw: A Hands‑On Case Study
Tencent Technical Engineering
Tencent Technical Engineering
Mar 9, 2026 · Artificial Intelligence

How Does OpenClaw Power Multi‑Agent AI? A Deep Dive into Architecture, Deployment, and Risks

This article explains OpenClaw’s core framework, multi‑agent communication mechanisms, deployment options on cloud or local machines, hardware recommendations, IM tool selection, session and memory management, skill handling, version control, and practical use cases while highlighting important security considerations.

DeploymentLLMMulti-Agent
0 likes · 26 min read
How Does OpenClaw Power Multi‑Agent AI? A Deep Dive into Architecture, Deployment, and Risks
Frontend AI Walk
Frontend AI Walk
Mar 4, 2026 · Operations

Choosing Between MaxClaw and Self‑Hosted OpenClaw: A Primary‑Plus‑Secondary Strategy for Small Teams

The article proposes a hybrid solution for individual developers and small teams where MaxClaw handles everyday multi‑agent tasks while a self‑hosted OpenClaw instance is used for model experiments and high‑privilege operations, covering architecture, deployment steps, cost tactics, and security best practices.

Cost OptimizationDeploymentMaxClaw
0 likes · 12 min read
Choosing Between MaxClaw and Self‑Hosted OpenClaw: A Primary‑Plus‑Secondary Strategy for Small Teams
Selected Java Interview Questions
Selected Java Interview Questions
Mar 2, 2026 · Backend Development

Why Trailing Slashes Change Nginx Proxy Behavior and How to Deploy WASM

This article explores common pitfalls and nuanced behaviors in Nginx configuration, illustrating how trailing slashes affect proxy_pass routing, detailing location matching priorities, comparing reload commands, guiding offline installation across architectures, and providing comprehensive settings for deploying Unity WebGL WASM applications with proper MIME types and security headers.

DeploymentNGINXWasm
0 likes · 20 min read
Why Trailing Slashes Change Nginx Proxy Behavior and How to Deploy WASM
Woodpecker Software Testing
Woodpecker Software Testing
Feb 27, 2026 · Cloud Computing

Deploy Your Program to Alibaba Function Compute (FC) in Minutes

This guide walks through the step‑by‑step process of deploying a daily‑triggered Python program to Alibaba Function Compute, covering account login, function creation, code packaging, runtime configuration, network settings, trigger setup, and verification of execution logs.

Alibaba CloudDeploymentFunction Compute
0 likes · 3 min read
Deploy Your Program to Alibaba Function Compute (FC) in Minutes
Shuge Unlimited
Shuge Unlimited
Feb 27, 2026 · Databases

Why Is Milvus, the 43K‑Star Vector Database, So Powerful?

This article analyzes Milvus—its open‑source origins, three deployment modes, four‑layer architecture, eight‑plus indexing algorithms, real‑world case studies, and a detailed comparison with competitors—highlighting its strengths, weaknesses, common pitfalls, and when it’s the right choice for large‑scale AI workloads.

AI workloadsCloud NativeDeployment
0 likes · 15 min read
Why Is Milvus, the 43K‑Star Vector Database, So Powerful?
vivo Internet Technology
vivo Internet Technology
Feb 25, 2026 · Frontend Development

How We Built a Multi‑Region H5 Platform with One Codebase and 90% Cost Savings

This article details the design and implementation of a multi‑region H5 platform that uses a single codebase and unified architecture, covering platform UI internationalisation, unified login, three‑layer region storage, environment‑aware configuration, ZooKeeper service discovery, region‑specific DLL builds, and npm private‑registry strategies to achieve seamless deployment across multiple data centres while cutting development effort by up to ninety percent.

DeploymentVuefrontend
0 likes · 21 min read
How We Built a Multi‑Region H5 Platform with One Codebase and 90% Cost Savings
Shuge Unlimited
Shuge Unlimited
Feb 19, 2026 · Artificial Intelligence

Why Do AI Assistant Frameworks Differ 200× in Memory? ZeroClaw vs OpenClaw Deep Dive

The article compares ZeroClaw and OpenClaw, two AI assistant frameworks, revealing a 200‑fold memory gap caused by different design goals, programming languages (Rust vs TypeScript), architecture choices, deployment complexity, community support, and security models, and offers concrete recommendations for various use‑cases.

AI assistantsDeploymentOpenClaw
0 likes · 13 min read
Why Do AI Assistant Frameworks Differ 200× in Memory? ZeroClaw vs OpenClaw Deep Dive
PMTalk Product Manager Community
PMTalk Product Manager Community
Feb 13, 2026 · Artificial Intelligence

Taming OpenClaw: A Practical Journey from Awe to Real‑World Deployment

The article walks through the three stages developers experience when deploying OpenClaw locally—initial amazement at its human‑like interaction, the harsh reality of token‑driven costs and security risks, and finally a disciplined taming process that reshapes boundaries, responsibilities, and engineering practices.

AI AgentsAutomationDeployment
0 likes · 8 min read
Taming OpenClaw: A Practical Journey from Awe to Real‑World Deployment
Woodpecker Software Testing
Woodpecker Software Testing
Feb 8, 2026 · Information Security

Deploying Strix AI Security Testing Platform: From Scratch to Real‑World Use

This guide walks you through the full deployment of the open‑source Strix AI security testing platform, covering environment setup, dependency management, configuration, core module verification, real‑world scanning scenarios, performance tuning, Docker packaging, CI/CD integration, and troubleshooting steps.

AI security testingDeploymentDocker
0 likes · 7 min read
Deploying Strix AI Security Testing Platform: From Scratch to Real‑World Use
AI Tech Publishing
AI Tech Publishing
Feb 6, 2026 · Artificial Intelligence

2026 Large Model Engineering Roadmap: From Foundations to Production

This roadmap outlines a step‑by‑step learning path for building, optimizing, and safely deploying large language model systems, covering fundamentals, vector stores, RAG, advanced techniques, fine‑tuning, inference speed, deployment, observability, agents, and production safeguards.

DeploymentFine-tuningInference
0 likes · 5 min read
2026 Large Model Engineering Roadmap: From Foundations to Production
Old Zhang's AI Learning
Old Zhang's AI Learning
Feb 3, 2026 · Artificial Intelligence

Why GLM-OCR Leads OCR Benchmarks: 0.9B Model Tops OmniDocBench

GLM-OCR, a 0.9B‑parameter multimodal OCR model from Zhipu, achieves the highest score (94.62) on OmniDocBench V1.5, offers lightweight deployment via vLLM, Ollama, API and SDK, and outperforms larger rivals like DeepSeek‑OCR and PaddleOCR in speed and accuracy.

DeploymentGLM-OCROCR
0 likes · 10 min read
Why GLM-OCR Leads OCR Benchmarks: 0.9B Model Tops OmniDocBench
Code Wrench
Code Wrench
Feb 3, 2026 · Operations

Build a Lightweight, Auditable, Rollback‑Capable Deployment Tool in Go (200 lines)

This article walks through creating a compact Go‑based deployment automation tool—named go‑deploy—that provides atomic releases, versioning, concurrent safe deployments, observability, and easy rollback using a blue‑green directory strategy, all within roughly 200 lines of code, and includes practical tips and pitfalls to avoid.

DeploymentDevOpsGo
0 likes · 13 min read
Build a Lightweight, Auditable, Rollback‑Capable Deployment Tool in Go (200 lines)
Design Hub
Design Hub
Feb 1, 2026 · Artificial Intelligence

How to Deploy OpenClaw AI Assistant on a Home NAS (Step‑by‑Step)

The author, a designer who prefers self‑hosted tools, walks through installing OpenClaw on a home NAS using PVE and Ubuntu, configures password‑less sudo, sets up Discord as a communication channel, troubleshoots model settings, and demonstrates the assistant’s basic capabilities.

AI AssistantDeploymentDiscord
0 likes · 13 min read
How to Deploy OpenClaw AI Assistant on a Home NAS (Step‑by‑Step)
Old Zhang's AI Learning
Old Zhang's AI Learning
Jan 28, 2026 · Artificial Intelligence

How to Deploy DeepSeek‑OCR‑2 Locally: A Hands‑On Walkthrough

The article details a step‑by‑step local deployment of DeepSeek‑OCR‑2, covering GPU memory requirements, accuracy on complex tables, long inference times, dependency hurdles like GCC, GLIBC and flash‑attn, and provides concrete solutions using conda environments and symlinks.

CondaDeepSeek-OCR 2Deployment
0 likes · 7 min read
How to Deploy DeepSeek‑OCR‑2 Locally: A Hands‑On Walkthrough
AI Waka
AI Waka
Jan 24, 2026 · Artificial Intelligence

Building Production‑Ready AI Agents with NVIDIA’s Nemotron Stack

The article explains how NVIDIA’s Nemotron Stack combines ultra‑fast speech recognition, multimodal retrieval, and advanced safety models into a unified, low‑latency pipeline, offering practical integration code, performance insights, and deployment options for turning experimental AI agents into production‑grade services.

AI AgentsContent SafetyDeployment
0 likes · 9 min read
Building Production‑Ready AI Agents with NVIDIA’s Nemotron Stack
Java Web Project
Java Web Project
Jan 23, 2026 · Backend Development

Zero‑Downtime Spring Boot Deployment: Sharing a Port Between Two Instances

This article explains how to update a Spring Boot application without stopping the old process by letting a new instance start on the same port, detailing the Tomcat internals, the required ServletContainerInitializer callbacks, and providing a complete, step‑by‑step implementation with code samples and a live test.

DeploymentJavaPortSharing
0 likes · 9 min read
Zero‑Downtime Spring Boot Deployment: Sharing a Port Between Two Instances
Tech Freedom Circle
Tech Freedom Circle
Jan 22, 2026 · Operations

Designing Gray Release and A/B Testing for Safe Deployments and Winning Experiments

This article explains the fundamental differences between gray release and A/B testing, provides step‑by‑step guidance for implementing both strategies with Spring Cloud Gateway, Nacos and Kubernetes, and compares container‑level canary deployments with gateway‑level traffic routing to help you choose the right approach for reliable production releases.

A/B testingDeploymentKubernetes
0 likes · 43 min read
Designing Gray Release and A/B Testing for Safe Deployments and Winning Experiments
php Courses
php Courses
Jan 22, 2026 · Backend Development

Streamline PHP Projects: Automated Packaging and Deployment Best Practices

Learn how to automate PHP project packaging with Composer and streamline deployment using Git and Capistrano, following a step‑by‑step case study that covers creating composer.json, managing dependencies, version control commands, and configuring deployment scripts to boost efficiency and reduce errors.

AutomationCapistranoComposer
0 likes · 5 min read
Streamline PHP Projects: Automated Packaging and Deployment Best Practices
Raymond Ops
Raymond Ops
Jan 17, 2026 · Operations

Scaling Ansible: From Manual Deployments to Managing Thousands of Servers

This article walks through the challenges of manual server deployment, explains why Ansible is ideal for large‑scale environments, and provides a complete reference architecture, optimized configuration, dynamic inventory scripts, modular playbooks, performance tuning, monitoring, security hardening, rollback mechanisms, cost analysis, and practical lessons learned for automating deployments across thousands of machines.

AnsibleAutomationDeployment
0 likes · 20 min read
Scaling Ansible: From Manual Deployments to Managing Thousands of Servers
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 17, 2026 · Cloud Native

Deploying Microservices on Kubernetes: A Step‑by‑Step Guide

Learn how to package each microservice into containers and host them on a Kubernetes cluster, covering architecture diagrams, Ingress traffic routing, service discovery, ConfigMap and Secret management, persistent storage, deployment manifests, autoscaling, and CI/CD automation, while avoiding promotional fluff.

Cloud NativeConfigMapDeployment
0 likes · 4 min read
Deploying Microservices on Kubernetes: A Step‑by‑Step Guide
Old Meng AI Explorer
Old Meng AI Explorer
Jan 8, 2026 · Artificial Intelligence

How Microsoft’s Open‑Source VibeVoice Gives AI Speech Real Emotion

Microsoft’s open‑source VibeVoice model transforms text‑to‑speech by adding fine‑grained emotional control, multi‑scene styles, and support for over 100 languages, offering free commercial use, low‑latency local deployment, and detailed parameter settings that let developers and creators generate expressive, context‑aware audio for videos, audiobooks, chatbots, and more.

AI voiceDeploymentVibeVoice
0 likes · 10 min read
How Microsoft’s Open‑Source VibeVoice Gives AI Speech Real Emotion
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 8, 2026 · Artificial Intelligence

Google Agent Whitepaper: Building Production‑Ready AI Agents from Architecture to Ops

This whitepaper explains how modern AI agents evolve from simple language models to autonomous, multi‑step systems, detailing their core components, five‑step reasoning loop, classification levels, design patterns, deployment options, observability, security, and continuous learning with concrete examples.

AI AgentsAgent ArchitectureDeployment
0 likes · 49 min read
Google Agent Whitepaper: Building Production‑Ready AI Agents from Architecture to Ops
Xiao Liu Lab
Xiao Liu Lab
Dec 28, 2025 · Operations

When to Use Async vs Multithreading: A Practical Guide for Ops Teams

This article explains the fundamental differences between asynchronous programming and multithreading, illustrates each with real‑world operations scenarios, outlines their key advantages and pitfalls, compares them in a concise table, and provides step‑by‑step guidance for communication, deployment, and troubleshooting.

AsynchronousDeploymentconcurrency
0 likes · 12 min read
When to Use Async vs Multithreading: A Practical Guide for Ops Teams
Ops Community
Ops Community
Dec 28, 2025 · Artificial Intelligence

Boost LLM Inference Speed: Build a High‑Concurrency vLLM Service with Best‑Practice Ops

This guide walks through the complete process of deploying a high‑throughput large language model inference service using vLLM, covering environment preparation, installation, configuration tuning, performance testing, real‑world case studies, monitoring, troubleshooting, and backup strategies for production‑grade deployments.

DeploymentGPU OptimizationLLM inference
0 likes · 44 min read
Boost LLM Inference Speed: Build a High‑Concurrency vLLM Service with Best‑Practice Ops
Raymond Ops
Raymond Ops
Dec 26, 2025 · Operations

Master Helm: Simplify Kubernetes Deployments and Eliminate YAML Chaos

This guide shows how Helm transforms Kubernetes deployments by consolidating dozens of YAML files into reusable charts, enabling one‑click multi‑environment releases, best‑practice configurations, advanced techniques like hooks and sub‑charts, and troubleshooting tips for reliable production operations.

DeploymentYAMLhelm
0 likes · 11 min read
Master Helm: Simplify Kubernetes Deployments and Eliminate YAML Chaos
MaGe Linux Operations
MaGe Linux Operations
Dec 26, 2025 · Operations

Taming vLLM OOM: Real‑World Causes and Proven Fixes for Production

This article examines why vLLM experiences out‑of‑memory errors in production, explains memory fragmentation caused by PagedAttention, outlines four typical OOM scenarios with concrete command‑line solutions, and provides deep analysis, configuration scripts, dynamic tuning, troubleshooting flowcharts, monitoring alerts, and best‑practice recommendations.

DeploymentGPUMemory Fragmentation
0 likes · 24 min read
Taming vLLM OOM: Real‑World Causes and Proven Fixes for Production
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 22, 2025 · Artificial Intelligence

Deploy Multi‑Agent AI Apps with AgentScope on Alibaba Cloud Kubernetes

This guide explains how to use Alibaba Cloud's AgentScope framework and Container Service to build, orchestrate, and deploy enterprise‑grade AI agents, covering background, core features, step‑by‑step deployment, sandbox integration, and best‑practice recommendations for cloud‑native AI workloads.

AI AgentAgentScopeAlibaba Cloud
0 likes · 20 min read
Deploy Multi‑Agent AI Apps with AgentScope on Alibaba Cloud Kubernetes
Xiao Liu Lab
Xiao Liu Lab
Dec 17, 2025 · Cloud Native

Deploy SpringBoot JAR and Legacy WAR with Docker + Nginx in 5 Minutes

This guide shows how to containerize Java SpringBoot JAR or traditional WAR projects with Docker and Nginx, providing a unified, reproducible deployment pipeline that eliminates environment conflicts, simplifies port management, and enables seamless development‑to‑production transitions.

DeploymentDockerDocker Compose
0 likes · 13 min read
Deploy SpringBoot JAR and Legacy WAR with Docker + Nginx in 5 Minutes
Top Architect
Top Architect
Dec 17, 2025 · Backend Development

Zero‑Downtime SpringBoot Updates: Share the Same Port Between Old and New Instances

This article explains how to update a SpringBoot application without stopping the service by letting the old and new processes share the same port, detailing the underlying Tomcat and ServletContainerInitializer mechanisms, providing a step‑by‑step implementation and a demo for seamless zero‑downtime deployments.

DeploymentJavaPortSharing
0 likes · 10 min read
Zero‑Downtime SpringBoot Updates: Share the Same Port Between Old and New Instances
Raymond Ops
Raymond Ops
Dec 14, 2025 · Operations

Build a Zero‑Downtime Enterprise Deployment Pipeline with Ansible

This guide walks you through designing and implementing a complete Ansible‑based deployment pipeline—including inventory setup, role definitions, rolling and blue‑green deployments, rollback mechanisms, performance tweaks, debugging, and best‑practice recommendations—to achieve reliable, automated, zero‑downtime releases for web applications.

AnsibleAutomationBlue-Green
0 likes · 10 min read
Build a Zero‑Downtime Enterprise Deployment Pipeline with Ansible
php Courses
php Courses
Dec 10, 2025 · Operations

Automate PHP Packaging and Deployment with Jenkins: A Step‑by‑Step Guide

This tutorial walks PHP developers through installing Jenkins, creating a freestyle job, configuring source control, setting environment variables, writing a shell build script, defining post‑build actions, and running the pipeline to achieve automated packaging and deployment.

AutomationDeploymentJenkins
0 likes · 4 min read
Automate PHP Packaging and Deployment with Jenkins: A Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Dec 7, 2025 · Operations

Ceph Uncovered: Architecture, Deployment, and Ops Best Practices

Ceph is an open‑source distributed storage platform offering object, block, and file services with high availability, scalability, and self‑management; the guide explains its core components, CRUSH algorithm, storage interfaces, deployment steps using ceph‑deploy, operational monitoring, performance tuning, and common use cases in cloud and big‑data environments.

Big DataCephDeployment
0 likes · 11 min read
Ceph Uncovered: Architecture, Deployment, and Ops Best Practices
Ray's Galactic Tech
Ray's Galactic Tech
Nov 18, 2025 · Operations

Master Enterprise‑Grade GitLab CI/CD: From Zero to Full Automation

This guide walks you through building a complete, production‑ready GitLab CI/CD automation system—from installing and registering runners, crafting multi‑stage .gitlab-ci.yml pipelines, implementing multi‑environment deployments, applying enterprise security practices, to optimizing performance and configuring automated rollbacks and notifications.

AutomationDeploymentDevOps
0 likes · 11 min read
Master Enterprise‑Grade GitLab CI/CD: From Zero to Full Automation
Ray's Galactic Tech
Ray's Galactic Tech
Nov 17, 2025 · Operations

Master RocketMQ 5.x with Docker: From Zero to Production with Proxy

This guide walks you through the complete Docker‑based deployment of RocketMQ 5.x, explaining the new Proxy‑centric architecture, showing Docker Compose and manual run methods, providing full configuration files, startup commands, verification steps, production‑grade optimizations, monitoring setup, and troubleshooting tips.

ComposeDeploymentDocker
0 likes · 10 min read
Master RocketMQ 5.x with Docker: From Zero to Production with Proxy
Tech Minimalism
Tech Minimalism
Nov 17, 2025 · Cloud Native

Deploy n8n in 5 Minutes with Railway: Complete One‑Click Guide

This article walks you through deploying a production‑grade n8n automation platform on Railway using a ready‑made template, covering Railway’s core concepts, advantages, step‑by‑step deployment, configuration, activation, and final verification, all in under five minutes.

Cloud NativeDeploymentRailway
0 likes · 7 min read
Deploy n8n in 5 Minutes with Railway: Complete One‑Click Guide
Linux Ops Smart Journey
Linux Ops Smart Journey
Nov 10, 2025 · Operations

How to Build a High‑Availability Nightingale Monitoring System from Scratch

This guide walks through designing a high‑availability architecture for the open‑source Nightingale monitoring platform, covering principles such as stateless services and data redundancy, step‑by‑step cluster setup, database initialization, configuration files, systemd service creation, and HA load balancing with HAProxy to ensure resilient monitoring for modern IT operations.

DeploymentHAProxynightingale
0 likes · 7 min read
How to Build a High‑Availability Nightingale Monitoring System from Scratch
DaTaobao Tech
DaTaobao Tech
Nov 7, 2025 · Artificial Intelligence

Can AI Self‑Test and Fix Its Own Code? A Test‑Driven AI Programming Workflow

This article introduces a test‑driven AI programming loop that tackles the “last‑mile” problem of AI‑generated code by adding automated acceptance, self‑testing, bug fixing, and continuous iteration, demonstrated through a favorite‑count feature repair case and outlining future enhancements.

AI programmingCode GenerationDeployment
0 likes · 13 min read
Can AI Self‑Test and Fix Its Own Code? A Test‑Driven AI Programming Workflow
Linux Ops Smart Journey
Linux Ops Smart Journey
Nov 5, 2025 · Cloud Native

Why Switch from Prometheus? Deploy a High‑Performance vmagent Cluster with VictoriaMetrics

This article explains the scalability limits of Prometheus, introduces vmagent as a lightweight, high‑performance collector compatible with Prometheus, and provides a step‑by‑step guide—including configuration, systemd service setup, and verification—to deploy a resilient vmagent cluster in production.

DeploymentPrometheusVictoriaMetrics
0 likes · 5 min read
Why Switch from Prometheus? Deploy a High‑Performance vmagent Cluster with VictoriaMetrics
Efficient Ops
Efficient Ops
Nov 2, 2025 · Backend Development

What a 20‑Person IT Startup Taught Me About Broken Deployment and Team Chaos

The author recounts their first month at a 20‑person IT startup, exposing chaotic onboarding, absent development processes, unreliable testing environments, ad‑hoc code releases, and misaligned product specifications, ultimately illustrating why such disorganized practices drive engineers to resign.

Deploymentstartupteam dynamics
0 likes · 8 min read
What a 20‑Person IT Startup Taught Me About Broken Deployment and Team Chaos
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Oct 31, 2025 · Backend Development

Microservices vs SOA: Key Differences Every Backend Engineer Should Know

This article compares microservices and SOA, covering design philosophy, service granularity, autonomy, communication mechanisms, and deployment/operations, highlighting how microservices favor lightweight protocols, independent deployment, and container orchestration, while SOA relies on centralized middleware and coarse‑grained services.

Backend ArchitectureDeploymentMicroservices
0 likes · 4 min read
Microservices vs SOA: Key Differences Every Backend Engineer Should Know
Raymond Ops
Raymond Ops
Oct 22, 2025 · Operations

Deploy Large AI Models with Docker: A Complete Zero‑to‑Production Guide

This guide explains why Docker is ideal for deploying large AI models and walks you through every step—from preparing the model and API code, building and running Docker images, to testing, optimizing, and finally deploying the containerized service in production environments.

DeploymentFastAPIcontainerization
0 likes · 10 min read
Deploy Large AI Models with Docker: A Complete Zero‑to‑Production Guide
Selected Java Interview Questions
Selected Java Interview Questions
Oct 22, 2025 · Backend Development

How to Seamlessly Migrate a Spring Boot 3.0 App from HTTP to HTTPS

This comprehensive guide walks you through migrating a Spring Boot 3.0 JavaWeb application from HTTP to HTTPS, covering certificate acquisition (including Let’s Encrypt), conversion to Java keystore, Spring Boot and reverse‑proxy configuration, application adjustments, automated renewal, testing, rollback, and ongoing monitoring.

CertbotDeploymentHTTPS
0 likes · 13 min read
How to Seamlessly Migrate a Spring Boot 3.0 App from HTTP to HTTPS
Fun with Large Models
Fun with Large Models
Oct 22, 2025 · Artificial Intelligence

Building and Deploying a Multi‑Agent DeepResearch App with LangGraph

This article walks through constructing a LangGraph graph that encapsulates three agents—task planning, web search, and report generation—into a DeepResearch application, then shows how to package and deploy the backend and frontend so users can interact with the system via a web UI.

AI AgentDeepResearchDeployment
0 likes · 12 min read
Building and Deploying a Multi‑Agent DeepResearch App with LangGraph
AI Large Model Application Practice
AI Large Model Application Practice
Oct 20, 2025 · Artificial Intelligence

Build a Local End‑to‑End DeepResearch Agent with Alibaba’s 30B MoE Model Using LangGraph

This guide walks through deploying Alibaba's open‑source Tongyi‑DeepResearch 30B MoE model locally, configuring FastAPI and A2A interfaces, implementing a ReAct‑style agent with LangGraph, setting up research tools, and testing the full UI‑API‑Agent pipeline via CLI and Streamlit.

A2ADeepResearchDeployment
0 likes · 14 min read
Build a Local End‑to‑End DeepResearch Agent with Alibaba’s 30B MoE Model Using LangGraph
Linux Ops Smart Journey
Linux Ops Smart Journey
Oct 15, 2025 · Operations

Mastering Nightingale Monitoring: Architecture, Deployment Modes, and Best Practices

Discover how Nightingale’s lightweight architecture supports both single-node and clustered deployments, detailed configuration of MySQL and Redis, and specialized edge and central modes for reliable monitoring across multiple data centers, enabling ops teams to achieve comprehensive visibility and efficient alert handling.

AlertingDeploymentmonitoring
0 likes · 6 min read
Mastering Nightingale Monitoring: Architecture, Deployment Modes, and Best Practices
dbaplus Community
dbaplus Community
Oct 13, 2025 · Cloud Native

10 Common Kubernetes Deployment Errors and How to Fix Them

When Kubernetes deployments fail, most issues stem from misconfigurations, image problems, or resource constraints, and this guide explains the ten most frequent errors, detailed troubleshooting commands, a generic debugging framework, and proactive practices to prevent future failures.

Cloud NativeContainersDeployment
0 likes · 14 min read
10 Common Kubernetes Deployment Errors and How to Fix Them
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Oct 11, 2025 · Operations

Where to Find Easysearch’s Initial Password and How to Retrieve It

Easysearch 1.15.x no longer saves the initial password in initialize.log for security reasons, so the article explains two ways to obtain it—checking the startup log for the bootstrap credential or resetting it with the reset_admin_password.sh script—and shows how to verify the password with curl.

DeploymentEasysearchElasticsearch
0 likes · 4 min read
Where to Find Easysearch’s Initial Password and How to Retrieve It
Raymond Ops
Raymond Ops
Oct 7, 2025 · Cloud Native

Why Choose K3s Over K8s? A Hands‑On Guide to Lightweight Kubernetes

This article explains the key differences between K3s and standard Kubernetes, walks through installing K3s, accessing the cluster, adding nodes, deploying an Nginx service with a ClusterIP and Ingress, and summarizes when to prefer K3s versus full‑featured K8s for lightweight, resource‑constrained environments.

DeploymentIngressK3s
0 likes · 10 min read
Why Choose K3s Over K8s? A Hands‑On Guide to Lightweight Kubernetes
IT Services Circle
IT Services Circle
Oct 6, 2025 · Artificial Intelligence

How JoyAgent‑JDGenie Enables 5‑Minute Enterprise‑Grade Multi‑Agent AI Apps

JoyAgent‑JDGenie, an open‑source, product‑grade multi‑agent system from JD Cloud, offers a fully‑featured, lightweight, end‑to‑end AI platform with model, tool, memory, agent, and application layers, allowing developers to launch a customized enterprise AI application in just five minutes, deployable locally or via Docker.

AIDeploymentJava
0 likes · 6 min read
How JoyAgent‑JDGenie Enables 5‑Minute Enterprise‑Grade Multi‑Agent AI Apps
macrozheng
macrozheng
Sep 30, 2025 · Artificial Intelligence

Exploring JoyAgent-JDGenie: The First Product‑Grade Open‑Source Multi‑Agent System

The article introduces JoyAgent‑JDGenie, an open‑source, product‑grade multi‑agent system from JD Cloud, explains its mission to eliminate the last‑mile barrier for rapid multi‑agent app creation, details its layered architecture, recent DataAgent addition, and discusses deployment options and challenges.

AIDeploymentJava
0 likes · 6 min read
Exploring JoyAgent-JDGenie: The First Product‑Grade Open‑Source Multi‑Agent System
Su San Talks Tech
Su San Talks Tech
Sep 28, 2025 · Databases

5 Redis Deployment Patterns Every Engineer Should Know

The article outlines five Redis deployment patterns—from a single‑instance setup to official Redis Cluster—detailing their architectures, advantages, drawbacks, and suitable scenarios, helping engineers choose the right solution for scalability, high availability, and operational complexity.

Consistent HashDeploymentRedis Cluster
0 likes · 8 min read
5 Redis Deployment Patterns Every Engineer Should Know
Ray's Galactic Tech
Ray's Galactic Tech
Sep 21, 2025 · Cloud Native

How to Deploy a Scalable Kafka Cluster on Bare Metal and Kubernetes

This guide walks you through installing a high‑availability Kafka cluster, covering both bare‑metal/virtual‑machine setups and Kubernetes‑based deployments with Helm, including environment preparation, ZooKeeper configuration, broker settings, Helm chart customization, KRaft mode, and production‑grade tuning recommendations.

DeploymentKRaftKafka
0 likes · 7 min read
How to Deploy a Scalable Kafka Cluster on Bare Metal and Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Sep 18, 2025 · Cloud Native

Master Helm: Proven Best Practices for Kubernetes Deployments

This comprehensive guide walks you through Helm's architecture, chart structuring, template development, dependency management, production deployment strategies, security hardening, observability integration, testing, performance tuning, and enterprise governance, providing actionable examples and code snippets to help you become a Helm expert in cloud‑native environments.

DeploymentObservabilitySecurity
0 likes · 22 min read
Master Helm: Proven Best Practices for Kubernetes Deployments