Tagged articles

Automation

3297 articles · Page 8 of 33
Advanced AI Application Practice
Advanced AI Application Practice
Dec 11, 2025 · Industry Insights

Will AI Make Performance Testing Roles Obsolete?

The article examines whether advancing AI—especially extended‑thinking models like Anthropic's Claude and MiniMax's interleaved thinking—can replace dedicated performance testing engineers, concluding that for the next three to five years the role remains essential due to planning, coordination, and contextual challenges.

AIAutomationExtended Thinking
0 likes · 7 min read
Will AI Make Performance Testing Roles Obsolete?
DataFunSummit
DataFunSummit
Dec 11, 2025 · Artificial Intelligence

Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy

A round‑table of AI experts and industry leaders examines the current capabilities, limitations, and future trajectories of code agents, covering topics from capability boundaries and autonomous evolution to large‑scale codebase challenges, multi‑agent collaboration, hallucination mitigation, and security safeguards.

AIAutomationMulti-agent
0 likes · 16 min read
Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy
Old Meng AI Explorer
Old Meng AI Explorer
Dec 10, 2025 · Operations

How Spider_XHS Turns Xiaohongshu Data Collection into a 10× Efficiency Boost

Spider_XHS is an open‑source Xiaohongshu crawler that automates note, user, comment, and message extraction, offers watermark‑free media downloads, exports structured Excel/JSON data, integrates with the creator platform, and includes proxy and anti‑ban features, enabling marketers and researchers to cut weeks of manual work into hours.

AutomationWeb ScrapingXiaohongshu
0 likes · 10 min read
How Spider_XHS Turns Xiaohongshu Data Collection into a 10× Efficiency Boost
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/CDDeployment
0 likes · 4 min read
Automate PHP Packaging and Deployment with Jenkins: A Step‑by‑Step Guide
Frontend AI Walk
Frontend AI Walk
Dec 10, 2025 · Frontend Development

Understanding AI Agent Skills: A Frontend Developer’s Essential Guide

The article explains what AI "Skills" are, how modern AI agents like Cursor, Qcoder, and Antigravity combine abilities and tools to perform file operations, terminal commands, browser interactions, and visual tasks, and demonstrates their use through concrete frontend development scenarios.

AI agentsAutomationbrowser testing
0 likes · 7 min read
Understanding AI Agent Skills: A Frontend Developer’s Essential Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 10, 2025 · Frontend Development

How AI Agents Can Auto‑Generate Interactive Front‑End Components from Design Prompts

This article explains how to augment traditional agent dialogues with AI‑driven, real‑time front‑end component generation, turning textual responses into PPT‑style visualizations and interactive mini‑animations by converting design specifications into prompts that produce ready‑to‑render HTML or WebComponent code.

AIAutomationComponent Generation
0 likes · 21 min read
How AI Agents Can Auto‑Generate Interactive Front‑End Components from Design Prompts
Ray's Galactic Tech
Ray's Galactic Tech
Dec 8, 2025 · Databases

Build a Production-Ready Automated MySQL Backup with mydumper

Learn how to install mydumper on various Linux distributions, use its multithreaded, compressed, and incremental backup features, and deploy a robust Bash script that automates full and incremental MySQL backups, handles encryption, cleanup, logging, notifications, and restoration with myloader.

AutomationEncryptionMySQL
0 likes · 10 min read
Build a Production-Ready Automated MySQL Backup with mydumper
21CTO
21CTO
Dec 7, 2025 · Backend Development

Top Laravel AI Packages to Power Intelligent Web Apps

This article reviews the most popular and actively maintained Laravel AI packages—including Prism, LarAgent, Laravel AI Toolkit, and Laravel MCP—detailing their features, typical use‑cases, and how to choose the right one for building chatbots, automation agents, content generators, and AI‑enhanced Laravel applications.

AIAutomationBackend Development
0 likes · 6 min read
Top Laravel AI Packages to Power Intelligent Web Apps
DataFunSummit
DataFunSummit
Dec 7, 2025 · Artificial Intelligence

How Multi‑Agent AI Can Turn Marketing into a Smart Closed‑Loop System

This article examines the chronic pain points of traditional marketing, explains how AI‑driven multi‑agent collaboration can create a data‑rich, automated, and continuously optimized marketing loop, and presents a real‑world case study with measurable performance gains and practical implementation guidelines.

AIAutomationData-Driven
0 likes · 19 min read
How Multi‑Agent AI Can Turn Marketing into a Smart Closed‑Loop System
Architecture and Beyond
Architecture and Beyond
Dec 7, 2025 · Artificial Intelligence

