Tagged articles
3103 articles
Page 7 of 32
Raymond Ops
Raymond Ops
Oct 24, 2025 · Operations

How to Set Up Custom Nginx Monitoring and Triggers in Zabbix 7.2

This guide walks you through installing the zabbix-get service, deploying and starting Nginx, creating a Bash script for status checks, adding a custom UserParameter, validating the items on the Zabbix server, and configuring UI items and triggers to monitor Nginx health.

AutomationLinuxzabbix
0 likes · 5 min read
How to Set Up Custom Nginx Monitoring and Triggers in Zabbix 7.2
Tech Minimalism
Tech Minimalism
Oct 24, 2025 · Operations

Deploy n8n in One Click with Zeabur: Full Step‑by‑Step Guide

This guide shows how to quickly and affordably deploy the n8n automation platform on Zeabur, covering core concepts, one‑click template installation, region selection, domain configuration, version upgrades, cost‑control strategies, and troubleshooting tips for a reliable workflow service.

AutomationZeaburcloud deployment
0 likes · 10 min read
Deploy n8n in One Click with Zeabur: Full Step‑by‑Step Guide
Data STUDIO
Data STUDIO
Oct 24, 2025 · Fundamentals

10 Must‑Have Python Project Repositories on GitHub for 2025

Python remains a top language in 2025 thanks to its simple syntax, massive library ecosystem and broad applicability, and this article curates ten GitHub repositories—ranging from AI and data‑science tutorials to automation scripts and beginner‑friendly projects—each explained with concrete reasons why they’re valuable for learning and building real‑world applications.

AutomationGitHubLearning Resources
0 likes · 17 min read
10 Must‑Have Python Project Repositories on GitHub for 2025
Wuming AI
Wuming AI
Oct 23, 2025 · Artificial Intelligence

How I Built a Hand‑Counting Calculator in 5 Minutes with WeaveFox AI

In just five minutes, I used the WeaveFox AI coding platform to recreate a quirky "hand‑counting" calculator by prompting natural language, iterating through form‑based tech‑stack selection, and letting multiple AI agents generate, refine, and deploy the full front‑end application.

AI codingAutomationFrontend Development
0 likes · 7 min read
How I Built a Hand‑Counting Calculator in 5 Minutes with WeaveFox AI
Advanced AI Application Practice
Advanced AI Application Practice
Oct 23, 2025 · Operations

How AI Can Accelerate JMeter Performance Testing

AI can streamline every stage of JMeter performance testing—from automatically drafting test plans and generating JMX scripts to real‑time log analysis, adaptive load control, and automated result interpretation and reporting—while emphasizing the need for engineer verification, data confidentiality, and handling of AI’s context limits.

AIAutomationJMeter
0 likes · 11 min read
How AI Can Accelerate JMeter Performance Testing
Xiao Liu Lab
Xiao Liu Lab
Oct 23, 2025 · Operations

Automate Nginx Config Audits: Python Script to Export Structured Excel Reports

Learn how a lightweight Python script can automatically parse complex Nginx configuration files, extract upstream, server, and location details, and generate a structured Excel report for easy auditing, analysis, and collaboration, streamlining operations and configuration management.

AutomationExcelconfiguration
0 likes · 9 min read
Automate Nginx Config Audits: Python Script to Export Structured Excel Reports
Ray's Galactic Tech
Ray's Galactic Tech
Oct 22, 2025 · Operations

Master Docker Management with a Powerful Bash Automation Script

This article provides a comprehensive, enhanced Docker automation Bash script—docker‑manager.sh—covering container lifecycle commands, image cleanup, backup, network inspection, log viewing, and configuration export, along with step‑by‑step usage instructions and additional handy Docker commands for efficient container management.

AutomationBashContainer Management
0 likes · 11 min read
Master Docker Management with a Powerful Bash Automation Script
Liangxu Linux
Liangxu Linux
Oct 21, 2025 · Operations

Build an Efficient Nginx Log Analysis System to Slash Troubleshooting Time 80%

This guide walks through configuring custom Nginx log formats, implementing log rotation, analyzing performance, status codes, and traffic with shell and awk tools, automating real‑time monitoring via Python and Bash scripts, integrating ELK for deep analytics, and applying best‑practice security and optimization recommendations to dramatically reduce troubleshooting time.

AutomationELKPython
0 likes · 17 min read
Build an Efficient Nginx Log Analysis System to Slash Troubleshooting Time 80%
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2025 · Cloud Native

Cut Deployment Time by 80% with Docker Swarm and Automated CI/CD Pipelines

This article shares how a team reduced deployment failures from 15% to 0.3% and cut average deployment time from 35 minutes to 8 minutes by integrating Docker Swarm container orchestration with a fully automated CI/CD pipeline, covering architecture choices, pipeline stages, stack configuration, optimisation tips, monitoring, and future AI‑driven ops trends.

AutomationContainerizationDevOps
0 likes · 17 min read
Cut Deployment Time by 80% with Docker Swarm and Automated CI/CD Pipelines
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 21, 2025 · Backend Development

How AI‑Powered Code Generation Cut Java Development Time by 40%

This article details how Ant Group’s international credit team applied AI‑assisted code generation using CodeFuse plugins and custom prompts to automatically transform system specifications into Java façade, persistence, and business‑logic code, achieving a 40% reduction in coding effort across multiple projects.

AI codingAutomationJava backend
0 likes · 54 min read
How AI‑Powered Code Generation Cut Java Development Time by 40%
Wuming AI
Wuming AI
Oct 20, 2025 · Artificial Intelligence

How to Let AI Instantly Draw Professional UML Diagrams with Mermaid

