Tagged articles

deployment

850 articles · Page 1 of 9
IT Learning Made Simple
IT Learning Made Simple
Jun 28, 2026 · Backend Development

Why Monoliths Shine Early but Become a Fatal Bottleneck Later

The article explains why monolithic architecture is the optimal choice for early‑stage, low‑traffic projects due to its speed, simplicity, and low overhead, but later suffers from release coupling, resource contention, and team conflicts, outlining clear criteria for when to migrate to microservices.

Microservicesdeploymentmonolith
0 likes · 3 min read
Why Monoliths Shine Early but Become a Fatal Bottleneck Later
Shuge Unlimited
Shuge Unlimited
Jun 26, 2026 · Artificial Intelligence

Taming Chaotic AI Agent Skills with skill-mcp: versioning, rollback, and orchestration

The article examines how AI agents accumulate scattered skills, outlines the problems of discoverability, version control, and secure sharing, and shows how the open‑source skill‑mcp project treats each skill as a versioned, permission‑controlled package with three deployment modes, lightweight pipeline orchestration, and built‑in security checks.

AI AgentMCPdeployment
0 likes · 16 min read
Taming Chaotic AI Agent Skills with skill-mcp: versioning, rollback, and orchestration
Architect Chen
Architect Chen
Jun 25, 2026 · Cloud Native

Four Key Ways to Deploy Microservices: From Bare Metal to Kubernetes

The article compares four microservice deployment approaches—physical servers, virtual machines, containerization with Docker, and Kubernetes clusters—detailing their implementation, advantages, drawbacks, and ideal scenarios, helping teams choose the most suitable strategy based on resource isolation, scalability, operational complexity, and team expertise.

Cloud NativeMicroservicescontainer
0 likes · 6 min read
Four Key Ways to Deploy Microservices: From Bare Metal to Kubernetes
AI Agent Super App
AI Agent Super App
Jun 24, 2026 · Operations

Will AI Replace Ops Engineers by 2025? From Automated Troubleshooting to One‑Click Deployments

The article examines how AI is reshaping operations—from instant fault detection and 47‑second incident resolution to natural‑language deployment scripts, predictive capacity planning, continuous security monitoring, and automated knowledge bases—while arguing that engineers will transition from fire‑fighters to system designers.

AIOpsAutomationcapacity planning
0 likes · 15 min read
Will AI Replace Ops Engineers by 2025? From Automated Troubleshooting to One‑Click Deployments
Raymond Ops
Raymond Ops
Jun 22, 2026 · Operations

How to Deploy MinIO: Build a Private S3‑Compatible Object Storage Solution

This guide walks through the complete deployment of MinIO, an S3‑compatible object storage system, covering single‑node and erasure‑coded multi‑node clusters, hardware planning, TLS setup, bucket policies, lifecycle management, security hardening, monitoring with Prometheus, backup strategies, and detailed troubleshooting procedures, all backed by concrete commands and configuration examples.

Monitoringdeploymenterasure-coding
0 likes · 36 min read
How to Deploy MinIO: Build a Private S3‑Compatible Object Storage Solution
Programmer DD
Programmer DD
Jun 20, 2026 · Artificial Intelligence

AI Agents Enter Governance Phase: Low‑Barrier Deployment, CI Permissions, Cost Visibility, and Skill Training

The article reviews recent engineering advances that push AI agents into a governance stage, covering Cloudflare's temporary‑account deployment, GitHub Actions' workflow protections and custom image layering, SkillOpt's trainable skill docs, OpenRath's session runtime, and GoLongRL's long‑context reinforcement learning, highlighting the shift from model performance to robust operational tooling.

AI AgentsCI GovernanceSkill Optimization
0 likes · 12 min read
AI Agents Enter Governance Phase: Low‑Barrier Deployment, CI Permissions, Cost Visibility, and Skill Training
Golang Shines
Golang Shines
Jun 19, 2026 · Backend Development

From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide

This article presents a thorough 113‑page Nginx tutorial covering its architecture, core and advanced configurations, virtual host setup, access control, file existence checks, reverse‑proxy mechanisms, and production deployment patterns, helping newcomers master high‑performance web serving.

Access ControlConfigurationMaster/Worker model
0 likes · 6 min read
From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide
Raymond Ops
Raymond Ops
Jun 15, 2026 · Databases

How to Deploy VictoriaMetrics for High‑Performance Prometheus Remote Storage