How to Turn Industry Workflows into Actionable Skills with Claude

This article explains Claude's Skill system, how Skills differ from prompts, the concept of industry Workflows, the boundaries between Skills, Tools, and MCPs, and provides a step‑by‑step guide for designing Skills, wrapping legacy systems into Workflows, and building a hybrid Workflow‑plus‑Agent architecture for reliable, auditable automation.

AIAgentAutomation
0 likes · 18 min read
How to Turn Industry Workflows into Actionable Skills with Claude
Wuming AI
Wuming AI
Dec 4, 2025 · Artificial Intelligence

Mastering AI Coding Prompts: Core Principles and Optimization Strategies

This article examines a curated GitHub repository of system prompts for leading AI coding assistants, distilling best‑practice principles such as explicit role definition, safety boundaries, structured output formats, context management, task decomposition, error recovery, testing, and secure sandbox workflows, with concrete examples from tools like Cursor, VSCode Agent, Augment Code, and Devin AI.

AI Prompt EngineeringAutomationContext Management
0 likes · 10 min read
Mastering AI Coding Prompts: Core Principles and Optimization Strategies
Raymond Ops
Raymond Ops
Dec 4, 2025 · Databases

Master MySQL Backups: A Complete Guide to Data Protection and Recovery

This guide explains why MySQL data protection is critical, outlines backup strategies, compares built‑in tools like mysqldump and mysqlpump with third‑party solutions such as Percona XtraBackup, and provides practical scripts, scheduling tips, verification methods, and recovery procedures to ensure reliable, secure database backups.

AutomationMySQLRecovery
0 likes · 21 min read
Master MySQL Backups: A Complete Guide to Data Protection and Recovery
Sohu Tech Products
Sohu Tech Products
Dec 3, 2025 · Mobile Development

How to Build a Scalable Android Ad‑Monitoring System with Multi‑Device Automation

This article details the design and implementation of an Android ad‑monitoring platform that controls multiple devices concurrently, automates app interactions, uses OCR for ad detection, and provides real‑time status monitoring via a floating window, while covering architecture, core modules, communication strategies, and performance optimizations.

ADBAd MonitoringAndroid
0 likes · 27 min read
How to Build a Scalable Android Ad‑Monitoring System with Multi‑Device Automation
Efficient Ops
Efficient Ops
Dec 3, 2025 · Artificial Intelligence

Unlocking AI Agent Paradigms: 6 Patterns to Supercharge Operations

This article introduces six core AI agent paradigms—Prompt Chain, Routing & Handoff, Parallelization, Tool Use, ReAct, and Multi‑Agent—explaining their concepts, real‑world analogies, and practical examples for enhancing efficiency and intelligence in operational workflows.

AI AgentArtificial IntelligenceAutomation
0 likes · 6 min read
Unlocking AI Agent Paradigms: 6 Patterns to Supercharge Operations
Xiao Liu Lab
Xiao Liu Lab
Dec 3, 2025 · Databases

Secure, Efficient MySQL Automated Backup Script – Zero Maintenance

This guide presents a fully automated MySQL backup script that securely filters system databases, compresses backups with gzip, logs each operation, automatically removes expired files, and includes step‑by‑step configuration, deployment, scheduling, troubleshooting, and optimization tips for production environments.

AutomationMySQLShell script
0 likes · 11 min read
Secure, Efficient MySQL Automated Backup Script – Zero Maintenance
Architect's Tech Stack
Architect's Tech Stack
Dec 3, 2025 · Operations

How to Build a Simple Jenkins CI/CD Pipeline with Maven and Git

This guide walks through setting up a three‑server environment (GitLab, Jenkins, test server), creating a GitLab project, configuring a Java Spring Boot application in IntelliJ, and using Jenkins with Maven, SSH Publisher, and custom pre/post steps to automatically build, package, and deploy a JAR file.

AutomationCI/CDGit
0 likes · 12 min read
How to Build a Simple Jenkins CI/CD Pipeline with Maven and Git
Tech Minimalism
Tech Minimalism
Dec 3, 2025 · Artificial Intelligence

Say Goodbye to Hand‑Coding: A Complete Guide to Mastering Claude Code

This article walks developers through the pain points of manual coding and shows how Claude Code acts as a contextual development partner, covering installation, chat modes, project memory, sub‑agents, Git workflows, custom commands, MCP integration, and the shift from Vibe Coding to Context Coding.