This article walks through using large language models such as Claude, Gemini, DeepSeek, and Kimi to generate accurate, colorful UML diagrams via Mermaid syntax, covering model selection, prompt engineering, step‑by‑step demonstrations, and practical tips for reliable AI‑driven diagram creation.

AI‑generated diagramsAutomationLarge Language Models
0 likes · 5 min read
How to Let AI Instantly Draw Professional UML Diagrams with Mermaid
AI Info Trend
AI Info Trend
Oct 20, 2025 · Industry Insights

How Physical AI Is Transforming Industrial Robotics and Supply Chains

The 2025 WEF‑BCG Physical AI whitepaper reveals how advanced perception, autonomous decision‑making, and dexterous manipulation enable robots to shift from rigid, high‑volume tools to flexible partners, boosting efficiency by over 30% across manufacturing and logistics while reshaping workforce roles.

AIAutomationManufacturing
0 likes · 8 min read
How Physical AI Is Transforming Industrial Robotics and Supply Chains
FunTester
FunTester
Oct 19, 2025 · Operations

How to Turn Automation from a Burden into a Sustainable Organizational Capability

This article explores the full lifecycle of automation process management, covering definition, planning, design, execution, monitoring, quality and security controls, continuous optimization, common pitfalls, and practical steps to transform automation from isolated scripts into a sustainable, measurable organizational capability.

AutomationContinuous ImprovementGovernance
0 likes · 10 min read
How to Turn Automation from a Burden into a Sustainable Organizational Capability
Ops Community
Ops Community
Oct 15, 2025 · Operations

Unlock Linux Automation: Master Shell Scripting with This Free Handbook

This article introduces a comprehensive, free Shell scripting handbook that covers everything from basic syntax and variables to advanced functions, flow control, and real‑world automation tasks, making it an essential resource for Linux system administrators and developers.

AutomationBashScripting
0 likes · 8 min read
Unlock Linux Automation: Master Shell Scripting with This Free Handbook
Baidu Geek Talk
Baidu Geek Talk
Oct 15, 2025 · Artificial Intelligence

Can LLMs Automate Data Ingestion and Cut Integration Time from Months to Days?

This article presents an LLM‑driven intelligent data platform ingestion solution that automates schema recognition, mapping, quality rule extraction, and package building, reducing integration cycles from three months to three days while eliminating manual effort and enhancing scalability and control.

AIAutomationData Platform
0 likes · 21 min read
Can LLMs Automate Data Ingestion and Cut Integration Time from Months to Days?
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 15, 2025 · Backend Development

Automate i18n Management with a One‑Command Node Script

This article describes how the author streamlined multilingual resource handling for a ticketing and hotel project by replacing manual Excel‑based workflows with a Node.js script that generates JSON locales, enforces key naming conventions, and runs with a single command, dramatically improving efficiency.

AutomationJSONi18n
0 likes · 9 min read
Automate i18n Management with a One‑Command Node Script
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 14, 2025 · Frontend Development

Boost Frontend Internationalization 80% Faster with fe-js-utils CLI

This article introduces fe-js-utils, a highly configurable JavaScript CLI tool that automates the extraction of hard‑coded Chinese strings, generates common and module‑specific locale files, intelligently classifies text, and replaces literals, dramatically accelerating internationalization workflows for front‑end projects.

AutomationCLI toolFrontend
0 likes · 23 min read
Boost Frontend Internationalization 80% Faster with fe-js-utils CLI
Test Development Learning Exchange
Test Development Learning Exchange
Oct 13, 2025 · Backend Development

Boost Your API Test Automation with a Powerful Python HTTP Client

Learn how to create a professional, reusable Python HTTP client that streamlines API automation by automatically handling URL concatenation, colored logging, built‑in assertions, response timing, environment management, and structured results, turning repetitive request code into concise, readable one‑liners.

API testingAutomationHTTP client
0 likes · 9 min read
Boost Your API Test Automation with a Powerful Python HTTP Client
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 13, 2025 · Backend Development

How We Built a Scalable API Automation Platform for Multi‑Environment DevOps Integration

This article details the motivations, architecture, core capabilities, technical challenges, and future roadmap of an in‑house API automation testing platform that supports multi‑environment testing, CI/CD integration, low‑code scripting, and strict network security for enterprise development workflows.

API testingAutomationDevOps
0 likes · 16 min read
How We Built a Scalable API Automation Platform for Multi‑Environment DevOps Integration
Dunmao Tech Hub
Dunmao Tech Hub
Oct 13, 2025 · Backend Development

One-Click Spring Boot Deployment on Windows with Batch Scripts

Learn how to create self-contained batch scripts that initialize a PostgreSQL database, import SQL, and launch a Spring Boot JAR on Windows, enabling one‑click service startup without manual environment configuration, and see example directory layout and customization tips.

AutomationPostgreSQLSpring Boot
0 likes · 7 min read
One-Click Spring Boot Deployment on Windows with Batch Scripts
Test Development Learning Exchange
Test Development Learning Exchange
Oct 12, 2025 · Backend Development

Build Your Own Python API Test Framework: A Complete Guide with Ready‑to‑Run Code

This article explains why a custom API test framework is needed, presents a modular architecture, and provides step‑by‑step implementations for multi‑environment configuration, colored logging, cookie management, unified API client, database assertions, Redis support, dynamic test data factories, and enterprise notification, all with full runnable code examples.

API testingAutomationFramework
0 likes · 19 min read
Build Your Own Python API Test Framework: A Complete Guide with Ready‑to‑Run Code
Continuous Delivery 2.0
Continuous Delivery 2.0
Oct 11, 2025 · Operations

Mastering Enterprise SRE: From Core Concepts to Practical Implementation

