Tagged articles

deployment

882 articles · Page 2 of 9
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.

DevOpsGoRollback
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)
Programmer1970
Programmer1970
Jan 31, 2026 · Artificial Intelligence

Why Google Execs Are Rushing to Deploy Clawdbot: The AI Agent Sensation

Clawdbot is an open‑source, local‑first AI agent gateway that turns your computer into a 24‑hour digital employee, offering private, executable AI actions via messaging apps, with a “message ⇄ gateway ⇄ model” architecture, extensive plugins, and a step‑by‑step deployment guide that has sparked enthusiasm from industry leaders.

AI AgentChatOpsLocal-First
0 likes · 9 min read
Why Google Execs Are Rushing to Deploy Clawdbot: The AI Agent Sensation
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.

DeepSeek-OCR 2GCCGPU
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 AgentsNVIDIANemotron
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.

JavaPortSharingSpringBoot
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 testingKubernetesNacos
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.

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

AnsiblePerformanceautomation
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/CDKubernetescloud-native
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 AgentsObservabilityPrompt Engineering
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.

AsynchronousPerformanceconcurrency
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 OptimizationLLM inferenceOpenAI API
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.

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

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

AnsibleBlue-GreenCI/CD
0 likes · 10 min read
Build a Zero‑Downtime Enterprise Deployment Pipeline with Ansible
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
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.

DevOpsGitLab CI/CDPipeline
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.

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

Railwaycloud-nativedeployment
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.

HAProxyNightingaleSystemd
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 programmingTest‑Driven Developmentcode generation
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.

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

SOAbackend architecturecommunication protocols
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.

FastAPILarge Modelscontainerization
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.

CertbotHTTPSJava
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 AgentDeepResearchLangGraph
0 likes · 12 min read
Building and Deploying a Multi‑Agent DeepResearch App with 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.

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

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

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

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

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

AIJavaMulti-agent
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 HashRedis Clusterdeployment
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.

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

HelmObservabilitychart
0 likes · 22 min read
Master Helm: Proven Best Practices for Kubernetes Deployments
Architect's Tech Stack
Architect's Tech Stack
Sep 15, 2025 · Operations

Deploy and Explore the Jianmu No‑Code CI/CD Platform

This guide introduces the open‑source Jianmu CI/CD tool, explains its no‑code/low‑code approach, provides step‑by‑step deployment instructions via Docker‑Compose or Kubernetes, and walks you through creating and running a sample workflow, with links to online demos and resources.

deploymentlow-codeoperations
0 likes · 6 min read
Deploy and Explore the Jianmu No‑Code CI/CD Platform
JD Tech
JD Tech
Sep 3, 2025 · Artificial Intelligence

Launch a Multi‑Agent AI System in 20 Lines with OxyGent

This guide shows how to quickly build, configure, and deploy modular AI agents using the OxyGent framework—covering environment setup, minimal code initialization, tool integration, multi‑agent orchestration, and advanced deployment techniques—all illustrated with concise examples and screenshots.

AI AgentsMulti-agentOxyGent
0 likes · 4 min read
Launch a Multi‑Agent AI System in 20 Lines with OxyGent
JD Cloud Developers
JD Cloud Developers
Aug 25, 2025 · Artificial Intelligence

Kickstart Multi-Agent Collaboration with OxyGent: 20‑Line Setup Guide

This guide introduces the open‑source OxyGent multi‑agent framework, provides step‑by‑step installation, a 20‑line hello‑world example, tool integration via SSE, MCP and FunctionHub, deployment features like data persistence and distributed setup, and outlines advanced use cases such as multimodal agents and plan‑and‑solve paradigms.

AI FrameworkMulti-agentOxyGent
0 likes · 5 min read
Kickstart Multi-Agent Collaboration with OxyGent: 20‑Line Setup Guide
JD Retail Technology
JD Retail Technology
Aug 20, 2025 · Artificial Intelligence

Launch Multi-Agent AI Systems with OxyGent in Just 20 Lines of Code

Learn how to quickly set up OxyGent, a flexible AI agent framework, by installing Python, Node.js, and the MCP tools, configuring environment variables, and using just 20 lines of code to build, debug, and deploy multi‑agent applications with features like RAG, tool integration, and distributed execution.

MCPMulti-agentOxyGent
0 likes · 5 min read
Launch Multi-Agent AI Systems with OxyGent in Just 20 Lines of Code
Wukong Talks Architecture
Wukong Talks Architecture
Aug 19, 2025 · Backend Development

From Monolith to Microservices: A Real‑World Online Supermarket Migration Story

This article walks through the evolution of an online supermarket from a simple monolithic website to a fully‑featured microservice architecture, highlighting the challenges, design decisions, component choices, monitoring, tracing, testing, and the trade‑offs of service mesh versus custom frameworks.