This article walks through the challenges of scaling Prometheus storage, compares Thanos, Cortex, and VictoriaMetrics, and provides a complete step‑by‑step guide—including hardware requirements, configuration, deployment, tuning, multi‑tenant setup, and troubleshooting—to replace Prometheus local TSDB with VictoriaMetrics for long‑term, high‑performance monitoring.

MonitoringPerformance TuningVictoriaMetrics
0 likes · 43 min read
How to Deploy VictoriaMetrics for High‑Performance Prometheus Remote Storage
Golang Shines
Golang Shines
Jun 13, 2026 · Cloud Native

Kubernetes (K8s) from Beginner to Hands‑On: Complete 2026 Guide

This step‑by‑step tutorial walks you through preparing the environment, installing container runtimes, setting up a single‑master multi‑worker K8s cluster, deploying applications, managing configurations, enabling persistent storage, configuring health probes, applying namespaces and quotas, troubleshooting common pitfalls, and adding Prometheus‑Grafana monitoring, all with concrete commands and examples.

Container OrchestrationMonitoringdeployment
0 likes · 14 min read
Kubernetes (K8s) from Beginner to Hands‑On: Complete 2026 Guide
Raymond Ops
Raymond Ops
Jun 7, 2026 · Cloud Native

Complete Docker Container Deployment Guide: From Installation to Production Best Practices

This guide walks you through every step of Docker container deployment, covering installation, environment requirements, daemon configuration, Dockerfile best practices, multi‑stage builds, Compose orchestration, security hardening, resource limits, monitoring, troubleshooting, and production‑grade recommendations to ensure reliable, scalable services.

DockerMonitoringcompose
0 likes · 41 min read
Complete Docker Container Deployment Guide: From Installation to Production Best Practices
Top Architecture Tech Stack
Top Architecture Tech Stack
Jun 1, 2026 · Frontend Development

How Claude Design Turned code80’s Codebase into a Production‑Ready Animation

The author recounts using Claude Design to read the code80 homepage code, generate three animation concepts, refine the chosen smart‑routing sketch, and produce a pure‑HTML/CSS terminal animation that integrates seamlessly with existing Vue components while addressing accessibility and deployment issues.

AI‑assisted designClaude Designaccessibility
0 likes · 8 min read
How Claude Design Turned code80’s Codebase into a Production‑Ready Animation
AI Engineer Programming
AI Engineer Programming
May 25, 2026 · Artificial Intelligence

From Demo to Production: Building a Reliable Agent Development Lifecycle

The article outlines a four‑stage agent development lifecycle—Build, Test, Deploy, Monitor—explaining how early, iterative delivery, systematic testing, controlled deployment, and continuous monitoring transform experimental agents into reliable production systems while addressing governance, cost, and scalability challenges.

AgentGovernanceLangChain
0 likes · 16 min read
From Demo to Production: Building a Reliable Agent Development Lifecycle
SuanNi
SuanNi
May 23, 2026 · Artificial Intelligence

Deploy the Open-Source ChatLaw Legal LLM on the SuanWang Platform

This article introduces ChatLaw, an open‑source legal large language model trained on 936,727 real cases, explains its high‑dimensional embedding ChatLaw‑Text2Vec for fast knowledge alignment, and provides a step‑by‑step guide to deploy it on the SuanWang cloud platform using Python and MLU resources.

ChatLawEmbeddingLLM
0 likes · 3 min read
Deploy the Open-Source ChatLaw Legal LLM on the SuanWang Platform
Shuge Unlimited
Shuge Unlimited
May 22, 2026 · Artificial Intelligence

Why Does Hermes Agent’s Sub‑10‑Line Loop Enable Self‑Evolution?

This article dissects Hermes Agent v0.14.0, revealing its three‑layer prompt architecture, a concise sub‑10‑line conversation loop, tool auto‑discovery, installation options, configuration pitfalls, security measures, and deployment best practices that together enable a self‑evolving AI agent framework.

AI AgentConfigurationHermes Agent
0 likes · 18 min read
Why Does Hermes Agent’s Sub‑10‑Line Loop Enable Self‑Evolution?
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 DevelopmentGoGoroutine
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.

CanonicalDevpacksLinux
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.

DockerResource EfficiencyStartup time
0 likes · 4 min read
Docker vs Traditional VMs: 4 Key Differences Explained
Linux Cloud-Native Ops Stack
Linux Cloud-Native Ops Stack
Apr 23, 2026 · Cloud Native

Kubernetes Interview: What Exactly Happens When You Delete a Pod?

When a pod is deleted in Kubernetes, the API server timestamps the request, services stop routing traffic, kubelet runs any preStop hook, sends SIGTERM followed by a configurable grace period, then SIGKILL if needed, cleans up resources, and finally removes the pod metadata, with controllers optionally recreating a replacement pod.