This comprehensive guide explains the core principles of Site Reliability Engineering, outlines a phased roadmap for enterprise adoption, details essential monitoring, automation, and reliability platforms, and addresses team structure, talent development, common challenges, and real‑world success stories to help organizations build effective SRE practices.

AutomationSRESite Reliability Engineering
0 likes · 16 min read
Mastering Enterprise SRE: From Core Concepts to Practical Implementation
Efficient Ops
Efficient Ops
Oct 9, 2025 · Operations

Changan Auto’s Dual DevOps Certification: Boosting Delivery Speed and Quality

Changan Automobile’s Gaia platform V3.0 earned both international ITU and domestic DevOps certifications, demonstrating a mature, end‑to‑end DevOps system that dramatically shortened deployment cycles, reduced failure rates, and enhanced automation coverage, while outlining future plans for AI‑driven optimization and broader enterprise adoption.

AutomationContinuous DeliveryDevOps
0 likes · 16 min read
Changan Auto’s Dual DevOps Certification: Boosting Delivery Speed and Quality
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 9, 2025 · Operations

How AI‑Powered Multi‑Agent Systems Turn Fault Postmortems into Proactive Risk Prevention

This article explains how an AI‑driven multi‑agent platform automates fault postmortem generation, enriches analysis with memory management, prompt engineering, and RAG techniques, and delivers actionable insights for SREs, developers, and non‑technical stakeholders, ultimately shifting incident handling from reactive to proactive.

AIAutomationIncident Management
0 likes · 44 min read
How AI‑Powered Multi‑Agent Systems Turn Fault Postmortems into Proactive Risk Prevention
MaGe Linux Operations
MaGe Linux Operations
Oct 8, 2025 · Operations

Build an Enterprise‑Grade DevOps Pipeline in 7 Days: Hands‑On Guide + Ready‑to‑Use Scripts

This step‑by‑step guide shows how to create a full‑stack, enterprise‑level DevOps CI/CD pipeline—from environment setup and Docker installation to Jenkins pipeline scripts, Kubernetes deployments, monitoring, security hardening, and cost‑optimisation—enabling teams to reduce release cycles from days to minutes within a week.

AutomationDevOpsDocker
0 likes · 38 min read
Build an Enterprise‑Grade DevOps Pipeline in 7 Days: Hands‑On Guide + Ready‑to‑Use Scripts
Liangxu Linux
Liangxu Linux
Oct 8, 2025 · Information Security

How to Detect and Respond to Server Intrusions: A Complete 24‑Hour Playbook

This guide walks operations engineers through recognizing intrusion signals, executing a step‑by‑step 24‑hour emergency response, performing digital forensics, cleaning the system, hardening security settings, and establishing continuous monitoring to prevent future attacks.

AutomationForensicsSecurity
0 likes · 15 min read
How to Detect and Respond to Server Intrusions: A Complete 24‑Hour Playbook
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 8, 2025 · Backend Development

Build a One‑Click XiaoHongShu Publishing System with Backend APIs and JS SDK

This article describes how to replace manual copy‑paste publishing on XiaoHongShu with a unified content‑management backend, share‑link generation, signature authentication, and a single‑click JavaScript SDK call that lets operators publish notes instantly across multiple accounts, dramatically improving efficiency and reducing errors.

AutomationContent PublishingXiaohongshu
0 likes · 32 min read
Build a One‑Click XiaoHongShu Publishing System with Backend APIs and JS SDK
Architecture and Beyond
Architecture and Beyond
Oct 8, 2025 · Artificial Intelligence

Master Multi‑Layer AI Coding: Strategies to Boost Your Development Efficiency

Since the launch of Microsoft‑OpenAI Copilot in June 2022, AI‑assisted programming has evolved through tools like Cursor, Claude Code, and GPT‑5, and this article shares a multi‑layered strategy—including fast autocompletion, selective refactoring, large‑scale code generation, and common pitfalls—to help developers efficiently integrate AI into their workflow.

AIAutomationcoding
0 likes · 14 min read
Master Multi‑Layer AI Coding: Strategies to Boost Your Development Efficiency
dbaplus Community
dbaplus Community
Oct 7, 2025 · Operations

Why Ops Engineers Need a Massive Knowledge Stack—and How to Master It

This comprehensive guide explains why modern operations engineers must cover the full technology stack, outlines common learning pitfalls, presents a three‑layer, nine‑domain knowledge framework, and offers a step‑by‑step, personalized roadmap with practical labs and career‑growth advice.

AutomationDevOpsInfrastructure
0 likes · 14 min read
Why Ops Engineers Need a Massive Knowledge Stack—and How to Master It
DataFunTalk
DataFunTalk
Oct 6, 2025 · Artificial Intelligence

How OpenAI’s New Agent Builder Lets You Drag‑Drop Build AI Agents

OpenAI will unveil Agent Builder at DevDay, a visual drag‑and‑drop canvas that lets users assemble AI agents from templates, logic nodes, connectors and tools, aiming to lower the barrier for creating production‑grade AI solutions and compete with automation platforms like n8n and Zapier.

AI agentsAI workflowAgent Builder
0 likes · 6 min read
How OpenAI’s New Agent Builder Lets You Drag‑Drop Build AI Agents
MaGe Linux Operations
MaGe Linux Operations
Oct 6, 2025 · Operations

Avoid the Fatal Ops Mistakes That Could Ruin Your Career – 10 Critical Pitfalls and How to Prevent Them

Drawing on real-world incidents and Gartner 2023 data, this article reveals ten deadly operational pitfalls—from executing untested commands in production to inadequate backups—and offers concrete technical safeguards, process controls, and cultural practices to help engineers avoid costly errors and protect their careers.