Monitoringarchitecturecloud-native
0 likes · 22 min read
From Monolith to Microservices: A Real‑World Online Supermarket Migration Story
Liangxu Linux
Liangxu Linux
Aug 17, 2025 · Backend Development

Step-by-Step Guide to Configure Tomcat Virtual Hosts on CentOS for Multiple Domains

This tutorial walks you through preparing separate site directories, editing Tomcat's server.xml to define Host entries, restarting the service, and testing each domain, while also covering firewall, DNS, and production‑grade security considerations for deploying multiple websites on a single CentOS server.

CentOSConfigurationLinux
0 likes · 6 min read
Step-by-Step Guide to Configure Tomcat Virtual Hosts on CentOS for Multiple Domains
Ops Development Stories
Ops Development Stories
Jul 31, 2025 · Cloud Native

Why Vitpress + CNB Makes Blog Deployment a Breeze

This article walks through the author’s journey of building a lightweight blog with Vitpress, leveraging Cloud Native Build (CNB), EdgeOne CDN, and Obsidian plugins for image handling, providing step‑by‑step configuration and deployment scripts for a smooth, automated publishing workflow.

CNBObsidiandeployment
0 likes · 8 min read
Why Vitpress + CNB Makes Blog Deployment a Breeze
JD Tech Talk
JD Tech Talk
Jul 30, 2025 · Artificial Intelligence

Deploy JoyAgent‑Genie Locally and Switch to DeepSeek in Minutes

This guide walks you through quickly trying the open‑source JoyAgent‑Genie online, then cloning the repository, running the one‑click start script, and reconfiguring the .env and application.yml files to replace the default GPT‑4.1 model with DeepSeek, all with clear step‑by‑step instructions and screenshots.

AI modelJoyAgent-Geniedeployment
0 likes · 3 min read
Deploy JoyAgent‑Genie Locally and Switch to DeepSeek in Minutes
JD Tech Talk
JD Tech Talk
Jul 27, 2025 · Artificial Intelligence

Evaluating JoyAgent‑JDGenie: A Lightweight Multi‑Agent AI Framework in Action

This article presents a thorough evaluation of the open‑source JoyAgent‑JDGenie multi‑agent AI framework, covering its background, test cases for restaurant recommendation and travel planning, deployment steps, performance metrics, and concluding recommendations, highlighting its efficiency, ease of deployment, and result quality.

AIEvaluationagents
0 likes · 8 min read
Evaluating JoyAgent‑JDGenie: A Lightweight Multi‑Agent AI Framework in Action
Zhihu Tech Column
Zhihu Tech Column
Jul 25, 2025 · Artificial Intelligence

Boost Creative Writing with Zhi-Create-Qwen3-32B: Training, Eval & Deployment

This article introduces the open‑source Zhi‑Create‑Qwen3‑32B model, detailing its fine‑tuned training on creative‑writing data, the multi‑domain dataset strategy, curriculum‑learning based SFT, evaluation on WritingBench, and practical deployment options across various hardware and inference frameworks.

Evaluationcreative writingdeployment
0 likes · 11 min read
Boost Creative Writing with Zhi-Create-Qwen3-32B: Training, Eval & Deployment
Java Web Project
Java Web Project
Jul 22, 2025 · Backend Development

How I Turned an Open‑Source Java E‑Commerce Kit into a 5‑Figure Side Business in 25 Days

In this detailed case study I describe how I discovered the CRMEB Java e‑commerce project on GitHub, cloned and evaluated its features, customized product, order, and payment modules for a mother‑and‑baby shop, tackled environment setup, performance tuning, and deployment, and ultimately delivered a fully functional marketplace that boosted my freelance income fivefold.

E‑commerceJavabackend
0 likes · 14 min read
How I Turned an Open‑Source Java E‑Commerce Kit into a 5‑Figure Side Business in 25 Days
Java Architect Essentials
Java Architect Essentials
Jul 10, 2025 · Operations

How Header Routing Enables Zero‑Downtime Gray Releases

The article explains why traditional branch‑based deployments cause service outages, introduces Header routing as a logical, zero‑downtime gray‑release solution, details its core principles, benefits, implementation with Nginx Ingress, and provides practical code examples for seamless version switching.

Header RoutingKubernetesdeployment
0 likes · 10 min read
How Header Routing Enables Zero‑Downtime Gray Releases
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jul 9, 2025 · Cloud Native

How We Transformed a FPS Game to Cloud‑Native with OpenKruiseGame in 2 Months

Facing tight deadlines, Yahaha Studios rebuilt the STRIDEN FPS game's server deployment from a traditional Auto Scaling Group to a cloud‑native architecture using OpenKruiseGame, achieving second‑level startup, automated global scaling, lossless scaling, and significant cost reductions while improving player experience.

KubernetesOpenKruiseGameauto-scaling
0 likes · 18 min read
How We Transformed a FPS Game to Cloud‑Native with OpenKruiseGame in 2 Months
Ops Community
Ops Community
Jul 6, 2025 · Operations