Graceful TerminationPod Deletiondeployment
0 likes · 7 min read
Kubernetes Interview: What Exactly Happens When You Delete a Pod?
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 benchmarkText2SQL
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 ModelKTransformersKimi K2.6
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 modelsEmbodied AIdeployment
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 AgentsHermesOpenClaw
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 NativeOpsService
0 likes · 29 min read
Unlock the Full Deployment‑to‑Service Workflow in Kubernetes
Golang Shines
Golang Shines
Apr 18, 2026 · Backend Development

Master Beego: Build High‑Performance Go Web Apps from Scratch

This article presents a comprehensive Chinese guide to the Beego framework, covering installation, configuration, routing, controllers, models, views, advanced features, deployment options, and real‑world examples, making it a practical resource for Go backend developers at any skill level.

Backend DevelopmentGoMVC
0 likes · 6 min read
Master Beego: Build High‑Performance Go Web Apps from Scratch
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.

Gemma 4Intelligence IndexModel Benchmark
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 AgentsOpenClawdeployment
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.

Harness EngineeringLangChaindeployment
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 AgentOpenClawdeployment
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.

High AvailabilityRedisSharding
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.

GPULLMMiniMax M2.7
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 modelsMulti-speakerRealtime TTS
0 likes · 5 min read
Deploy Microsoft VibeVoice TTS for Real‑Time Multi‑Speaker Audio
Past Memory Big Data
Past Memory Big Data
Apr 11, 2026 · Artificial Intelligence

Hermes vs OpenClaw: What Am I Missing? The AI Agent Community’s Divisive Debate

A Reddit post sparked a heated debate over Hermes Agent and OpenClaw, leading to a deep technical comparison of their architectures, memory models, tool registration, security philosophies, deployment complexity, and ideal use‑cases, ultimately showing that each framework serves distinct AI Agent engineering paths.

AI AgentHermes AgentMemory Management
0 likes · 21 min read
Hermes vs OpenClaw: What Am I Missing? The AI Agent Community’s Divisive Debate
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.

Function CallingGobackend-architecture
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 AgentsHermes Agentdeployment
0 likes · 7 min read
Hermes Agent: An Open‑Source AI Agent Framework That Learns and Grows
Golang Shines
Golang Shines
Apr 8, 2026 · Operations

100 Essential kubectl Commands for Kubernetes Diagnostics

This guide lists 100 practical kubectl commands for diagnosing Kubernetes clusters, covering cluster information, pod inspection, service checks, deployment status, StatefulSet details, ConfigMap and Secret queries, and namespace analysis.

CommandsConfigMapService
0 likes · 5 min read
100 Essential kubectl Commands for Kubernetes Diagnostics
Golang Shines
Golang Shines
Apr 7, 2026 · Backend Development

Master Nginx: 113‑Page Deep Dive from Beginner to Pro

This comprehensive guide walks you through Nginx’s role in large‑scale web and mobile applications, explains its master‑worker architecture, details core and advanced configuration—including virtual hosts, location blocks, rewrite rules, access control, and reverse proxy—while illustrating deployment patterns with clear diagrams.

Access ControlConfigurationNGINX
0 likes · 5 min read
Master Nginx: 113‑Page Deep Dive from Beginner to Pro
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 ChatbotKnowledge BaseLLM
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.

HystrixMicroservicesbackend-architecture
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 AgentsDockerLiteLLM
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 OperationsConfigurationOpenClaw
0 likes · 8 min read
How to Harden and Operate OpenClaw for Reliable Production Use
Golang Shines
Golang Shines
Mar 20, 2026 · Cloud Native

100 Essential kubectl Commands to Master Kubernetes (PDF Included)

This guide compiles 100 practical kubectl commands for diagnosing Kubernetes clusters, covering cluster info, pod inspection, service checks, deployments, statefulsets, ConfigMaps, Secrets, and more, providing concise examples for each operation and troubleshooting.

CommandsServicecluster
0 likes · 5 min read
100 Essential kubectl Commands to Master Kubernetes (PDF Included)
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.

GitHubVercelai-development
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.

Distributed TracingJavaLinux
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.

AIChatbotKnowledgeBase
0 likes · 6 min read
Deploy Your Own AI Platform with Dux AI: A Step‑by‑Step Guide
Ubuntu
Ubuntu
Mar 12, 2026 · Artificial Intelligence

OpenClaw “Little Lobster”: Powerful AI Agent—Secure Its Permissions Before You Install