AutomationIncident PreventionOperations
0 likes · 27 min read
Avoid the Fatal Ops Mistakes That Could Ruin Your Career – 10 Critical Pitfalls and How to Prevent Them
Code Mala Tang
Code Mala Tang
Oct 4, 2025 · Fundamentals

Master Python’s pathlib: Clean, Cross‑Platform File Handling Made Easy

Learn how Python’s modern pathlib module transforms messy file‑system tasks into elegant, cross‑platform code by replacing os.path strings with object‑oriented paths, covering core concepts, essential operations, automation scripts, and best‑practice tips for safer, more readable file handling.

AutomationPythoncross-platform
0 likes · 11 min read
Master Python’s pathlib: Clean, Cross‑Platform File Handling Made Easy
Code Mala Tang
Code Mala Tang
Oct 4, 2025 · Artificial Intelligence

Qodo vs Cursor: Which AI‑Powered IDE Prioritizes Quality or Speed?

This article compares the AI‑driven coding assistants Qodo and Cursor, examining their approaches to code review, testing, IDE integration, model support, customization, deployment options, and pricing to help developers choose the tool that best fits their workflow.

AIAutomationCode Review
0 likes · 7 min read
Qodo vs Cursor: Which AI‑Powered IDE Prioritizes Quality or Speed?
MaGe Linux Operations
MaGe Linux Operations
Oct 4, 2025 · Operations

How to Stop 3 AM Alert Calls: 5 Smart Monitoring Techniques

This article reveals why engineers are woken up at 3 am by noisy alerts, analyzes the evolution and pain points of monitoring systems, and presents five practical techniques—including severity grading, aggregation, dynamic thresholds, intelligent routing, and data‑driven effectiveness analysis—to transform alert noise into actionable, reliable notifications.

AutomationDevOpsalerting
0 likes · 44 min read
How to Stop 3 AM Alert Calls: 5 Smart Monitoring Techniques
Code Wrench
Code Wrench
Oct 3, 2025 · Backend Development

Build a Go-Powered Automated Stock Screener with SQLite and Vue3 Visualization

This article presents version 2.0 of a Go-based stock analysis system that upgrades data storage to SQLite, adds MA/MACD indicators, modular strategy engines, daily scheduling, and a Vue3 front‑end, providing full code snippets, configuration examples, and deployment instructions.

AutomationGoSQLite
0 likes · 8 min read
Build a Go-Powered Automated Stock Screener with SQLite and Vue3 Visualization
Raymond Ops
Raymond Ops
Oct 2, 2025 · Operations

All‑In‑One Linux System Initialization Scripts for Rocky, AlmaLinux, CentOS, Ubuntu, Debian & More

This article introduces a collection of shell scripts that automate system initialization across dozens of Linux distributions—including Rocky, AlmaLinux, CentOS, Ubuntu, Debian, openEuler, AnolisOS, OpenCloudOS, openSUSE, Kylin Server and UOS Server—detailing supported features, version‑specific OS compatibility, usage instructions, changelogs, and troubleshooting tips.

AutomationLinuxOS setup
0 likes · 19 min read
All‑In‑One Linux System Initialization Scripts for Rocky, AlmaLinux, CentOS, Ubuntu, Debian & More
MaGe Linux Operations
MaGe Linux Operations
Oct 1, 2025 · Operations

How Automated Ops Cut Service Restarts by 80% and Save Hours Daily

Discover a comprehensive automated operations framework that eliminates manual service restarts, reduces repetitive tasks by 80%, accelerates fault recovery from minutes to seconds, and boosts reliability through health checks, Kubernetes self‑healing, Systemd scripts, monitoring, and scalable deployment strategies.

AutomationOperationsSystemd
0 likes · 37 min read
How Automated Ops Cut Service Restarts by 80% and Save Hours Daily
MaGe Linux Operations
MaGe Linux Operations
Sep 30, 2025 · Cloud Native

How I Cut Kubernetes Troubleshooting Time from 30 Minutes to 3 Minutes

This article presents a complete, step‑by‑step method for reducing average Kubernetes fault‑diagnosis time from half an hour to under three minutes, covering the root causes of slow manual debugging, a one‑click diagnostic script, efficient kubectl shortcuts, visual tools, log aggregation, automated response workflows, and real‑world case studies.

AutomationDevOpsTroubleshooting
0 likes · 50 min read
How I Cut Kubernetes Troubleshooting Time from 30 Minutes to 3 Minutes
DaTaobao Tech
DaTaobao Tech
Sep 29, 2025 · Artificial Intelligence

How WaterFlow Uses AI Agents to Automate Taobao’s Recommendation Development

The article describes WaterFlow, an AI‑driven end‑to‑end development platform at Taobao that turns natural‑language requirements into PRDs, multi‑platform code, tests and releases, cutting iteration time from a week to two days and shipping over 30 features with more than 54,000 lines of generated code.

AIAutomationTaobao
0 likes · 16 min read
How WaterFlow Uses AI Agents to Automate Taobao’s Recommendation Development
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 29, 2025 · Artificial Intelligence

How AI‑Powered Agents Can Supercharge Data Development Productivity

This article describes how a data‑engineering team built a suite of AI agents to automate requirement assessment, model review, code review, style enforcement, and problem diagnosis, turning tedious, error‑prone manual processes into fast, reliable, and scalable workflows that boost overall development efficiency.

AIAgentAutomation
0 likes · 25 min read
How AI‑Powered Agents Can Supercharge Data Development Productivity
Architect's Tech Stack
Architect's Tech Stack
Sep 28, 2025 · Backend Development

Boost Your Java Project Setup: One-Click Maven Multi-Module Generation

