Tagged articles
3104 articles
Page 11 of 32
Liangxu Linux
Liangxu Linux
Nov 6, 2024 · Operations

A Handy Shell Script Toolbox for Linux Server Management

The YujuToolBox is a shell script collection that provides system‑administration utilities for Debian and Ubuntu servers, offering simple installation via curl or wget, step‑by‑step usage commands, and links to related GitHub projects for easy server optimization.

DebianLinuxUbuntu
0 likes · 3 min read
A Handy Shell Script Toolbox for Linux Server Management
DevOps
DevOps
Nov 3, 2024 · Cloud Native

CI/CD Practices for Microservice Development and Continuous Delivery

This article explains the essential concepts of continuous integration, delivery, and deployment, outlines the differences between monolithic and microservice CI/CD pipelines, and presents five practical best‑practice recommendations—including testing strategies, environment design, CI practices, configuration management, and failure handling—to improve DevOps efficiency in cloud‑native development.

Continuous DeliveryDevOpsautomation
0 likes · 18 min read
CI/CD Practices for Microservice Development and Continuous Delivery
Cognitive Technology Team
Cognitive Technology Team
Nov 1, 2024 · Fundamentals

Design Principles for Solution Architecture: Scalability, Resilience, Performance, and Automation

This article outlines essential solution‑architecture design principles—including workload scalability, resilient construction, performance optimization, replaceable resources, loose coupling, service‑oriented design, appropriate storage selection, data‑driven approaches, constraint mitigation, pervasive security, and comprehensive automation—to help architects build robust, scalable, and maintainable systems.

Cloud Computingautomationsolution architecture
0 likes · 20 min read
Design Principles for Solution Architecture: Scalability, Resilience, Performance, and Automation
CSS Magic
CSS Magic
Nov 1, 2024 · Artificial Intelligence

Refining System Prompts for LLMs: Practical Tips for Batch Automation

This article explains how to automate batch document processing with LLM APIs by mastering the messages parameter, defining system, user, and assistant roles, and iteratively polishing system prompts through scripts or OpenAI's GPTs editor and Playground interfaces.

ChatGPTLLMOpenAI API
0 likes · 7 min read
Refining System Prompts for LLMs: Practical Tips for Batch Automation
Linux Ops Smart Journey
Linux Ops Smart Journey
Oct 31, 2024 · Operations

Mastering Ansible: 8 Essential Modules to Automate Your Ops

This article explores eight of the most commonly used Ansible modules—including setup, command, shell, and script—detailing how they collect host information, filter data, execute commands, and run scripts, with practical code examples and tips to streamline everyday automation tasks.

AnsibleConfiguration ManagementDevOps
0 likes · 9 min read
Mastering Ansible: 8 Essential Modules to Automate Your Ops
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 31, 2024 · Fundamentals

Automate Payroll Tax Calculations with Python and Pandas

This article walks through a Python community member's request to compute pre‑tax salary, individual income tax, and cumulative payroll figures from a net salary using pandas, presenting a corrected script, tax‑bracket logic, and a reusable solution for financial data automation.

automationpayrolltax calculation
0 likes · 6 min read
Automate Payroll Tax Calculations with Python and Pandas
DevOps Engineer
DevOps Engineer
Oct 29, 2024 · Operations

A Day in the Life of a DevOps Engineer

The article walks through a DevOps engineer’s typical workday, from morning Slack checks and task planning, through code repository maintenance, build and release duties, coffee breaks, lunch with teammates, focused afternoon development, and evening family time, highlighting both technical and personal aspects.

DevOpsOperationsautomation
0 likes · 4 min read
A Day in the Life of a DevOps Engineer
Test Development Learning Exchange
Test Development Learning Exchange
Oct 26, 2024 · R&D Management

How Test Leaders Can Ensure Project Stability and Quality Through Comprehensive Testing Strategies

This article outlines how test managers can protect project stability and quality by defining clear testing goals, selecting appropriate test types, planning resources, strengthening requirement management, enforcing strict testing processes, driving automation, integrating CI/CD, applying quality gates, managing defects, fostering team collaboration, monitoring metrics, and promoting knowledge sharing.

automationci/cddefect tracking
0 likes · 8 min read
How Test Leaders Can Ensure Project Stability and Quality Through Comprehensive Testing Strategies
Bilibili Tech
Bilibili Tech
Oct 25, 2024 · Operations

Bilibili Data Center Migration: Planning, Execution, and Lessons Learned