Master KVM Production Deployment: Real-World Ops Guide & Automation Scripts

This comprehensive guide walks you through KVM virtualization platform deployment in production, covering host preparation, VM creation, advanced networking, storage pool management, performance tuning, monitoring, and automated operational scripts to build a stable and efficient virtualized environment.

KVMLinuxMonitoring
0 likes · 37 min read
Master KVM Production Deployment: Real-World Ops Guide & Automation Scripts
Raymond Ops
Raymond Ops
Jul 4, 2025 · Operations

Mastering NFS: Shared Storage, RPC Architecture, and Deployment Guide

This article explains how NFS provides Linux file sharing, details the RPC-based architecture, walks through server and client configuration, demonstrates integration with nginx, and offers troubleshooting tips for common NFS failures, making it a comprehensive guide for operations engineers.

LinuxNFSRPC
0 likes · 19 min read
Mastering NFS: Shared Storage, RPC Architecture, and Deployment Guide
Lin is Dream
Lin is Dream
Jul 4, 2025 · Databases

Master Redis High Availability: Complete Guide to Sentinel and Cluster Deployment

This article explains why single‑node Redis can become a single point of failure, compares Redis Sentinel and Redis Cluster deployment options, provides step‑by‑step Docker deployment scripts, details Sentinel’s inner workings, demonstrates failover verification, and shares best‑practice recommendations for production environments.

ClusterRedisSentinel
0 likes · 31 min read
Master Redis High Availability: Complete Guide to Sentinel and Cluster Deployment
Data Thinking Notes
Data Thinking Notes
Jun 29, 2025 · Artificial Intelligence

How to Build Effective Large Model Platforms: Challenges, Strategies, and Real‑World Cases

This report examines large model platforms as the engineering foundation for turning base models into business applications, outlines the full lifecycle toolchain, discusses key challenges such as technology selection and secure management, and provides practical case studies and strategic guidance for scalable, value‑driven deployment across industries.

AIPlatformcase study
0 likes · 5 min read
How to Build Effective Large Model Platforms: Challenges, Strategies, and Real‑World Cases
JD Tech Talk
JD Tech Talk
Jun 27, 2025 · Frontend Development

Why Your Updated Frontend Code Isn’t Showing & How to Fix Cache Issues

This article explains why newly deployed front‑end pages often still display old content due to browser, Nginx, or CDN caching, and provides a three‑step method—including proper cache‑control headers, hash‑named assets, and version‑based fallback—to ensure users always see the latest version.

Hashcachingdeployment
0 likes · 10 min read
Why Your Updated Frontend Code Isn’t Showing & How to Fix Cache Issues
Raymond Ops
Raymond Ops
Jun 23, 2025 · Databases

How to Deploy Multiple MySQL Instances on a Single Linux Server

This guide walks through downloading MySQL, extracting it, creating a dedicated mysql user, setting up separate data directories, initializing each instance, configuring my.cnf, creating systemd services, starting and stopping the instances, setting passwords, and troubleshooting common errors, all on a single server.

LinuxMulti-InstanceMySQL
0 likes · 23 min read
How to Deploy Multiple MySQL Instances on a Single Linux Server
Python Programming Learning Circle
Python Programming Learning Circle
Jun 21, 2025 · Backend Development

Build a Student Attendance System with Flask and WeChat MiniProgram – Step‑by‑Step Guide

This tutorial walks you through creating a student attendance management system that combines a Flask backend with a WeChat MiniProgram frontend, covering project structure, database setup, virtual environment creation, API configuration, and deployment for both server and mobile client.

FlaskMySQLStudent Attendance
0 likes · 12 min read
Build a Student Attendance System with Flask and WeChat MiniProgram – Step‑by‑Step Guide
macrozheng
macrozheng
Jun 20, 2025 · Cloud Native

Unlock Nacos 3.0: New Architecture, Deployment Modes, and Embedded Integration

Version 3.0 of Nacos introduces a decoupled architecture with independent console deployment, multiple port configurations, three flexible deployment modes (merged, server, console), a modular bootstrap startup engine, and an embedded integration approach that simplifies microservice governance while enhancing security and performance.

BootstrapNacosSpring Boot
0 likes · 8 min read
Unlock Nacos 3.0: New Architecture, Deployment Modes, and Embedded Integration
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jun 18, 2025 · Operations

Comprehensively Manage Elasticsearch 9.X with INFINI Console

The article provides a detailed technical overview of INFINI Console, an open‑source, lightweight governance platform that enables multi‑cluster, cross‑version management, dynamic registration, monitoring, alerting, and developer tools for Elasticsearch 9.X, comparing it with Kibana and highlighting deployment simplicity across various OS and CPU architectures.

Cluster ManagementCross-Version SupportElasticsearch
0 likes · 11 min read
Comprehensively Manage Elasticsearch 9.X with INFINI Console