This article introduces a custom IntelliJ IDEA plugin that automates the creation of Maven multi‑module Java projects, turning a tedious half‑hour setup into a 30‑second one‑click process, while offering smart dependency wiring, customizable templates, and detailed installation and usage instructions.

AutomationIntelliJ IDEAJava
0 likes · 10 min read
Boost Your Java Project Setup: One-Click Maven Multi-Module Generation
Tencent Advertising Technology
Tencent Advertising Technology
Sep 27, 2025 · Artificial Intelligence

How AI‑Generated Test Cases Transformed Tencent Ads R&D Workflow

This article details how Tencent's advertising R&D team tackled lengthy, experience‑driven test case creation by deploying AIGC‑powered demand analysis, Prompt + RAG knowledge retrieval, and multi‑stage automated validation, ultimately boosting test case adoption from under 20% to nearly 60% while reducing manual effort and iteration time.

AI testingAIGCAutomation
0 likes · 14 min read
How AI‑Generated Test Cases Transformed Tencent Ads R&D Workflow
Open Source Linux
Open Source Linux
Sep 25, 2025 · Operations

Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)

Learn how to design, install, configure, secure, monitor, and optimize a production‑grade NFS service—including step‑by‑step server and client setup, advanced permission controls, performance tuning, automated deployment scripts, backup strategies, and real‑world use cases—so you can reduce file‑sync time by up to 80%.

AutomationLinuxNFS
0 likes · 28 min read
Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)
Liangxu Linux
Liangxu Linux
Sep 24, 2025 · Artificial Intelligence

Top Open‑Source AI Agent Tools You Should Explore

This article presents a curated collection of five open‑source AI‑related projects—including a comprehensive AI agent directory, a MacBook‑based digital scale, an invisible desktop assistant, a collaborative trading simulator, and Microsoft’s Magentic‑UI web helper—each with brief descriptions and GitHub links.

AI agentsAutomationGitHub
0 likes · 5 min read
Top Open‑Source AI Agent Tools You Should Explore
MaGe Linux Operations
MaGe Linux Operations
Sep 24, 2025 · Operations

How a 3 AM MySQL Crash Taught Me Essential Ops Lessons

This article recounts a 3 AM MySQL outage, analyzes its root causes, and shares comprehensive operational strategies—including index optimization, connection‑pool tuning, slow‑query fixing, replication lag handling, monitoring metrics, automation scripts, performance tuning, security hardening, and future trends—to help DBAs prevent and resolve similar incidents.

AutomationDatabase operationsMySQL
0 likes · 15 min read
How a 3 AM MySQL Crash Taught Me Essential Ops Lessons
Efficient Ops
Efficient Ops
Sep 23, 2025 · Operations

Master Essential Ansible Modules: Ping, Setup, File, Copy, Service, and More

This guide reviews essential Ansible modules—including ping, setup, file, copy, service, cron, yum, user, group, synchronize, mount, get_url, and command—explaining their purposes, key options, and providing practical command‑line examples for effective agentless automation.

AutomationConfiguration ManagementDevOps
0 likes · 13 min read
Master Essential Ansible Modules: Ping, Setup, File, Copy, Service, and More
Raymond Ops
Raymond Ops
Sep 22, 2025 · Operations

Master Canary Deployments with Argo Rollout: A Step‑by‑Step Guide

This guide explains how to implement canary releases on Kubernetes using Argo Rollout, covering manual setup of production and canary environments, traffic splitting via Ingress annotations, and fully automated rollout steps with weight adjustments, pauses, and promotion to production.

Argo RolloutAutomationDevOps
0 likes · 16 min read
Master Canary Deployments with Argo Rollout: A Step‑by‑Step Guide
Huolala Tech
Huolala Tech
Sep 19, 2025 · Big Data

How We Migrated 40PB of Offline Big Data Across Clouds with Zero Downtime

Over a year after completing a five‑month, cross‑cloud migration of Huolala’s 40 PB offline big‑data platform—spanning storage, compute, services, and infrastructure—the team details the architecture, verification methods, high‑throughput migration tools, network isolation strategies, and lessons learned to guide similar large‑scale data migrations.

AutomationData Engineeringcloud migration
0 likes · 16 min read
How We Migrated 40PB of Offline Big Data Across Clouds with Zero Downtime
Python Programming Learning Circle
Python Programming Learning Circle
Sep 18, 2025 · Operations

Mastering Supervisor: A Complete Guide to Process Monitoring and Management

This article introduces Supervisor, a client‑server process monitoring tool, explains why traditional nohup deployments can be unstable, and provides step‑by‑step instructions for installation, configuration, command‑line usage, advanced features like process groups, signal handling, and auto‑restart policies to ensure reliable service operation.

AutomationLinuxSupervisor
0 likes · 19 min read
Mastering Supervisor: A Complete Guide to Process Monitoring and Management
AndroidPub
AndroidPub
Sep 18, 2025 · Operations

How to Build an Automated Jenkins CI/CD Pipeline for Android APK Packaging

Learn how to create a standardized Jenkins CI/CD pipeline that automates Android APK building, uploading to Pgyer, and notifying teams via DingTalk, eliminating manual errors, speeding delivery, and improving collaboration across development, testing, and product teams.

AndroidAutomationDingTalk
0 likes · 33 min read
How to Build an Automated Jenkins CI/CD Pipeline for Android APK Packaging
MaGe Linux Operations
MaGe Linux Operations
Sep 17, 2025 · Operations

Unlock 5 CI/CD Ops Secrets to Triple Deployment Speed