Bilibili’s 18‑month, multi‑regional data‑center migration moved tens of thousands of servers using a high‑frequency rolling strategy, combining meticulous planning, cross‑team coordination, automated rack placement and rigorous checklists to achieve significant cost savings, higher utilization, improved stability and greener operations.

Data Center Migrationautomationcapacity planning
0 likes · 21 min read
Bilibili Data Center Migration: Planning, Execution, and Lessons Learned
Model Perspective
Model Perspective
Oct 25, 2024 · Artificial Intelligence

From Tool to Partner: Mastering Advanced ChatGPT Applications

This article compares low‑level, superficial ChatGPT usage with high‑level, collaborative approaches, highlighting how mindset shifts from treating the model as a simple tool to leveraging it as an intelligent partner can dramatically boost efficiency, creativity, and strategic advantage.

AI productivityChatGPTCollaborative AI
0 likes · 7 min read
From Tool to Partner: Mastering Advanced ChatGPT Applications
JD Cloud Developers
JD Cloud Developers
Oct 24, 2024 · Frontend Development

Master Playwright: Fast Frontend Automation Testing with Real Code Examples

This guide explains why Playwright is a leading tool for frontend automated testing, walks through installing Node.js, Playwright and browsers, shows project configuration, provides runnable demo code, and demonstrates common GET and POST API requests, helping developers boost test efficiency and reliability.

Frontend TestingJavaScriptPlaywright
0 likes · 5 min read
Master Playwright: Fast Frontend Automation Testing with Real Code Examples
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2024 · Information Security

How to Secure Your Docker‑Hosted Nginx Site with Free Let’s Encrypt SSL

Learn step‑by‑step how to configure HTTPS for a Docker‑run Nginx website on Azure using free Let’s Encrypt certificates, including environment setup, creating HTTP site, generating and installing SSL/TLS certificates, configuring Nginx for HTTPS, and automating renewal with Dockerized Certbot.

HTTPSautomationletsencrypt
0 likes · 11 min read
How to Secure Your Docker‑Hosted Nginx Site with Free Let’s Encrypt SSL
MaGe Linux Operations
MaGe Linux Operations
Oct 19, 2024 · Operations

Mastering SSH: Run Remote Commands, Scripts, and Interactive Sessions

Learn how to leverage SSH for remote command execution, including running single and multiple commands, handling interactive sessions with pseudo‑terminal allocation, executing multi‑line commands, and running both local and remote scripts with parameter passing, all illustrated with practical examples.

LinuxSSHShell scripting
0 likes · 8 min read
Mastering SSH: Run Remote Commands, Scripts, and Interactive Sessions
AsiaInfo Technology: New Tech Exploration
AsiaInfo Technology: New Tech Exploration
Oct 18, 2024 · Industry Insights

How AI Video Analysis and Laser Ranging Transform Industrial Sensing

This article examines the technical integration of AI video analysis with high‑precision laser ranging, detailing background research, key technologies, a practical solution for coal‑mining rail‑car monitoring, performance results, and broader industrial scenarios, while highlighting the benefits of sensor fusion for accuracy, reliability, and cost efficiency.

AI video analysisautomationedge computing
0 likes · 15 min read
How AI Video Analysis and Laser Ranging Transform Industrial Sensing
DevOps Cloud Academy
DevOps Cloud Academy
Oct 18, 2024 · Operations

Creating and Configuring Jenkins Multibranch Pipelines

This article explains how to create a Jenkins Multibranch Pipeline, configure its branch sources, manage environment variables, support pull requests with plugins, and use organization folders to automatically discover and run pipelines across multiple branches.

DevOpsJenkinsMultibranch Pipeline
0 likes · 7 min read
Creating and Configuring Jenkins Multibranch Pipelines
Wukong Talks Architecture
Wukong Talks Architecture
Oct 17, 2024 · Operations

A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)

From 2008 onward, the author chronicles the development of multiple DevOps systems, examining their origins, design choices, challenges, and evolution—including CI tools like CruiseControl, Hudson, Jenkins, custom plugins, metrics, platform engineering, and the impact of AI—offering insights for modern continuous integration and delivery practices.

AIDevOpsJenkins
0 likes · 34 min read
A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)
Java Architect Essentials
Java Architect Essentials
Oct 16, 2024 · Frontend Development

One‑Click VSCode Snippet Configuration and Usage Guide

This article explains how to create, configure, and use one‑click VSCode code snippets for multiple languages, covering snippet structure, configuration options, examples, special characters, built‑in variables and functions, and how to migrate snippets across projects.