AI coding assistantAutomationClaude Code
0 likes · 30 min read
Say Goodbye to Hand‑Coding: A Complete Guide to Mastering Claude Code
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 3, 2025 · Artificial Intelligence

Boosting Java Backend with SpecKit: AI‑Powered Spec‑Driven Development

This article shares a hands‑on experience of applying SpecKit and AI‑assisted coding to a mature Java backend, detailing the spec‑driven workflow, tool selection, environment setup, step‑by‑step commands, concrete examples, observed benefits, encountered challenges, and practical lessons for future projects.

AI codingAutomationJava backend
0 likes · 16 min read
Boosting Java Backend with SpecKit: AI‑Powered Spec‑Driven Development
Ray's Galactic Tech
Ray's Galactic Tech
Dec 2, 2025 · Operations

How to Transform Manual Deployments into 10‑Minute Automated CI/CD Pipelines

This article walks through real‑world CI/CD automation, showing how enterprises replace slow, error‑prone manual releases with fast, repeatable pipelines using Jenkins, GitLab CI, GitHub Actions, Kubernetes, Terraform, and feature‑toggle strategies, delivering measurable improvements in speed, quality, and reliability.

AutomationCI/CDJenkins
0 likes · 12 min read
How to Transform Manual Deployments into 10‑Minute Automated CI/CD Pipelines
Raymond Ops
Raymond Ops
Dec 2, 2025 · Operations

All‑in‑One Linux Init Script: Automate Setup for Rocky, AlmaLinux, Ubuntu, and More

This article introduces a comprehensive shell script that automates initial system configuration—root login, network, hostname, repository, firewall, SELinux, swap, SSH, and more—across dozens of Linux distributions, provides source links, detailed feature tables, version‑specific changelogs, and step‑by‑step usage instructions.

AutomationLinuxOps
0 likes · 20 min read
All‑in‑One Linux Init Script: Automate Setup for Rocky, AlmaLinux, Ubuntu, and More
DevOps Engineer
DevOps Engineer
Dec 2, 2025 · Operations

How I Turned Gnuplot into a One‑Click Python Wheel for Seamless Installation

After struggling with manual gnuplot installations across Linux, macOS, and Windows, the author created a Python wheel that bundles the binary, enabling pip install without system dependencies, simplifying usage for developers, researchers, and DevOps scripts, and integrating it into the gitstats tool.

AutomationGnuplotPython
0 likes · 6 min read
How I Turned Gnuplot into a One‑Click Python Wheel for Seamless Installation
Baidu Tech Salon
Baidu Tech Salon
Dec 1, 2025 · R&D Management

Boosting R&D Efficiency with AI‑Powered Project Management and One‑Stop Feature Delivery

This article outlines a comprehensive AI‑driven, one‑stop delivery framework that tackles fragmented information, low‑efficiency cross‑team collaboration, and missing Feature‑level metrics by introducing AI project management, end‑to‑end Feature delivery, and a three‑tier digital performance measurement system.

AIAutomationDigital Metrics
0 likes · 12 min read
Boosting R&D Efficiency with AI‑Powered Project Management and One‑Stop Feature Delivery
Liangxu Linux
Liangxu Linux
Nov 29, 2025 · Operations

20 Essential Linux Command Combos Every Sysadmin Must Master

This article presents 20 powerful Linux command combinations, grouped by file management, process monitoring, network diagnostics, log analysis, and system maintenance, each with clear examples, real‑world scenarios, common pitfalls, and practical tips to help administrators troubleshoot and automate daily operations efficiently.

AutomationLinuxOperations
0 likes · 13 min read
20 Essential Linux Command Combos Every Sysadmin Must Master
Java Web Project
Java Web Project
Nov 28, 2025 · Operations

How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline from Scratch

This step‑by‑step guide shows how to set up a three‑server environment with GitLab, Jenkins, and a test machine, configure Git repositories, create a Spring Boot project in IntelliJ, install Maven and SSH Publisher plugins in Jenkins, and automate building, packaging, and deploying a JAR file via SSH while handling cleanup and port conflicts.

AutomationCI/CDGit
0 likes · 12 min read
How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline from Scratch
dbaplus Community
dbaplus Community
Nov 26, 2025 · Databases

How Meituan’s Database Capacity Assessment System Boosts Stability and Efficiency

Meituan’s Database Capacity Assessment System uses online traffic replay, accelerated load testing, and automated analysis to safely evaluate and optimize database read/write capacity, providing real‑time operation insights, flexible scaling, and reliable change‑risk mitigation for large‑scale production environments.