This comprehensive guide reveals essential CI/CD operational techniques—from pipeline bottleneck detection and Docker multi‑stage builds to parallel execution, smart testing, blue‑green and canary deployments, full‑stack monitoring, cost‑saving cloud strategies, and a real‑world e‑commerce case study—helping teams dramatically boost efficiency, reliability, and security.

AutomationDockerKubernetes
0 likes · 46 min read
Unlock 5 CI/CD Ops Secrets to Triple Deployment Speed
DevOps Coach
DevOps Coach
Sep 15, 2025 · Operations

10 Underrated Linux Tools Every Sysadmin Should Master

This guide presents ten lesser‑known but powerful Linux utilities—such as at, systemd‑run, tuned, lsof/ss, journalctl, chattr, MOTD/issue, watch/diff, strace/ltrace, and hidden cron checks—each with practical examples to boost daily sysadmin efficiency and confidence.

AutomationLinuxcommand-line
0 likes · 7 min read
10 Underrated Linux Tools Every Sysadmin Should Master
JD Tech Talk
JD Tech Talk
Sep 15, 2025 · Cloud Native

How AI Boosts Kubernetes Cluster Inspection with k8s‑cluster‑inspector

This article explains how the k8s‑cluster‑inspector component automates Kubernetes cluster checks, enriches the findings with AI‑generated solutions, and outlines the end‑to‑end workflow and provider design that make the inspection results more reliable and actionable.

AIAutomationCluster Inspection
0 likes · 5 min read
How AI Boosts Kubernetes Cluster Inspection with k8s‑cluster‑inspector
21CTO
21CTO
Sep 15, 2025 · Artificial Intelligence

Unlocking ChatGPT’s Developer Mode: Turn Conversations into Enterprise Automation

OpenAI’s new ChatGPT Developer Mode, now supporting the Model Context Protocol (MCP) with read‑write capabilities, lets developers activate connectors to update systems, trigger workflows, and orchestrate multi‑step automation directly from chat, transforming the assistant into a powerful enterprise automation platform.

AIAutomationChatGPT
0 likes · 6 min read
Unlocking ChatGPT’s Developer Mode: Turn Conversations into Enterprise Automation
Big Data Tech Team
Big Data Tech Team
Sep 14, 2025 · Industry Insights

How AI Is Transforming Data Warehouses: Automation, SQL Generation, and NLQ

This article examines how artificial intelligence is reshaping data warehouses by introducing automated modeling, intelligent scheduling, SQL generation from natural language, and NLQ capabilities, while also reviewing practical tools, cloud‑native trends, and strategic steps for enterprises to adopt AI‑driven data platforms.

AIAutomationData Warehouse
0 likes · 8 min read
How AI Is Transforming Data Warehouses: Automation, SQL Generation, and NLQ
Raymond Ops
Raymond Ops
Sep 14, 2025 · Databases

Deploy MySQL 8.4 from Source with a Single Script Across Major Linux Distributions

This guide provides a comprehensive, step‑by‑step shell script that automates the installation, configuration, and service setup of MySQL 8.4 from source on a wide range of Linux distributions, including Rocky, AlmaLinux, CentOS, openEuler, Anolis, OpenCloudOS, Kylin, UOS, openSUSE, Ubuntu, and Debian.

AutomationDatabase InstallationLinux
0 likes · 25 min read
Deploy MySQL 8.4 from Source with a Single Script Across Major Linux Distributions
Ops Community
Ops Community
Sep 12, 2025 · Operations

15 Essential Shell Scripts to Supercharge Your Sysadmin Tasks

A comprehensive guide for system administrators that presents 15 practical Bash scripts—covering resource monitoring, process checks, network surveillance, log analysis, batch operations, backups, security hardening, performance tuning, Docker cleanup, and log rotation—to automate repetitive tasks and boost operational efficiency.

AutomationLinuxScripting
0 likes · 41 min read
15 Essential Shell Scripts to Supercharge Your Sysadmin Tasks
Cloud Native Technology Community
Cloud Native Technology Community
Sep 12, 2025 · Cloud Native

Why Kubernetes 1.34 Is a Must‑Upgrade for DevOps Teams

Kubernetes 1.34, released on August 27 2025, brings mature security defaults, cost‑saving features, and operational improvements such as ServiceAccount token image pulls, KYAML output, per‑deployment HPA tolerance, admission policy mutation, and dynamic resource allocation, all of which are crucial for DevOps teams to test before production rollout.

AutomationDevOpsKubernetes
0 likes · 12 min read
Why Kubernetes 1.34 Is a Must‑Upgrade for DevOps Teams
ITPUB
ITPUB
Sep 11, 2025 · Operations

Beyond 35: Viable Career Paths for Operations Professionals

The article compiles diverse viewpoints on how operations engineers can sustain and advance their careers after age 35, highlighting cloud‑native/DevOps, security operations, automation engineering, ITIL/service management, and broader roles such as consulting, project management, or training, while also noting industry realities and personal limits.

AutomationDevOpsITIL
0 likes · 10 min read
Beyond 35: Viable Career Paths for Operations Professionals
Ops Community
Ops Community
Sep 10, 2025 · Operations

149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency

This article presents a curated collection of 149 practical shell script cases, demonstrating how operations engineers can automate routine tasks such as finding zombie processes, deleting empty files, handling dates, checking file existence, sorting numbers, retrieving MAC addresses, and determining leap years, all with clear, copy‑ready Bash code.

AutomationBashLinux
0 likes · 7 min read
149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency
MaGe Linux Operations
MaGe Linux Operations
Sep 10, 2025 · Operations

149 Practical Shell Script Examples Every Ops Engineer Should Know