Developer GuideVSCodeautomation
0 likes · 9 min read
One‑Click VSCode Snippet Configuration and Usage Guide
Test Development Learning Exchange
Test Development Learning Exchange
Oct 16, 2024 · Fundamentals

Key Practices for Test Team Management and Quality Assurance

This article outlines comprehensive strategies for test managers, covering daily responsibilities, building and motivating efficient test teams, handling conflicts, time‑critical testing, cross‑department coordination, performance evaluation, risk management, communication with non‑technical stakeholders, QA throughout the software lifecycle, tool selection, process optimization, and emerging testing trends.

DevOpsTest Strategyautomation
0 likes · 12 min read
Key Practices for Test Team Management and Quality Assurance
Huolala Tech
Huolala Tech
Oct 11, 2024 · Backend Development

How the New Starhan System Revolutionizes Customer Service Workflow and Boosts Efficiency

This article details the design, implementation, and performance improvements of the Starhan customer‑service platform, explaining how a graph‑based workflow engine, dynamic process management, and extensive automation reduce costs, shorten release cycles, and enhance user satisfaction across multiple business lines.

Customer ServiceWorkflow orchestrationautomation
0 likes · 21 min read
How the New Starhan System Revolutionizes Customer Service Workflow and Boosts Efficiency
DevOps Operations Practice
DevOps Operations Practice
Oct 10, 2024 · Operations

Seven Key Truths About Operations: Downtime, Automation, Prevention, Technology as a Tool, DevOps, Communication, and Security

Effective operations management acknowledges inevitable downtime, emphasizes automation, prioritizes proactive prevention, treats technology as a means rather than an end, integrates closely with development through DevOps, relies on strong communication, and continuously addresses pervasive security challenges to minimize business impact.

OperationsSecurityautomation
0 likes · 5 min read
Seven Key Truths About Operations: Downtime, Automation, Prevention, Technology as a Tool, DevOps, Communication, and Security
21CTO
21CTO
Oct 10, 2024 · Artificial Intelligence

5 Practical AI Projects to Build Your Skills with Python

This article presents five hands‑on AI project ideas—from resume optimization to multimodal search—complete with step‑by‑step instructions, required Python libraries, and code snippets, helping beginners and intermediate developers quickly build valuable AI applications.

AILLMPython
0 likes · 12 min read
5 Practical AI Projects to Build Your Skills with Python
DeWu Technology
DeWu Technology
Oct 9, 2024 · Industry Insights

How Top Tech Companies Use AI and Automation to Supercharge QA Efficiency – Highlights from the DeWu Tech Salon

The DeWu Tech Salon in Shanghai gathered over 220 participants and featured four expert talks on AI‑driven testing, simulation automation, precise testing platforms, and ad‑algorithm gray‑scale interception, offering concrete strategies and measurable gains for improving software quality and development efficiency.

AI testingIndustry InsightsQuality Engineering
0 likes · 13 min read
How Top Tech Companies Use AI and Automation to Supercharge QA Efficiency – Highlights from the DeWu Tech Salon
Test Development Learning Exchange
Test Development Learning Exchange
Oct 9, 2024 · Backend Development

Understanding pytest Fixtures: Concepts, Scope, Dependencies, Parameterization, and Usage

This article explains pytest fixtures, covering their basic concept, definition, scope options (function, module, class, session), dependencies, parameterization, use of yield for cleanup, common usage scenarios such as data preparation, database connections, and mock objects, as well as custom markers and global registration.

automationfixturepytest
0 likes · 7 min read
Understanding pytest Fixtures: Concepts, Scope, Dependencies, Parameterization, and Usage
JD Tech Talk
JD Tech Talk
Oct 9, 2024 · Operations

What Is RPA? Advantages, Applications, Architecture, and Future Outlook

This article explains Robotic Process Automation (RPA), its cost‑saving and efficiency benefits, common use cases such as private‑domain operations, HR and e‑commerce, the business and technical architecture of a large‑scale RPA system, Android accessibility service fundamentals, sample code, and future AI‑driven enhancements.

AI IntegrationAndroid accessibilityRPA
0 likes · 12 min read
What Is RPA? Advantages, Applications, Architecture, and Future Outlook
Selected Java Interview Questions
Selected Java Interview Questions
Oct 7, 2024 · Operations

Top 10 Tools Frequently Used by Operations Engineers: Features, Use Cases, and Practical Examples