AutomationMeituancapacity planning
0 likes · 17 min read
How Meituan’s Database Capacity Assessment System Boosts Stability and Efficiency
Liangxu Linux
Liangxu Linux
Nov 20, 2025 · Operations

Avoid the ‘Delete‑Database‑and‑Run’ Nightmare: 10 Fatal Ops Pitfalls Revealed

A real 2018 incident where an ops engineer used rm ‑rf to wipe a production database sparked a deep dive into the high‑risk nature of operations, presenting Gartner statistics, psychological error factors, ten deadly pitfalls with concrete examples, and a comprehensive fault‑tolerance framework to prevent future catastrophes.

AutomationIncident Managementbackup
0 likes · 23 min read
Avoid the ‘Delete‑Database‑and‑Run’ Nightmare: 10 Fatal Ops Pitfalls Revealed
DevOps Coach
DevOps Coach
Nov 20, 2025 · Operations

How to Build a Fast, Reliable CI/CD Pipeline from Feature Branch to Production

This article walks through a complete CI/CD workflow for teams that ship software frequently, covering feature branching, peer review, automated QA, pre‑production staging, and production deployment with canary and blue‑green strategies, while sharing practical tips and common pitfalls.

AutomationCI/CDContinuous Integration
0 likes · 7 min read
How to Build a Fast, Reliable CI/CD Pipeline from Feature Branch to Production
Efficient Ops
Efficient Ops
Nov 19, 2025 · Information Security

Master HTTPS Certificate Creation: From CA Basics to Automated Shell Scripts

This guide walks you through the four core stages of HTTPS certificate handling—CA distribution, domain request, validation, and data encryption—while providing detailed OpenSSL commands, Linux/Windows/macOS trust‑store paths, and a ready‑to‑run shell script for fully automated certificate generation.

AutomationCertificateHTTPS
0 likes · 17 min read
Master HTTPS Certificate Creation: From CA Basics to Automated Shell Scripts
DeWu Technology
DeWu Technology
Nov 19, 2025 · Databases

How Our Self‑Built Redis Evolved: Architecture, SDK, and Performance Gains

This article details the three‑year evolution of a self‑built Redis service, covering its massive scale, architectural redesign, migration from LB to a custom DRedis SDK, same‑city active‑active near‑read support, Redis‑server version upgrades, instance specifications, proxy rate‑limiting, and extensive automation that together boost performance while cutting costs.

AutomationCachePerformance
0 likes · 17 min read
How Our Self‑Built Redis Evolved: Architecture, SDK, and Performance Gains
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Nov 19, 2025 · Big Data

How We Migrated 100k BigQuery SQL Scripts to MaxCompute Using AST and LLM Automation

This article details a real‑world migration of a Southeast Asian tech group’s data warehouse from Google BigQuery to Alibaba Cloud MaxCompute, describing the challenges of converting 100,000 SQL scripts, the AST‑driven and LLM‑assisted automation pipeline, rule‑engine iteration, quality control, and the measurable performance and cost benefits achieved.

ASTAutomationBigQuery
0 likes · 12 min read
How We Migrated 100k BigQuery SQL Scripts to MaxCompute Using AST and LLM Automation
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.

AutomationDeploymentGitLab CI/CD
0 likes · 11 min read
Master Enterprise‑Grade GitLab CI/CD: From Zero to Full Automation
Su San Talks Tech
Su San Talks Tech
Nov 15, 2025 · Operations

How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Apps

Learn step‑by‑step how to set up a basic CI/CD workflow using Jenkins, Maven, and Git on three servers—GitLab for source control, Jenkins for building a Spring Boot JAR, and a test server for deployment—covering prerequisites, environment setup, Jenkins configuration, and post‑deployment scripts.

AutomationCI/CDJava
0 likes · 13 min read
How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Apps
Old Meng AI Explorer
Old Meng AI Explorer
Nov 14, 2025 · Industry Insights

BettaFish: AI-Powered Multi-Platform Public Opinion Monitoring in Minutes

BettaFish is an open‑source, multi‑Agent system that automatically crawls data from over 30 Chinese and international platforms, applies AI sentiment and trend analysis, generates structured reports in about ten minutes, and offers customizable local deployment, dramatically boosting efficiency for brand PR, media, and market analysts.

AIAutomationSentiment Analysis
0 likes · 11 min read
BettaFish: AI-Powered Multi-Platform Public Opinion Monitoring in Minutes
Top Architect
Top Architect
Nov 13, 2025 · Operations

Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Applications