OpenClaw is a fast‑growing AI agent that can automate file handling, run commands, and generate reports, but because it lacks a sandbox it can see all files on your computer; the article explains four permission levels, compares similar tools, and recommends safe deployment methods such as virtual machines, containers, or cloud servers while warning against direct Windows installation.

AI AgentsOpenClawSandbox
0 likes · 10 min read
OpenClaw “Little Lobster”: Powerful AI Agent—Secure Its Permissions Before You Install
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 toolsAPI integrationDocker
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 AgentsAutomationOpenClaw
0 likes · 28 min read
Why Product Managers Are ‘Raising Lobsters’ with OpenClaw: A Hands‑On Case Study
Past Memory Big Data
Past Memory Big Data
Mar 10, 2026 · Artificial Intelligence

Full-Stack Evolution of a Game Data Analysis Agent

This article chronicles the step‑by‑step development of a game‑data analysis agent, detailing three architectural versions, the challenges of domain terminology, LLM uncertainty, permission granularity, and the engineering solutions—including LangGraph, Dify, custom prompts, state management, security checks, token optimization, and deployment within an internal network.

Game Data AnalysisLLMLangGraph
0 likes · 35 min read
Full-Stack Evolution of a Game Data Analysis Agent
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.

LLMOpenClawdeployment
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.

MaxClawOpenClawcloud server
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.

NGINXWASMdeployment
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 CloudFunction ComputePython
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 NativeIndexing
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.

Vuedeploymentfrontend
0 likes · 21 min read
How We Built a Multi‑Region H5 Platform with One Codebase and 90% Cost Savings
Golang Shines
Golang Shines
Feb 23, 2026 · Backend Development

Master Nginx in 113 Pages: A Complete Beginner‑to‑Expert Guide

This article provides a comprehensive, step‑by‑step Nginx tutorial covering its high‑performance architecture, master‑worker process model, core and advanced configuration directives, access control, file existence checks, HTTPS encryption, reverse‑proxy setup, and deployment structures, illustrated with detailed diagrams.

Access ControlConfigurationHTTPS
0 likes · 6 min read
Master Nginx in 113 Pages: A Complete Beginner‑to‑Expert Guide
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 assistantsOpenClawTypeScript
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 AgentsAutomationOpenClaw
0 likes · 8 min read
Taming OpenClaw: A Practical Journey from Awe to Real‑World Deployment
Golang Shines
Golang Shines
Feb 10, 2026 · Backend Development

Python vs Go: A Complete Guide to Choosing the Right Language for Web Crawling

The article compares Python and Go across syntax, libraries, concurrency, memory usage, readability, data processing, and deployment, concluding that Go suits large‑scale, high‑concurrency crawlers while Python excels when rich data‑analysis tools and rapid development are needed.

Pythonconcurrencydata processing
0 likes · 6 min read
Python vs Go: A Complete Guide to Choosing the Right Language for Web Crawling
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 testingCI/CDDocker
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.

AgentsLLMObservability
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.

GLM-OCROCROllama
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.

GoRollbackdeployment
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 assistantDiscordNAS
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 2GPU
0 likes · 7 min read
How to Deploy DeepSeek‑OCR‑2 Locally: A Hands‑On Walkthrough
Java Backend Technology
Java Backend Technology
Jan 27, 2026 · Backend Development

Zero‑Downtime Spring Boot Deployment: Sharing a Single Port Across Versions

This article explains how to update a Spring Boot application without stopping the service by allowing two processes to share the same port, detailing the underlying Tomcat embedding, DispatcherServlet handling, and providing step‑by‑step code and a live demo to achieve seamless zero‑downtime deployments.

deploymentport-switchingspring-boot
0 likes · 9 min read
Zero‑Downtime Spring Boot Deployment: Sharing a Single Port Across Versions
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 SafetyNVIDIA
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.

JavaPortSharingZeroDowntime
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 testingSpring Cloud Gatewaydeployment
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.

AnsibleAutomationLarge Scale
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.

CI/CDCloud NativeConfigMap
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 voiceText‑to‑SpeechVibeVoice
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 AgentsMulti-Agent SystemsObservability
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.

Asynchronousconcurrencydeployment
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.

GPU OptimizationHigh concurrencyLLM 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.

YAMLdeploymenthelm
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.

GPUMemory FragmentationOOM
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.

DockerDocker ComposeJava
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.

JavaPortSharingServlet
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.

AutomationCI/CDJenkins
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 DataCephCloud Computing
0 likes · 11 min read
Ceph Uncovered: Architecture, Deployment, and Ops Best Practices