This article introduces ten essential tools for operations engineers—Shell scripts, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing each tool's functionality, typical scenarios, advantages, and real‑world examples with code snippets for practical automation and monitoring.

Operationsautomationdevops tools
0 likes · 8 min read
Top 10 Tools Frequently Used by Operations Engineers: Features, Use Cases, and Practical Examples
21CTO
21CTO
Oct 4, 2024 · Fundamentals

7 Must‑Know Open‑Source Python Projects Every Developer Should Explore

Discover seven essential open‑source Python repositories—from data analysis with Pandas and workflow automation with Apache Airflow to AI‑powered G4F, web crawling with Scrapy, Telegram bots via Ultroid, team chat with Zulip, and crypto trading with Freqtrade—each offering powerful capabilities and community support.

Data AnalysisOpen SourcePython
0 likes · 4 min read
7 Must‑Know Open‑Source Python Projects Every Developer Should Explore
Liangxu Linux
Liangxu Linux
Oct 2, 2024 · Operations

10 Essential Ops Engineer Tools Every Sysadmin Should Master

A comprehensive guide lists ten indispensable tools for operations engineers, detailing each tool's functionality, ideal use cases, advantages, and real‑world examples, plus practical code snippets for automation, monitoring, container orchestration, and log analysis.

DevOpsOperationsautomation
0 likes · 7 min read
10 Essential Ops Engineer Tools Every Sysadmin Should Master
Test Development Learning Exchange
Test Development Learning Exchange
Oct 1, 2024 · Fundamentals

Understanding Python Generator Functions and Their Applications in API Automation Testing

This article explains Python generator functions, their memory‑efficient iteration mechanism, and demonstrates through multiple examples—including basic generators, Fibonacci sequences, large file processing, HTTP streaming, and API test data generation—how they can streamline and optimize interface automation testing workflows.

Iteratorapi-testingautomation
0 likes · 10 min read
Understanding Python Generator Functions and Their Applications in API Automation Testing
Architect
Architect
Sep 30, 2024 · Operations

Automated Resource Balancing and Migration for Redis Clusters

The article describes how an automated resource‑balancing system continuously monitors Redis host memory usage, selects optimal nodes, safely migrates them through a multi‑step process (adding slaves, verifying replication, promoting masters, deleting old nodes), and provides task management and notification features to maintain high availability and reduce manual DBA effort.

Cluster MigrationOperationsRedis
0 likes · 13 min read
Automated Resource Balancing and Migration for Redis Clusters
DeWu Technology
DeWu Technology
Sep 30, 2024 · Backend Development

Automated Performance Profiling for Go Services with Conan

Conan is an automated profiling solution for Go microservices that embeds an SDK to continuously or adaptively sample CPU, memory and goroutine metrics, detects anomalies via user‑defined rules, uploads data to a Pyroscope server, and reports results through Feishu or Pyroscope, delivering sub‑5 % overhead and faster root‑cause analysis.

GoPyroscopeautomation
0 likes · 16 min read
Automated Performance Profiling for Go Services with Conan
Code Mala Tang
Code Mala Tang
Sep 30, 2024 · Artificial Intelligence

Will AI Assistants Erode Our Core Professional Skills?

Amid rapid AI adoption across programming, design, law, and medicine, experts warn that over‑reliance on AI assistants may erode foundational expertise, urging professionals to balance short‑term efficiency gains with sustained skill development to remain indispensable in an AI‑augmented future.

AIProfessional SkillsSkill Development
0 likes · 9 min read
Will AI Assistants Erode Our Core Professional Skills?
IT Architects Alliance
IT Architects Alliance
Sep 28, 2024 · Operations

How DevOps Transforms IT: Core Principles, Practices, and Real-World Success

This article explores the DevOps mindset, its core principles such as collaboration, automation, continuous improvement, and customer focus, outlines essential practices like CI/CD, IaC, monitoring, microservices, and provides a step‑by‑step adoption roadmap illustrated with a detailed case study and future trends.

DevOpsOperationsautomation
0 likes · 11 min read
How DevOps Transforms IT: Core Principles, Practices, and Real-World Success
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency

Learn how to harness the power of the xargs command with ten detailed examples covering basic usage, custom delimiters, output limits, interactive prompts, safety options, and advanced integrations with find, grep, and file handling, all illustrated with clear command-line demonstrations.

GrepLinuxShell scripting
0 likes · 10 min read
Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency
Architect's Guide
Architect's Guide
Sep 28, 2024 · Frontend Development