This step‑by‑step guide shows how to set up a three‑server environment with GitLab, Jenkins, and a test machine, configure Maven and SSH Publisher plugins, create a Spring Boot project, and automate code push, build, deployment, and cleanup using Jenkins pipelines and shell scripts.

AutomationCI/CDGit
0 likes · 14 min read
Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Applications
Raymond Ops
Raymond Ops
Nov 10, 2025 · Operations

Master PXE Network Boot: Fast Batch Linux Installation with Kickstart

This guide explains how to set up a PXE server for efficient batch network installation of Linux, covering DHCP, TFTP, FTP repository configuration, bootloader preparation, Kickstart unattended installation, and verification steps to automate OS deployment without manual media.

AutomationDHCPKickstart
0 likes · 12 min read
Master PXE Network Boot: Fast Batch Linux Installation with Kickstart
MaGe Linux Operations
MaGe Linux Operations
Nov 10, 2025 · Operations

8 Essential Skills Every Senior Ops Engineer Must Master

This article outlines the eight critical competencies—ranging from Linux and scripting to cloud, container orchestration, and automation—that distinguish senior operations engineers and are essential for career advancement and personal growth.

AutomationCloudLinux
0 likes · 3 min read
8 Essential Skills Every Senior Ops Engineer Must Master
MaGe Linux Operations
MaGe Linux Operations
Nov 10, 2025 · Operations

100 Essential Operations Interview Questions to Boost Your Career

This article compiles 100 common operations interview questions from major tech companies, covering DevOps principles, CI/CD, infrastructure as code, monitoring, automation, Linux system administration, security, and scripting, providing a comprehensive study guide for aspiring sysadmins and site reliability engineers.

AutomationOperationsdevops
0 likes · 4 min read
100 Essential Operations Interview Questions to Boost Your Career
Raymond Ops
Raymond Ops
Nov 9, 2025 · Information Security

Master CFSSL: Step‑by‑Step Guide to Generate Self‑Signed Certificates on Linux

This comprehensive tutorial explains the fundamentals of PKI, CA, CSR, and cfssl configuration, shows how to install cfssl on Linux, details the cfssl gencert command and its core parameters, and provides practical, end‑to‑end examples for creating root, intermediate, server, client, and Kubernetes certificates.

AutomationCertificateLinux
0 likes · 14 min read
Master CFSSL: Step‑by‑Step Guide to Generate Self‑Signed Certificates on Linux
Xiao Liu Lab
Xiao Liu Lab
Nov 8, 2025 · Operations

Generate a Complete Linux Server Health Report with a Single Command

This article introduces a lightweight Bash script that, with one curl command, automatically gathers CPU, memory, disk, and network information from a Linux server and outputs a formatted, color‑coded report in seconds, dramatically simplifying routine ops tasks.

AutomationLinuxOps
0 likes · 6 min read
Generate a Complete Linux Server Health Report with a Single Command
Nightwalker Tech
Nightwalker Tech
Nov 7, 2025 · Artificial Intelligence

Unlock Agile AI‑Driven Development with the BMad Method: A Complete Guide

The article introduces BMad Method, a universal AI‑agent framework for agile, human‑AI collaborative development, detailing its core features, dual deployment modes, installation steps, project structure, agent team roles, workflow examples, a hands‑on tutorial for building a To‑Do app, extension ecosystem, and key advantages.

AI-driven developmentAgile methodologyAutomation
0 likes · 10 min read
Unlock Agile AI‑Driven Development with the BMad Method: A Complete Guide
Tencent Advertising Technology
Tencent Advertising Technology
Nov 6, 2025 · Artificial Intelligence

Boosting Web UI Test Efficiency with AIGC: From Manual Scripts to Intelligent Automation

This report examines the challenges of Web UI testing in Tencent's advertising platform, analyzes current inefficiencies, and presents an AIGC-driven solution that leverages large language models, semantic scripts, and automated pipelines to dramatically improve test case generation, execution accuracy, and CI/CD integration.

AIGCAutomationCI/CD
0 likes · 27 min read
Boosting Web UI Test Efficiency with AIGC: From Manual Scripts to Intelligent Automation
Efficient Ops
Efficient Ops
Nov 5, 2025 · Operations

Boost Ops Efficiency: Exploring 8 Essential MCP Components for Smart Automation

This article introduces eight core MCP components—Grafana, Jenkins, K8s, Playwright, GitHub, Zabbix, Prometheus, and Alibaba Cloud—detailing how each enhances monitoring, automation, resource management, and performance optimization, thereby dramatically improving operational efficiency and reducing manual workload.