This article presents a curated selection of 149 shell script cases—including tasks such as locating zombie processes, removing empty files, summing numbers, formatting dates, checking file existence, sorting integers, retrieving MAC addresses, and determining leap years—to help operations engineers automate routine work and boost productivity.

AutomationBashLinux
0 likes · 8 min read
149 Practical Shell Script Examples Every Ops Engineer Should Know
AI Info Trend
AI Info Trend
Sep 9, 2025 · Industry Insights

How Physical AI Will Revolutionize Manufacturing by 2030

A recent WEF‑BCG whitepaper outlines how physical AI—integrating perception, reasoning, and action—will reshape industrial operations, boost productivity by up to 30%, create trillions in value, and demand new workforce skills, while highlighting technical breakthroughs, real‑world use cases, and remaining challenges.

Artificial IntelligenceAutomationIndustry 4.0
0 likes · 8 min read
How Physical AI Will Revolutionize Manufacturing by 2030
Architects Research Society
Architects Research Society
Sep 9, 2025 · Artificial Intelligence

Unlocking AI Autonomy: How Agentic Workflows Transform Complex Processes

Agentic Workflows introduce a dynamic, multi‑step AI orchestration framework that externalizes decision points, embeds observability, and supports branching, looping, and human intervention, enabling autonomous agents to automate intricate workflows across domains such as threat detection, fraud handling, and research assistance.

AIAI ArchitectureAutomation
0 likes · 3 min read
Unlocking AI Autonomy: How Agentic Workflows Transform Complex Processes
Open Source Linux
Open Source Linux
Sep 9, 2025 · Operations

Master Linux Compression: Choose tar, gzip or zip and Apply Real‑World Best Practices

This comprehensive guide explains Linux compression and decompression fundamentals, compares tar, gzip, and zip commands, provides detailed syntax, performance benchmarks, practical scripts, automation techniques, monitoring, security considerations, cloud integration, and future trends for reliable data handling in modern operations.

AutomationLinuxbackup
0 likes · 39 min read
Master Linux Compression: Choose tar, gzip or zip and Apply Real‑World Best Practices
FunTester
FunTester
Sep 8, 2025 · Frontend Development

How Focus Chain Manages Task Lifecycles with Real‑Time Tracking and Smart Reminders

The article explains Focus Chain’s core workflow for task lifecycle management, detailing task creation, execution, cross‑context persistence, and smart reminder features, and includes the parseCurrentTodoInfo parsing function, the ChecklistRenderer component, configuration protocols, and file‑editing integration, illustrating a comprehensive frontend solution for real‑time task tracking.

AutomationFrontendMarkdown
0 likes · 10 min read
How Focus Chain Manages Task Lifecycles with Real‑Time Tracking and Smart Reminders
MaGe Linux Operations
MaGe Linux Operations
Sep 5, 2025 · Information Security

Master Enterprise iptables Firewalls: From Basics to Pro-Level Optimization

This comprehensive guide walks you through designing, optimizing, and automating enterprise‑grade iptables firewalls, covering core Netfilter architecture, rule‑design principles, performance tuning, real‑world case studies, monitoring scripts, and emerging technologies like eBPF to help you protect critical infrastructure effectively.

Automationiptablesnetwork security
0 likes · 25 min read
Master Enterprise iptables Firewalls: From Basics to Pro-Level Optimization
macrozheng
macrozheng
Sep 5, 2025 · Operations

One-Command OS Reinstall: Automate Windows & Linux Installations

The open‑source "reinstall" script provides a single‑command solution to reinstall or switch between Windows and Linux systems, supporting multiple distributions, automatic driver handling, low‑resource devices, BIOS/EFI and ARM boot, with detailed usage examples and emergency rescue features.

AutomationOS reinstallSystem Administration
0 likes · 9 min read
One-Command OS Reinstall: Automate Windows & Linux Installations
MaGe Linux Operations
MaGe Linux Operations
Sep 3, 2025 · Operations

Master Crontab: From Basics to Advanced Automation for Ops Engineers

This comprehensive guide walks operations engineers through the fundamentals of crontab, its core mechanics, time‑expression syntax, best‑practice configurations, real‑world scenarios, debugging techniques, performance tips, enterprise‑scale management, and when to consider more advanced scheduling alternatives.

AutomationDevOpsLinux
0 likes · 17 min read
Master Crontab: From Basics to Advanced Automation for Ops Engineers
Baidu Geek Talk
Baidu Geek Talk
Sep 3, 2025 · Big Data

How Baidu’s TDS Platform Achieves End‑to‑End Data Governance and Smart Operations

This article details Baidu MEG’s TDS (Turing Data Studio) platform, explaining its three‑pillar governance framework—process standardization, quality controllability, and intelligent operations—along with concrete mechanisms, automation, and measurable results that dramatically improve data reliability, operational efficiency, and fault‑tolerance in large‑scale data production.

AutomationData GovernanceDevOps
0 likes · 20 min read
How Baidu’s TDS Platform Achieves End‑to‑End Data Governance and Smart Operations
37 Interactive Technology Team
37 Interactive Technology Team
Sep 3, 2025 · Artificial Intelligence

How AI is Revolutionizing Web Scraping: Tools, Techniques, and Best Practices

Discover how AI, especially large language models, transforms traditional web scraping by introducing semantic understanding, dynamic adaptability, and automated extraction, with in‑depth reviews of emerging tools like Crawl4AI and Browser‑use, practical code examples, best‑practice guidelines, and deployment tips for modern data collection.

AIAutomationBrowser Use
0 likes · 17 min read
How AI is Revolutionizing Web Scraping: Tools, Techniques, and Best Practices
DaTaobao Tech
DaTaobao Tech
Sep 1, 2025 · Artificial Intelligence