One‑Click VSCode Snippet Configuration and Customization Guide

This tutorial shows how to collect, configure, and customize reusable VSCode code snippets for JavaScript, TypeScript, Vue, Java and other languages, enabling developers to replace repetitive boiler‑plate with a single click and tailor placeholder behavior to their workflow.

Frontend DevelopmentJavaScriptVSCode
0 likes · 8 min read
One‑Click VSCode Snippet Configuration and Customization Guide
vivo Internet Technology
vivo Internet Technology
Sep 25, 2024 · Frontend Development

Automated AST-Based Code Migration for Vue Front‑End Projects

To simplify large‑scale Vue upgrades such as Vue 2→Vue 3, Webpack 4→Webpack 5, or migration to Vite, the author presents an automated AST‑based migration scaffold that parses JavaScript, Vue, and style files, applies transformation rules with GoGoCode and PostCSS, and rewrites code, reducing manual effort and error risk.

ASTFrontendJavaScript
0 likes · 20 min read
Automated AST-Based Code Migration for Vue Front‑End Projects
DevOps Engineer
DevOps Engineer
Sep 25, 2024 · Operations

Understanding What DevOps Truly Is: Principles Over Tools

The article clarifies that DevOps is not defined by specific tools like Kubernetes or Jenkins, but by the ability to design robust systems that ensure smooth deployments, effortless scaling, reliable operation, early issue detection, and effective team collaboration, emphasizing enduring principles over changing technologies.

CollaborationContinuousDeliveryDevOps
0 likes · 3 min read
Understanding What DevOps Truly Is: Principles Over Tools
DevOps
DevOps
Sep 23, 2024 · Operations

Ten Essential DevOps Practices and Effective Implementation Methods

This article explains why DevOps often feels idealistic, outlines ten practical DevOps practices such as Infrastructure as Code, Immutable Infrastructure, and Built‑in Quality, and then presents three concrete work methods to help teams successfully adopt DevOps in real‑world environments.

Continuous DeliveryDevOpsVersion Control
0 likes · 21 min read
Ten Essential DevOps Practices and Effective Implementation Methods
Liangxu Linux
Liangxu Linux
Sep 22, 2024 · Operations

20 Essential Shell Functions for File Management, System Monitoring, and Automation

This article presents twenty practical custom Bash functions covering file existence checks, directory listings, size retrieval, command verification, date and time handling, colored output, delays, root detection, IP fetching, random string generation, port checking, service control, and email sending, each with concise code examples for easy integration into scripts.

FunctionsShell scriptingautomation
0 likes · 6 min read
20 Essential Shell Functions for File Management, System Monitoring, and Automation
Liangxu Linux
Liangxu Linux
Sep 21, 2024 · Operations

Essential Bash Scripts for Nginx, MySQL, and Linux System Monitoring

This guide provides a collection of ready‑to‑use Bash scripts for daily Nginx log rotation, log analysis, server resource monitoring, inode warnings, malicious IP blocking, bulk file renaming, scheduled log clearing, Apache process supervision, and both single‑ and multi‑database MySQL backups.

MySQLautomationnginx
0 likes · 11 min read
Essential Bash Scripts for Nginx, MySQL, and Linux System Monitoring
Test Development Learning Exchange
Test Development Learning Exchange
Sep 19, 2024 · Fundamentals

How to Use pytest‑rerunfailures to Rerun Flaky Tests

This guide explains how to install, configure, and apply the pytest‑rerunfailures plugin—including basic –r usage, example test files, configuration files, advanced custom rerun conditions, and the @pytest.mark.flaky decorator—to improve stability of intermittent Python test failures.

automationflaky-testspytest
0 likes · 6 min read
How to Use pytest‑rerunfailures to Rerun Flaky Tests
Python Programming Learning Circle
Python Programming Learning Circle
Sep 19, 2024 · Operations

A Collection of Python Automation Scripts for Clipboard Management, Code Quality Checking, File Integrity Verification, Stock Forecasting, Image Downloading, Port Scanning, Password Management, Email Sending, README Generation, and File Organization

This article presents a curated set of Python automation scripts covering clipboard management, code quality analysis, file integrity checks, stock price forecasting, bulk image downloading, network port scanning, secure password storage, mass email dispatch, README file creation, and intelligent file organization, each accompanied by concise explanations and ready‑to‑run code examples.