AutomationCloud ManagementMCP
0 likes · 6 min read
Boost Ops Efficiency: Exploring 8 Essential MCP Components for Smart Automation
Java Tech Enthusiast
Java Tech Enthusiast
Nov 5, 2025 · Operations

Build a Simple Jenkins CI/CD Pipeline with Maven and Git

This guide walks you through setting up a basic CI/CD workflow using Jenkins, Maven, and Git on three servers—GitLab, Jenkins, and a test machine—covering prerequisites, project creation, pipeline configuration, Maven builds, SSH publishing, and cleanup scripts to achieve automated deployment.

AutomationCI/CDGit
0 likes · 12 min read
Build a Simple Jenkins CI/CD Pipeline with Maven and Git
php Courses
php Courses
Nov 5, 2025 · Backend Development

7 Laravel Packages That Supercharge Your Development Speed

This article introduces seven essential Laravel packages—IDE Helper, Debugbar, Spatie Permission, Nova/Filament, Excel, Telescope, and Sail—that automate repetitive tasks, improve debugging, and streamline environment setup, collectively boosting development efficiency by up to tenfold.

AutomationBackend DevelopmentLaravel
0 likes · 9 min read
7 Laravel Packages That Supercharge Your Development Speed
Efficient Ops
Efficient Ops
Nov 4, 2025 · Operations

How a Parameter Linking Platform Boosted DevOps Efficiency by 50% at ICBC

The Industrial and Commercial Bank of China's Software Development Center built a technical parameter linking platform that centralized configuration, automated updates, and introduced audit and rollback features, cutting environment setup time by half and dramatically improving DevOps efficiency across thousands of applications.

Automationcloud-nativeconfiguration management
0 likes · 9 min read
How a Parameter Linking Platform Boosted DevOps Efficiency by 50% at ICBC
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2025 · Operations

Master Git Ops: From Zero to Production-Ready IaC Version Control

This comprehensive guide walks you through Git operations for infrastructure-as-code, covering installation, SSH key setup, repository structuring, branching strategies, sensitive data handling, automation with hooks, backup, audit, monitoring, performance tuning, and security best practices for production environments.

AutomationCI/CDGit
0 likes · 31 min read
Master Git Ops: From Zero to Production-Ready IaC Version Control
Code Mala Tang
Code Mala Tang
Nov 2, 2025 · Backend Development

5 Essential Python CLI Tools to Supercharge API, Monitoring & Data Tasks

Discover five powerful Python command-line utilities—httpie for readable API calls, glances for real-time system monitoring, rich-cli for colorful output, howdoi for instant Stack Overflow answers, and csvkit for advanced CSV manipulation—each with installation steps and practical examples to streamline your development workflow.

AutomationCLITools
0 likes · 5 min read
5 Essential Python CLI Tools to Supercharge API, Monitoring & Data Tasks
Java Companion
Java Companion
Nov 2, 2025 · Operations

A Complete Jenkins + Maven + Git Automation Deployment Guide

This article walks through setting up three servers (GitLab, Jenkins, and a test machine), creating a GitLab project and token, configuring Maven and Jenkins plugins, defining Git, branch, and Maven settings, and implementing pre‑ and post‑steps—including a cleanup script and SSH publishing—to automatically build and deploy a Spring Boot JAR, while addressing common pitfalls such as missing manifest attributes and port conflicts.

AutomationCI/CDGit
0 likes · 10 min read
A Complete Jenkins + Maven + Git Automation Deployment Guide
Data Party THU
Data Party THU
Nov 1, 2025 · Fundamentals

10 Hidden Jupyter Notebook Tricks That Can Save You an Hour Every Day

Discover ten lesser‑known Jupyter Notebook features—from magic commands that list variables and benchmark code to shortcuts, export utilities, and interactive help—that turn a simple notebook into a highly efficient, production‑ready data‑science workspace.

AutomationJupyterMagic Commands
0 likes · 7 min read
10 Hidden Jupyter Notebook Tricks That Can Save You an Hour Every Day
Code Wrench
Code Wrench
Nov 1, 2025 · Backend Development

Boost Go Development Speed: Master Hot Reload with Fresh, Air, Modd & wgo

Discover why Go developers need hot reload, explore classic tools like fresh and air, compare alternatives such as modd and wgo, and learn advanced techniques—including plugins, hot restart, and WASM—to achieve faster iteration while understanding their limitations for production use.