Boost Business Automation with AI Agents and MCP: Real-World Insights

This article explores how integrating AI agents with the Model Context Protocol (MCP) and tools like Playwright can automate reporting and batch task creation, detailing practical implementations, challenges, performance comparisons with traditional solutions, and best practices for combining AI and engineering to achieve efficient, reliable business workflows.

AI AgentAutomationMCP
0 likes · 19 min read
Boost Business Automation with AI Agents and MCP: Real-World Insights
Wukong Talks Architecture
Wukong Talks Architecture
Sep 1, 2025 · Information Security

Boost Web Privilege Testing with the XiaYue Burp Suite Plugin

XiaYue, a powerful Burp Suite extension, automates vertical and horizontal privilege escalation detection by comparing responses across multiple permission levels, offering smart deduplication, advanced filtering, parameter replacement, visual data tables, persistent configuration, and performance optimizations, while the author also shares a heartfelt story about their child's school start.

AutomationBurp SuiteVulnerability Detection
0 likes · 9 min read
Boost Web Privilege Testing with the XiaYue Burp Suite Plugin
FunTester
FunTester
Aug 31, 2025 · Artificial Intelligence

How to Integrate AI Coding Tools into Your Development Workflow: A Practical Guide

This comprehensive guide shows how development teams can adopt the AI coding tool CodeBuddy, diagnose existing processes, select the right tool, and implement a document‑driven workflow that covers requirements, design, coding, testing, deployment, review, security, debugging and release, delivering faster and higher‑quality software.

AI codingAutomationCodeBuddy
0 likes · 42 min read
How to Integrate AI Coding Tools into Your Development Workflow: A Practical Guide
Ops Community
Ops Community
Aug 29, 2025 · Operations

Master High‑Availability Nginx Clusters: Load Balancing & Failover Guide

This comprehensive guide walks you through designing, configuring, and optimizing a production‑grade Nginx cluster with 99.99% availability, covering architecture principles, load‑balancing algorithms, Keepalived failover, monitoring, performance tuning, failure‑injection drills, and advanced automation techniques.

Automationkeepalivedload balancing
0 likes · 21 min read
Master High‑Availability Nginx Clusters: Load Balancing & Failover Guide
macrozheng
macrozheng
Aug 28, 2025 · Backend Development

One-Click Maven Multi-Module Setup for Java Projects with IntelliJ Plugin

Discover how to dramatically speed up Java Maven multi‑module project creation by using a custom IntelliJ plugin that generates full module structures, configures dependencies, and applies best‑practice settings in seconds, complete with installation methods, usage tips, and troubleshooting advice.

AutomationIntelliJJava
0 likes · 11 min read
One-Click Maven Multi-Module Setup for Java Projects with IntelliJ Plugin
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 27, 2025 · Artificial Intelligence

Turning AI Hallucinations into Reliable Helm Charts with Structured Agents

After weeks of trial‑and‑error, the author shares how a fully autonomous AI agent struggled to generate Helm charts, and how adopting a structured, multi‑stage workflow—combining clear role definitions, ReAct/Plan‑and‑Execute patterns, prompt engineering, and LangChain/LangGraph orchestration—produced a reproducible, lint‑validated Helm package for Kubernetes.

AI AgentAutomationHelm Chart
0 likes · 29 min read
Turning AI Hallucinations into Reliable Helm Charts with Structured Agents
Instant Consumer Technology Team
Instant Consumer Technology Team
Aug 26, 2025 · Operations

How a Financial Core System Migration Cut Testing Time by 6× with Risk‑Driven Strategies

Facing a multi‑year, multi‑billion‑dollar core banking migration, the quality‑assurance team compressed a 3‑month testing window to two weeks by deploying risk‑driven test prioritisation, contract‑based end‑to‑end testing, layered automation, AI‑powered defect diagnosis and production‑traffic replay, delivering a dramatic efficiency leap while maintaining zero‑tolerance data accuracy.

AIAutomationfinancial systems
0 likes · 22 min read
How a Financial Core System Migration Cut Testing Time by 6× with Risk‑Driven Strategies
Code Ape Tech Column
Code Ape Tech Column
Aug 26, 2025 · Backend Development

Boost Your Maven Project Setup: One-Click Multi-Module Generation Plugin

This article introduces a custom IntelliJ IDEA plugin that automates the creation of Maven multi‑module projects, allowing developers to generate full directory structures, pom dependencies, and configuration files with a single command, dramatically reducing setup time from minutes to seconds.

AutomationIntelliJ IDEAJava
0 likes · 10 min read
Boost Your Maven Project Setup: One-Click Multi-Module Generation Plugin
JD Cloud Developers
JD Cloud Developers
Aug 26, 2025 · Artificial Intelligence

How AI is Transforming Automation: From Scripts to Intelligent Systems

Amid the digital transformation wave, automation has evolved from simple scripted tasks to AI-powered intelligent systems, offering adaptive decision-making, dynamic workflow generation, and robust handling of UI changes, with tools like Playwright and MidScene.js enabling both web and mobile automation through advanced AI integration.

AIAutomationMidscene
0 likes · 14 min read
How AI is Transforming Automation: From Scripts to Intelligent Systems
Architecture Development Notes
Architecture Development Notes
Aug 26, 2025 · Artificial Intelligence

Is Vibe Coding Redefining the Programmer’s Role?

The article examines the emerging Vibe Coding paradigm where AI generates code from natural‑language requirements, discussing its impact on developer efficiency, job security, code quality, industry hiring trends, and the new skills programmers must cultivate to stay relevant.

AI programmingAutomationFuture of Work
0 likes · 6 min read
Is Vibe Coding Redefining the Programmer’s Role?