Pythonautomationdata-analysis
0 likes · 21 min read
A Collection of Python Automation Scripts for Clipboard Management, Code Quality Checking, File Integrity Verification, Stock Forecasting, Image Downloading, Port Scanning, Password Management, Email Sending, README Generation, and File Organization
MaGe Linux Operations
MaGe Linux Operations
Sep 17, 2024 · Operations

Master Ansible: Essential Commands and Common Modules Explained

This guide provides a comprehensive overview of Ansible's ad‑hoc command options and the most frequently used modules—including shell, copy, template, file, fetch, synchronize, yum, service, user, and cron—detailing their parameters, usage examples, and best‑practice tips for efficient automation.

AnsibleConfiguration ManagementDevOps
0 likes · 41 min read
Master Ansible: Essential Commands and Common Modules Explained
Liangxu Linux
Liangxu Linux
Sep 17, 2024 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article presents ten indispensable tools for operations engineers—detailing each tool’s functionality, ideal use cases, advantages, and real‑world examples, from shell scripting and Git to Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, the ELK stack, and Zabbix, helping professionals streamline automation, monitoring, and deployment tasks.

Configuration ManagementContainerizationDevOps
0 likes · 8 min read
Top 10 Essential Ops Tools Every Engineer Should Master
dbaplus Community
dbaplus Community
Sep 13, 2024 · Operations

How Bilibili Built an Emergency Response Center to Slash MTTR and Boost System Stability

This article explains how Bilibili designed and implemented an Emergency Response Center (ERC) to manage the full fault lifecycle—detection, response, delimitation, localization, mitigation and recovery—using alert rules, automated recall, integrated customer feedback, clear role assignments, mobile support, and data‑driven post‑mortems, ultimately reducing MTTR and improving service reliability.

Incident ManagementMTTRPlatform Engineering
0 likes · 23 min read
How Bilibili Built an Emergency Response Center to Slash MTTR and Boost System Stability
Test Development Learning Exchange
Test Development Learning Exchange
Sep 12, 2024 · Backend Development

10 Handy Python Scripts for Common File and Data Tasks

This article presents ten practical Python scripts that automate everyday tasks such as renaming files, creating ZIP backups, merging PDFs, replacing text, compressing images, scraping web pages, processing Excel data, sending emails, parsing logs, and searching files, each accompanied by ready‑to‑run code examples.

automationfile-managementutilities
0 likes · 7 min read
10 Handy Python Scripts for Common File and Data Tasks
JD Cloud Developers
JD Cloud Developers
Sep 11, 2024 · Artificial Intelligence

How AI Agents Transform Industrial B2B Order Fulfillment in 30 Seconds

This article explains how the AutoBots platform leverages AI agents to streamline industrial B2B order fulfillment, eliminate multi‑step communication, enable instant 30‑second issue resolution, improve address verification, reduce tax risks, and deliver measurable performance gains across logistics and operations.

AIAutoBotsaddress matching
0 likes · 8 min read
How AI Agents Transform Industrial B2B Order Fulfillment in 30 Seconds
DevOps Engineer
DevOps Engineer
Sep 11, 2024 · Operations

Will DevOps Disappear? How AI Impacts the Role of DevOps Engineers

While AI can automate many routine DevOps tasks such as scripting, CI/CD pipeline creation, and infrastructure design, it cannot replace the contextual understanding, critical thinking, experience, and judgment of senior DevOps engineers, who will evolve into architects and innovators rather than being rendered obsolete.

Artificial IntelligenceDevOpsOperations
0 likes · 4 min read
Will DevOps Disappear? How AI Impacts the Role of DevOps Engineers
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Sep 10, 2024 · Artificial Intelligence

Boost Test Case Creation with AI: How a Multi‑Model Platform Cuts Effort by 80%

An AI-driven test case generation platform at KuJiaLe leverages multiple large language models, offering three input methods, online editing, and dual export options, while addressing stability, length limits, and security challenges to improve testing efficiency and achieve over 80% success rate.

AI testingLarge Language Modelautomation
0 likes · 10 min read
Boost Test Case Creation with AI: How a Multi‑Model Platform Cuts Effort by 80%
Python Crawling & Data Mining
Python Crawling & Data Mining
Sep 10, 2024 · Backend Development

Merging Files by Keyword with Python and Pandas

This article walks through a Python‑based solution that extracts files sharing specific keywords, pulls numeric data from the second column, and concatenates the results horizontally using pandas, providing clear code snippets and practical tips for automating such file‑processing tasks.