AutomationLive Reloaddevelopment tools
0 likes · 9 min read
Boost Go Development Speed: Master Hot Reload with Fresh, Air, Modd & wgo
IT Services Circle
IT Services Circle
Oct 31, 2025 · Artificial Intelligence

4 Open-Source AI Tools That Turn Screens, Games, and Workflows into Smart Assistants

This article introduces four cutting‑edge open‑source AI projects—Glass, CraftGPT, AI Trend Publish, and Klavis—detailing how they read screens and audio, run language models inside Minecraft, auto‑generate AI‑focused articles, and integrate dozens of external tools for powerful, automated assistance.

AI assistantAI integrationAutomation
0 likes · 5 min read
4 Open-Source AI Tools That Turn Screens, Games, and Workflows into Smart Assistants
转转QA
转转QA
Oct 31, 2025 · Operations

Boosting Service Quality with Intelligent Inspection, Notification, and Automation Engines

This article outlines the design and value of an automated service quality monitoring platform, detailing its core benefits—intelligent detection, automated execution, data‑driven decisions, and precise notifications—along with functional architecture, key modules, code examples, technical requirements, and practical recommendations.

AI monitoringAutomationOperations
0 likes · 10 min read
Boosting Service Quality with Intelligent Inspection, Notification, and Automation Engines
Ele.me Technology
Ele.me Technology
Oct 31, 2025 · Artificial Intelligence

Boosting Coding Efficiency with AI: Our Prompt‑Driven Framework Achieves 23% Faster Delivery

This article details how a logistics technology team built an AI‑plus‑prompt, three‑layer architecture framework that raised AI code adoption from 9.6% to 89.2% and improved demand delivery efficiency by 23.6%, while outlining quality safeguards, reusable templates, real‑world case studies, and future AI‑driven development plans.

AIAutomationcoding efficiency
0 likes · 15 min read
Boosting Coding Efficiency with AI: Our Prompt‑Driven Framework Achieves 23% Faster Delivery
Xiao Liu Lab
Xiao Liu Lab
Oct 30, 2025 · Operations

Why systemd Timers Outperform crontab and How to Migrate Your Jobs

This article explains why the built‑in systemd timer engine is a more reliable, observable, and feature‑rich replacement for traditional crontab, and provides a step‑by‑step guide to rewrite, configure, and manage your scheduled tasks on Linux.

AutomationOperationsTimer
0 likes · 9 min read
Why systemd Timers Outperform crontab and How to Migrate Your Jobs
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Oct 30, 2025 · Frontend Development

How Real-Time Dual-Environment Image Comparison Transforms Frontend UI Testing

This article presents a comprehensive strategy for automating UI testing of a complex front‑end parameter model editor by generating real‑time baseline screenshots in production, comparing them with test runs, visualizing diffs in Allure reports, and dramatically improving defect detection and maintenance efficiency.

AllureAutomationFrontend Testing
0 likes · 13 min read
How Real-Time Dual-Environment Image Comparison Transforms Frontend UI Testing
BirdNest Tech Talk
BirdNest Tech Talk
Oct 30, 2025 · Artificial Intelligence

Master LangChain Toolkits to Build Powerful AI Agents Quickly

This guide explains what LangChain toolkits are, why they simplify building domain‑specific AI agents, lists common built‑in toolkits, and walks through the step‑by‑step process of instantiating a toolkit, retrieving its tools, and creating an OpenAI‑powered agent, illustrated with a SQL database example.

AI agentsAutomationLangChain
0 likes · 5 min read
Master LangChain Toolkits to Build Powerful AI Agents Quickly
Old Meng AI Explorer
Old Meng AI Explorer
Oct 30, 2025 · Artificial Intelligence

How PaddleOCR Turns Handwritten Notes and PDFs into Editable Text in Seconds

This article explains how PaddleOCR, an open‑source OCR engine from Baidu, achieves high‑accuracy text extraction from handwritten notes, scanned PDFs, invoices, IDs and multilingual documents, offering offline cross‑platform support, free commercial use, and step‑by‑step guidance for rapid deployment.

AutomationDocument processingOCR
0 likes · 10 min read
How PaddleOCR Turns Handwritten Notes and PDFs into Editable Text in Seconds
Advanced AI Application Practice
Advanced AI Application Practice
Oct 30, 2025 · Operations

How Non‑Coding Test Engineers Can Master the Relationship Between CI/CD and DevOps