Data ProcessingPythonautomation
0 likes · 6 min read
Merging Files by Keyword with Python and Pandas
Efficient Ops
Efficient Ops
Sep 8, 2024 · Operations

Boost Ops Efficiency: 5 Python Scripts Every Sysadmin Should Use

This article explains how Python can automate common operations tasks—remote command execution, log parsing, system monitoring with alerts, batch software deployment, and backup/restore—providing code examples and highlighting the benefits for sysadmins.

DevOpsOperations Automationautomation
0 likes · 9 min read
Boost Ops Efficiency: 5 Python Scripts Every Sysadmin Should Use
dbaplus Community
dbaplus Community
Sep 8, 2024 · Operations

10 Essential Ops Practices to Prevent System Failures

This article compiles ten practical operations‑engineer guidelines—ranging from change rollbacks and safe command aliases to backup verification, monitoring, and cautious automated failover—to help maintain high availability and avoid costly production incidents.

LinuxMySQLautomation
0 likes · 18 min read
10 Essential Ops Practices to Prevent System Failures
Python Programming Learning Circle
Python Programming Learning Circle
Sep 4, 2024 · Artificial Intelligence

Building an Automatic Math Grading System with Python: Data Generation, CNN Training, Image Segmentation, and Result Feedback

This tutorial explains how to create an automatic math‑grading tool in Python by generating synthetic digit images, training a small CNN on the data, segmenting handwritten equations with projection techniques, recognizing characters, evaluating the expressions, and overlaying the results back onto the original image.

CNNOCRPython
0 likes · 30 min read
Building an Automatic Math Grading System with Python: Data Generation, CNN Training, Image Segmentation, and Result Feedback
MaGe Linux Operations
MaGe Linux Operations
Sep 1, 2024 · Operations

Master Linux System Monitoring: Essential Metrics, Tools, and Best Practices

This comprehensive guide explains why Linux system monitoring is crucial, outlines key metrics such as CPU, memory, disk I/O, network, and process usage, recommends essential command‑line tools, and provides advanced techniques, automation scripts, best practices, and common pitfalls to ensure reliable, secure server performance.

Linuxautomationperformance metrics
0 likes · 9 min read
Master Linux System Monitoring: Essential Metrics, Tools, and Best Practices
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Aug 28, 2024 · Operations

Essential Bash Scripts for Linux System Monitoring and Automation

This article presents a curated collection of Bash scripts that automate key Linux operations such as MySQL replication monitoring, directory change detection, bulk user creation, website health checks, remote command execution, one‑click LNMP deployment, resource usage reporting, high‑resource process identification, and automated Java and PHP project deployment.

BashLinuxShell scripting
0 likes · 12 min read
Essential Bash Scripts for Linux System Monitoring and Automation
DevOps
DevOps
Aug 26, 2024 · Operations

The Evolution of Operations: From Manual Ops to AIOps and ChatOps

This article explores the progression of IT operations—from manual processes through automated DevOps, to AI‑driven AIOps and chat‑based ChatOps—examining concepts, advantages, tools, and future possibilities, while also reflecting on how these trends reshape the role of operations engineers.

AIChatOpsCollaboration
0 likes · 12 min read
The Evolution of Operations: From Manual Ops to AIOps and ChatOps
Python Programming Learning Circle
Python Programming Learning Circle
Aug 23, 2024 · Fundamentals

A Comprehensive Overview of Essential Python Libraries

This article provides a detailed overview of over a hundred essential Python libraries spanning environment management, packaging, file handling, date‑time utilities, text processing, office document formats, databases, networking, web frameworks, and concurrency, illustrating Python's vast ecosystem for diverse development needs.

Data ProcessingPythonautomation
0 likes · 16 min read
A Comprehensive Overview of Essential Python Libraries
Ops Development Stories
Ops Development Stories
Aug 21, 2024 · Operations

How Large Language Models Can Transform Ops Fault Handling: A Practical Guide

This article outlines a typical operations incident workflow, identifies four key stages where large language models can assist, discusses implementation challenges, introduces the Ops framework and Copilot design, and shares practical examples and a real‑world case to help engineers adopt AI‑driven fault management.

AI OpsIncident ManagementOperations
0 likes · 19 min read
How Large Language Models Can Transform Ops Fault Handling: A Practical Guide
DevOps
DevOps
Aug 20, 2024 · Operations

CI/CD Maturity Levels and DevOps Practices in Chinese Enterprises