The article explains that CI/CD is a set of automation tools while DevOps is a collaborative culture, shows how they complement each other, and provides three practical actions—defining business scenarios for CI, syncing test‑environment needs with ops, and monitoring quality post‑deployment—for test engineers without coding skills.

AutomationCI/CDCollaboration
0 likes · 8 min read
How Non‑Coding Test Engineers Can Master the Relationship Between CI/CD and DevOps
Xiao Liu Lab
Xiao Liu Lab
Oct 29, 2025 · Information Security

Secure MySQL 8 in 30 Minutes with 6 Production‑Ready Scripts

Learn how to transform a vulnerable MySQL 8 instance into a militarized, audit‑ready database in just half an hour by applying six ready‑to‑run shell and SQL scripts that disable high‑risk accounts, enable enterprise audit logging, enforce SSL, prune privileges, rotate root passwords, and generate compliance reports.

AutomationMySQLSSL
0 likes · 7 min read
Secure MySQL 8 in 30 Minutes with 6 Production‑Ready Scripts
Liangxu Linux
Liangxu Linux
Oct 28, 2025 · Artificial Intelligence

Explore 500+ AI Agent Projects and Essential Open‑Source Tools for Developers

This guide curates over 500 real‑world AI agent use cases, a comprehensive student resource hub, collections of MCP servers, a Docker‑based Windows runtime, AI‑focused automation platforms, and a YAML‑driven workflow engine, each with direct GitHub links for quick exploration.

AI agentsAutomationGitHub
0 likes · 7 min read
Explore 500+ AI Agent Projects and Essential Open‑Source Tools for Developers
ITPUB
ITPUB
Oct 28, 2025 · Operations

50 Powerful IT Ops Projects to Supercharge Your Resume

This article compiles 50 detailed IT operations projects across infrastructure, cloud, containers, automation, monitoring, security, databases, networking, disaster recovery and DevOps, each with scenario, tech stack, implementation steps and quantifiable results to help you craft standout résumé entries.

AutomationCloudIT Operations
0 likes · 30 min read
50 Powerful IT Ops Projects to Supercharge Your Resume
Ops Community
Ops Community
Oct 27, 2025 · Operations

From Midnight Alerts to Peaceful Sleep: Building a Zabbix Monitoring System

After a costly midnight outage, the author shares how he designed a three‑layer Zabbix monitoring architecture—covering infrastructure, service, and business metrics—optimizing alert thresholds, automating discovery, and integrating with ITSM, ultimately reducing MTTR to minutes and enabling teams to sleep peacefully.

AIOpsAlertingAutomation
0 likes · 15 min read
From Midnight Alerts to Peaceful Sleep: Building a Zabbix Monitoring System
Liangxu Linux
Liangxu Linux
Oct 26, 2025 · Information Security

Master Linux Security Hardening: Advanced firewalld Rules & SELinux Context Management

This guide presents a production‑tested Linux hardening strategy that combines advanced firewalld zone and rich‑rule configurations with precise SELinux context management, offering step‑by‑step commands, custom scripts, troubleshooting tips, and performance optimizations to protect servers from the majority of common attacks.

AutomationLinuxSecurity Hardening
0 likes · 10 min read
Master Linux Security Hardening: Advanced firewalld Rules & SELinux Context Management
Liangxu Linux
Liangxu Linux
Oct 25, 2025 · Operations

One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments

The open‑source "reinstall" shell script automates full‑system reinstall for Linux, Windows, and popular NAS platforms, handling hardware detection, network configuration, and disk partitioning with a single command, making VPS and server provisioning fast, secure, and hassle‑free.

AutomationLinuxNAS
0 likes · 7 min read
One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments
Advanced AI Application Practice
Advanced AI Application Practice
Oct 25, 2025 · Operations

Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices

This article explains Jenkins' fundamental concepts—including jobs, nodes, pipelines, plugins, and credentials—and shows why its powerful scheduling, rich ecosystem, stability, and pipeline‑as‑code approach make it ideal for building automated API testing CI/CD workflows, illustrated with a complete Jenkinsfile example.

API testingAutomationCI/CD
0 likes · 7 min read
Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices
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.

AutomationCost OptimizationZeabur
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 codingAutomationWeaveFox
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
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.

AutomationContainer ManagementDocker
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.

AutomationCI/CDDocker Swarm
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.

AIAutomationindustrial robotics
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.

AutomationGovernancecontinuous improvement
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.

AutomationScriptingbash
0 likes · 8 min read
Unlock Linux Automation: Master Shell Scripting with This Free Handbook