This article analyzes the current state of DevOps adoption in China, presents detailed CI/CD capability levels with a maturity model table, and discusses future operational trends such as automation, AIOps, security integration, observability, and reliability engineering to guide enterprises toward more efficient software delivery.

DevOpsObservabilityReliability
0 likes · 20 min read
CI/CD Maturity Levels and DevOps Practices in Chinese Enterprises
Test Development Learning Exchange
Test Development Learning Exchange
Aug 20, 2024 · Backend Development

Python Output and Reporting Techniques for API Testing (Beginner to Advanced)

This guide presents beginner to advanced Python techniques for formatting and reporting API test results, covering print statements, logging, JSON, markdown tables, pytest reports, unittest with HTMLTestRunner, Allure, coverage analysis, data visualization, and Selenium‑wire network capture, with practical code examples and best‑practice notes.

LoggingReportingautomation
0 likes · 11 min read
Python Output and Reporting Techniques for API Testing (Beginner to Advanced)
FunTester
FunTester
Aug 19, 2024 · Industry Insights

How Heidegger’s “Bestand” Shapes Modern Software Testing Practices

The article explores Heidegger’s concept of "Bestand" (resource), explains how it transforms our view of objects into readily usable assets, and examines its impact on software testing—from automation tools and virtualized environments to CI/CD pipelines and outsourced test resources—highlighting both efficiency gains and potential quality blind spots.

Heideggerautomationindustry insight
0 likes · 7 min read
How Heidegger’s “Bestand” Shapes Modern Software Testing Practices
Bilibili Tech
Bilibili Tech
Aug 16, 2024 · Operations

Design and Implementation of Bilibili's Emergency Response Center for Incident Management

Bilibili’s Emergency Response Center (ERC) unifies incident detection, rapid response, precise scoping, and coordinated recovery through multi‑dimensional alerts, automated collaboration, standardized updates, and post‑mortem analysis, targeting 1‑minute detection, 3‑minute response, 5‑minute scoping, and 10‑minute recovery, which has cut MTTR, achieved over 80% automatic recall accuracy, and met more than 60% of its 1‑3‑5‑10 performance goals.

Incident ManagementMTTRPlatform Engineering
0 likes · 22 min read
Design and Implementation of Bilibili's Emergency Response Center for Incident Management
大转转FE
大转转FE
Aug 16, 2024 · Frontend Development

How to Supercharge Front‑End Development with V0’s AI‑Powered Code Generator

This article introduces V0, an AI‑driven tool from Vercel that transforms natural‑language prompts or design screenshots into ready‑to‑use React, HTML, and Tailwind CSS code, compares it with other front‑end solutions, and provides step‑by‑step guidance on creating, editing, and exporting components.

AI Code GenerationFrontendReAct
0 likes · 8 min read
How to Supercharge Front‑End Development with V0’s AI‑Powered Code Generator
21CTO
21CTO
Aug 13, 2024 · Fundamentals

7 Must‑Know Open‑Source Python Projects Every Developer Should Explore

This article introduces seven noteworthy open‑source Python repositories—including Pandas, Apache Airflow, G4F, Scrapy, Ultroid, Zulip, and Freqtrade—highlighting their key features, typical use cases, and where to find them, offering developers a curated guide to valuable tools for data analysis, workflow automation, web crawling, chat bots, team collaboration, and crypto trading.

Data AnalysisOpen SourcePython
0 likes · 5 min read
7 Must‑Know Open‑Source Python Projects Every Developer Should Explore
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 13, 2024 · Databases

Automate Database Documentation in SpringBoot with Screw: A Complete Guide

This article explains why maintaining up‑to‑date database schema documentation is essential, introduces the Screw tool and its supported databases and output formats, and provides a step‑by‑step SpringBoot 3.2.5 example—including Maven dependency, configuration classes, a generation component, and a test—to automatically produce HTML, Word, or Markdown docs.

SpringBootautomationdatabase documentation
0 likes · 8 min read
Automate Database Documentation in SpringBoot with Screw: A Complete Guide
Open Source Linux
Open Source Linux
Aug 13, 2024 · Operations

Complete Guide to Operations Automation Scripts and Directory Structure

This article outlines a comprehensive set of automated operations scripts, including baseline checks, service monitoring, Docker and Kubernetes maintenance, security inspections, and a well‑organized directory layout with roles, system, network, database, application, security, automation, and infrastructure sections.

AnsibleOperationsScript Management
0 likes · 6 min read
Complete Guide to Operations Automation Scripts and Directory Structure