Tagged articles
3041 articles
Page 12 of 31
DeWu Technology
DeWu Technology
Jun 7, 2024 · Operations

Design and Implementation of a Test Pipeline for Customer Service

The article details a DevOps‑driven test pipeline for customer‑service applications, explaining its necessity for risk reduction, describing a feature‑based design with strong quality checkpoints, outlining implementation steps, integration with CI/CD, monitoring dashboards, and future multi‑domain rollout plans.

DevOpsTest Pipelineautomation
0 likes · 10 min read
Design and Implementation of a Test Pipeline for Customer Service
JD Tech Talk
JD Tech Talk
Jun 7, 2024 · Artificial Intelligence

AI‑Powered JUnit Rule for Automatic Error Reporting to GPT

This tutorial shows Java engineers how to build a JUnit Rule that captures test failures, extracts the exception stack and source file, and automatically sends the information to OpenAI's GPT for analysis and code‑fix suggestions, complete with reusable data‑model classes and utility methods.

AIGPTJUnit
0 likes · 13 min read
AI‑Powered JUnit Rule for Automatic Error Reporting to GPT
iQIYI Technical Product Team
iQIYI Technical Product Team
Jun 7, 2024 · Cloud Computing

Systematic Management of Cloud Costs and Multi‑Cloud Billing Solutions

To tackle rising multi‑cloud expenses, the Resource Cost Center provides a unified billing platform that standardizes diverse vendor invoices via a common API, automates reconciliation, allocates costs by project tags, offers real‑time dashboards, and plans AI‑driven forecasting and budget alerts.

Cloud Cost ManagementMulti-Cloud Billingautomation
0 likes · 18 min read
Systematic Management of Cloud Costs and Multi‑Cloud Billing Solutions
Test Development Learning Exchange
Test Development Learning Exchange
Jun 6, 2024 · Backend Development

Applying Python Metaclasses for Dynamic API Enhancements

This article demonstrates how Python metaclasses can be leveraged to automatically add authentication headers, manage configuration, log requests, handle exceptions, generate test cases, switch environments, validate parameters, control API versioning, register response validators, and inject dependencies, streamlining backend development.

APIBackendDesign Patterns
0 likes · 10 min read
Applying Python Metaclasses for Dynamic API Enhancements
JD Cloud Developers
JD Cloud Developers
Jun 6, 2024 · Artificial Intelligence

Boost Code Review Efficiency with AI-Powered CI Integration

This guide explains how embedding a large‑language‑model AI into a CI pipeline can automate code reviews, cut review time, improve consistency and accuracy, and ultimately raise development efficiency and code quality while reducing manual effort and communication overhead.

AICode reviewautomation
0 likes · 9 min read
Boost Code Review Efficiency with AI-Powered CI Integration
Liangxu Linux
Liangxu Linux
Jun 5, 2024 · Operations

Master Linux Automation: A Step‑by‑Step Ansible Deployment Guide

This guide walks you through installing Ansible on Linux, configuring inventory and settings, writing a basic playbook to deploy a web server, and executing it, while also covering variables, roles, templates, handlers, conditional tasks, and error handling for robust automation.

DeploymentDevOpsLinux
0 likes · 5 min read
Master Linux Automation: A Step‑by‑Step Ansible Deployment Guide
Test Development Learning Exchange
Test Development Learning Exchange
Jun 4, 2024 · Operations

HR Process Automation Scripts: Resume Parsing, Interview Emails, Pay‑Slip Generation, and Data Analysis

This article presents a collection of Python scripts that automate key HR tasks—including resume parsing, interview invitation emailing, pay‑slip creation, hiring‑channel analysis, turnover calculation, satisfaction survey reporting, salary competitiveness comparison, employee data updates, Word document generation, and leave‑request handling—complete with ready‑to‑run code examples.

EmailHRPython
0 likes · 10 min read
HR Process Automation Scripts: Resume Parsing, Interview Emails, Pay‑Slip Generation, and Data Analysis
DevOps Cloud Academy
DevOps Cloud Academy
Jun 4, 2024 · Operations

Comprehensive DevOps Guide: Collaboration, Automation, CI/CD, IaC, Monitoring, and Logging with Practical Code Examples

This comprehensive DevOps guide explains core concepts such as collaboration, automation, CI/CD pipelines, infrastructure as code, and monitoring/logging, and includes practical code examples for Git, shell scripts, Jenkins, GitHub Actions, AWS CodePipeline, Ansible, Docker Compose, Prometheus, Grafana, Fluentd, and Elasticsearch.

DevOpsInfrastructure as Codeautomation
0 likes · 17 min read
Comprehensive DevOps Guide: Collaboration, Automation, CI/CD, IaC, Monitoring, and Logging with Practical Code Examples
Python Programming Learning Circle
Python Programming Learning Circle
Jun 3, 2024 · Operations

Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

This article demonstrates how Python can automate common operations tasks such as remote command execution, log file parsing, system monitoring with alerts, batch software deployment, and file backup and recovery, providing code examples using libraries like paramiko, regex, psutil, fabric, and shutil.

DevOpsOperationsPython
0 likes · 5 min read
Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 3, 2024 · Operations

What Is Trusted DevOps? Principles, IaC, and Integration with GitOps

The article explains DevOps and trusted DevOps concepts, outlines key characteristics such as security integration and automation, introduces Everything‑as‑Code components, details Infrastructure‑as‑Code principles, tools, examples, limitations, and how IaC fits into CI/CD pipelines and GitOps workflows.

GitOpsInfrastructure as Codeautomation
0 likes · 11 min read
What Is Trusted DevOps? Principles, IaC, and Integration with GitOps
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2024 · Fundamentals

A Collection of Python Automation Scripts for Media Downloading, Email Alerts, Face Recognition, and More

The article showcases a variety of Python scripts that automate tasks such as subtitle and video downloading, IMDb data extraction, email notifications, PNR status checks, WhatsApp avatar monitoring, face recognition for photo sorting, and a custom DC++ sharing tool, providing code examples and usage details for each utility.

Email NotificationFile DownloaderPython
0 likes · 20 min read
A Collection of Python Automation Scripts for Media Downloading, Email Alerts, Face Recognition, and More
Beijing SF i-TECH City Technology Team
Beijing SF i-TECH City Technology Team
May 29, 2024 · Backend Development

Comprehensive Guide to API Automation Testing with HttpRunner: Process, Implementation, and Optimization

This article explains the importance of API automation testing, outlines why it is needed for complex supply‑chain systems, describes the step‑by‑step implementation using HttpRunner, and details subsequent optimizations such as mock service validation, scheduled inspections, execution time reduction, self‑service pipelines, and future planning.

API testingHttpRunnerautomation
0 likes · 12 min read
Comprehensive Guide to API Automation Testing with HttpRunner: Process, Implementation, and Optimization
dbaplus Community
dbaplus Community
May 28, 2024 · Operations

Top 10 Essential Tools Every Operations Engineer Should Master

This guide reviews ten indispensable tools for operations engineers, detailing each tool's functions, ideal scenarios, advantages, and real‑world examples, and includes practical code snippets for automation, monitoring, container management, and log analysis.

DevOpsInfrastructureautomation
0 likes · 8 min read
Top 10 Essential Tools Every Operations Engineer Should Master
Liangxu Linux
Liangxu Linux
May 23, 2024 · Operations

Automate OS Installation: Step‑by‑Step PXE & Cobbler Setup Guide

This guide walks through the complete PXE boot process, explains how Cobbler extends PXE with automated DHCP/TFTP management, and provides detailed commands and configuration examples for installing Cobbler, fixing common issues, importing a local ISO, creating kickstart files and profiles, and finally launching a fully automated OS installation.

CobblerDHCPKickstart
0 likes · 21 min read
Automate OS Installation: Step‑by‑Step PXE & Cobbler Setup Guide
Practical DevOps Architecture
Practical DevOps Architecture
May 22, 2024 · Operations

SRE & Linux Operations Course Outline

This article presents a detailed curriculum covering fundamental infrastructure, cluster architecture, automation, log collection, Linux system administration, containerization, monitoring, security, and related DevOps tools across multiple phases and daily modules for comprehensive SRE training.

SREautomationcloud
0 likes · 8 min read
SRE & Linux Operations Course Outline
MaGe Linux Operations
MaGe Linux Operations
May 20, 2024 · Operations

Automate Apache Deployment with Ansible: A Step‑by‑Step Guide

This guide walks you through installing Ansible, configuring inventory, creating an Apache role with tasks and templates, writing a playbook, executing it to deploy Apache, verifying the service, and finally removing Apache using Ansible playbooks on Linux servers.

AnsibleApacheConfiguration Management
0 likes · 7 min read
Automate Apache Deployment with Ansible: A Step‑by‑Step Guide
ByteDance SYS Tech
ByteDance SYS Tech
May 16, 2024 · Operations

How to Automate Coredump Detection and Debugging in OpenBMC

This article explains how the STE team built an integrated workflow for automatic coredump perception, collection, reporting, and analysis in OpenBMC, covering BMC fundamentals, OpenBMC architecture, pain points, offline debugging with IPK packages, and future automation enhancements.

BMCOpenBMCautomation
0 likes · 11 min read
How to Automate Coredump Detection and Debugging in OpenBMC
DataFunTalk
DataFunTalk
May 16, 2024 · Big Data

Upgrading Data Warehouse Dependency Model: From Project-Level to Task-Level and External Dependency Integration

This article explains how a data warehouse dependency model was transformed from coarse project-level dependencies to fine-grained task-level DAGs, introduces virtual tasks for external dependencies, describes offset handling, and outlines the technical implementation and future automation plans for large‑scale scheduling systems.

DAGautomationdependency model
0 likes · 13 min read
Upgrading Data Warehouse Dependency Model: From Project-Level to Task-Level and External Dependency Integration
Efficient Ops
Efficient Ops
May 15, 2024 · Operations

Top 20+ Open‑Source DevOps Tools to Supercharge Your Operations

This article presents a curated collection of over twenty open‑source DevOps tools—ranging from version control and CI/CD to monitoring, container orchestration, and cloud platforms—explaining their core functions and why they are valuable for modern development and operations teams.

DevOpsInfrastructure as Codeautomation
0 likes · 7 min read
Top 20+ Open‑Source DevOps Tools to Supercharge Your Operations
php Courses
php Courses
May 14, 2024 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article provides a step‑by‑step guide on setting up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deployment, and how to run the pipeline.

DevOpsJenkinsPHP
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
Test Development Learning Exchange
Test Development Learning Exchange
May 10, 2024 · Industry Insights

Why Manual Testers Should Embrace API Testing: Growth, Team Efficiency, and Strategic Benefits

In today's fast‑paced digital era, shifting from manual to API testing boosts personal skill sets, streamlines team workflows, and aligns company strategy with quality‑first, rapid‑iteration goals, offering testers a clear path for career advancement and organizations a competitive edge.

Career DevelopmentSoftware qualityautomation
0 likes · 6 min read
Why Manual Testers Should Embrace API Testing: Growth, Team Efficiency, and Strategic Benefits
Baidu MEUX
Baidu MEUX
May 8, 2024 · Big Data

Why KNIME Is a Powerful Open‑Source Solution for Big Data Analytics

In the data‑driven era, KNIME offers a free, visual, and highly scalable platform that streamlines massive data ingestion, preprocessing, analysis, automation, and visualization, enabling researchers to handle millions of records efficiently without extensive coding or costly software.

Big DataKNIMEVisual Programming
0 likes · 9 min read
Why KNIME Is a Powerful Open‑Source Solution for Big Data Analytics
Liangxu Linux
Liangxu Linux
May 3, 2024 · Operations

Essential Linux Command Cheatsheet: Find, Unzip, Sed, Disk Monitoring & More

A practical guide that compiles dozens of essential Linux shell commands—from locating and moving .tar files, batch unzipping, powerful sed edits, directory checks, disk‑space alerts, to Nginx log analysis and firewall rules—complete with clear examples and explanations for system administrators.

LinuxScriptingautomation
0 likes · 8 min read
Essential Linux Command Cheatsheet: Find, Unzip, Sed, Disk Monitoring & More
Bilibili Tech
Bilibili Tech
Apr 30, 2024 · Industry Insights

How Bilibili’s Smart Cabling Platform Boosts Data Center Efficiency

This article examines Bilibili's data‑center cabling challenges and presents a smart management platform that digitizes design, automates routing with scenario‑based and shortest‑path algorithms, streamlines task creation and operation, ultimately reducing installation time and improving maintenance efficiency.

CablingInfrastructureManagement
0 likes · 12 min read
How Bilibili’s Smart Cabling Platform Boosts Data Center Efficiency
Software Development Quality
Software Development Quality
Apr 29, 2024 · Fundamentals

How Precise Testing Boosts Software Quality and Efficiency

Precise testing, a modern approach that defines clear test goals, leverages code analysis, coverage tools, and machine‑learning‑driven test selection, can dramatically improve software quality and efficiency, as demonstrated by case studies in finance, medical devices, and e‑commerce, while also reducing costs.

Software Testingautomationmachine learning
0 likes · 4 min read
How Precise Testing Boosts Software Quality and Efficiency
Open Source Tech Hub
Open Source Tech Hub
Apr 24, 2024 · Operations

Automate Docker Container Updates with Watchtower

This guide explains how Watchtower can automatically monitor, pull, and restart Docker containers when their images are updated, covering basic usage, scheduling, cleanup options, and manual update commands to keep deployments up‑to‑date without manual intervention.

ContainerUPDATEautomation
0 likes · 7 min read
Automate Docker Container Updates with Watchtower
php Courses
php Courses
Apr 22, 2024 · Operations

Using Jenkins to Package and Deploy PHP Applications

This article provides a step‑by‑step guide for PHP developers on installing Jenkins, creating a freestyle job, configuring source control, setting environment variables, writing build scripts, defining post‑build actions, and running the job to achieve automated packaging and deployment of PHP applications.

JenkinsPHPautomation
0 likes · 4 min read
Using Jenkins to Package and Deploy PHP Applications
FunTester
FunTester
Apr 22, 2024 · Fundamentals

How to Build and Evolve an Effective Regression Test Suite

This guide outlines a structured approach to creating, maintaining, and scaling regression test suites, covering test selection criteria, step‑by‑step processes for identifying code changes, choosing relevant tests, balancing suite size, and handling execution results with automation and risk‑based prioritization.

Software qualityTest Selectionautomation
0 likes · 19 min read
How to Build and Evolve an Effective Regression Test Suite
Python Programming Learning Circle
Python Programming Learning Circle
Apr 20, 2024 · Fundamentals

Comparison of Five Python Automation Testing Frameworks

This article compares five popular Python automation testing frameworks—Robot Framework, Pytest, UnitTest, Behave, and Lettuce—detailing their prerequisites, strengths, weaknesses, and suitability for different testing scenarios to help developers choose the right tool for functional, unit, or behavior‑driven testing.

LettucePythonautomation
0 likes · 12 min read
Comparison of Five Python Automation Testing Frameworks
DeWu Technology
DeWu Technology
Apr 19, 2024 · Operations

How to Safeguard B‑End Link Configurations: System Limits, Front‑End Checks, and Automated Alerts

This article analyzes the risks of incorrect B‑end link configurations in fast‑moving business environments and presents a comprehensive protection framework—including system‑level design constraints, front‑end inspections, log‑based alerts, and UI automation—to ensure link accuracy, stability, and rapid issue resolution.

Operationsautomationfrontend inspection
0 likes · 8 min read
How to Safeguard B‑End Link Configurations: System Limits, Front‑End Checks, and Automated Alerts
High Availability Architecture
High Availability Architecture
Apr 19, 2024 · Fundamentals

Comprehensive Guide to Effective Code Review Practices

This article presents a thorough guide on modern code review, covering its importance, common obstacles, preparation steps, automation tools, good and bad commit messages, mindset, code quality principles, review workflow, and practical tips for overcoming challenges and improving team engineering culture.

Code reviewautomationbest practices
0 likes · 21 min read
Comprehensive Guide to Effective Code Review Practices
Python Programming Learning Circle
Python Programming Learning Circle
Apr 18, 2024 · Artificial Intelligence

Implementing an Automatic Math Expression Grading System with Python and Convolutional Neural Networks

This tutorial walks through building a self‑trained OCR pipeline that generates synthetic digit images, trains a CNN model, segments handwritten math expressions, predicts each character, evaluates the arithmetic result, and overlays checkmarks, crosses or answers onto the original image.

CNNImage ProcessingOCR
0 likes · 28 min read
Implementing an Automatic Math Expression Grading System with Python and Convolutional Neural Networks
Huolala Tech
Huolala Tech
Apr 18, 2024 · Product Management

From Excel Sheets to a Scalable In‑House CRM: Our Evolution Story

This article chronicles the three‑year journey of building an enterprise‑grade CRM system—from early Excel‑based tracking through external SaaS attempts to a fully custom platform—detailing the business motivations, technical challenges, architectural decisions, and measurable outcomes such as higher GTV, reduced costs, and faster workflows.

CRMCustomer ManagementProduct Development
0 likes · 10 min read
From Excel Sheets to a Scalable In‑House CRM: Our Evolution Story
FunTester
FunTester
Apr 18, 2024 · Operations

Selective Testing to Accelerate CI/CD for Android UI Tests at Agoda

This article describes how Agoda engineers tackled slow CI pipelines caused by exhaustive UI testing by implementing selective testing using code‑coverage data, JaCoCo, and a device farm, resulting in faster feedback, reduced flakiness, and more efficient integration for Android applications.

AndroidDevice FarmJaCoCo
0 likes · 10 min read
Selective Testing to Accelerate CI/CD for Android UI Tests at Agoda
dbaplus Community
dbaplus Community
Apr 15, 2024 · Operations

How Docker Init Automates Dockerfile Creation for Your Projects

This article explains how Docker's new CLI tool docker init uses generative AI to automatically generate Dockerfiles, docker‑compose files, and .dockerignore for a project, walking through a Flask example, showing commands, generated code, and the benefits of faster, safer container setup.

ContainerizationDevOpsFlask
0 likes · 7 min read
How Docker Init Automates Dockerfile Creation for Your Projects
DevOps
DevOps
Apr 14, 2024 · Artificial Intelligence

Exploring the Application of Large Language Models in DevOps: Practices, Principles, and Future Prospects

This article examines how large language models (LLMs) are being integrated into DevOps workflows, detailing practical implementations, organizational adoption, efficiency‑boosting techniques, underlying principles, limitations, and future directions for software engineers seeking to leverage AI as a reliable development partner.

Artificial IntelligenceLLMautomation
0 likes · 22 min read
Exploring the Application of Large Language Models in DevOps: Practices, Principles, and Future Prospects
MaGe Linux Operations
MaGe Linux Operations
Apr 13, 2024 · Operations

Mastering Ansible Playbooks: From Basics to Advanced YAML Techniques

This guide explains the limitations of Ansible ad‑hoc commands, introduces the playbook‑play‑task hierarchy, demonstrates YAML syntax for playbooks, shows how to run and interpret playbook output, and covers host targeting, task parameters, and execution strategies for efficient automation.

AnsibleDevOpsPlaybook
0 likes · 18 min read
Mastering Ansible Playbooks: From Basics to Advanced YAML Techniques
DataFunSummit
DataFunSummit
Apr 5, 2024 · Big Data

HuoLala Big Data Infrastructure: Challenges, Practices, and Future Outlook

Senior big data engineer Zhu Yaogai from HuoLala shares the team’s three‑year journey, detailing background challenges, the construction of a multi‑layer big‑data infrastructure, solutions for cost efficiency, operational automation, heterogeneous computing, and future plans, illustrating how high cost‑effectiveness, operational efficiency, and analytical performance drive their evolution.

Cloud NativeData Infrastructureautomation
0 likes · 11 min read
HuoLala Big Data Infrastructure: Challenges, Practices, and Future Outlook
Wukong Talks Architecture
Wukong Talks Architecture
Apr 4, 2024 · Operations

Automated Deployment of Java Projects Using Jenkins Pipeline

This article provides a comprehensive guide on using Jenkins Pipeline to automate the deployment of Java backend projects, covering pipeline concepts, parameterized builds, code checkout, Maven compilation, JAR packaging, remote uploading, backup, update, and service restart procedures.

DeploymentJenkinsPipeline
0 likes · 16 min read
Automated Deployment of Java Projects Using Jenkins Pipeline
21CTO
21CTO
Apr 4, 2024 · Fundamentals

Boost Your Daily Productivity with Simple Python Automation Scripts

This article shows Python enthusiasts how a few lines of code can automate everyday tasks—from email handling and web scraping to file management and data processing—helping you work smarter, save time, and focus on higher‑level problems.

PythonScriptingautomation
0 likes · 10 min read
Boost Your Daily Productivity with Simple Python Automation Scripts
Wukong Talks Architecture
Wukong Talks Architecture
Apr 3, 2024 · Operations

Automated Deployment of Java Projects Using Jenkins Pipeline

This article explains how to use Jenkins Pipeline to automate the deployment of a Java backend project, covering pipeline basics, parameterized builds, GitLab branch checkout, Maven compilation, JAR packaging, remote file transfer, backup, update, and service restart with Docker Swarm.

JenkinsPipelineautomation
0 likes · 16 min read
Automated Deployment of Java Projects Using Jenkins Pipeline
Python Programming Learning Circle
Python Programming Learning Circle
Apr 2, 2024 · Operations

17 Practical Python Scripts for Automating Common Tasks

This article presents a collection of 17 practical Python scripts that automate tasks such as file management, web scraping, email handling, Excel processing, database interaction, system administration, image editing, and more, providing code examples and explanations to help developers and analysts improve productivity through automation.

DataProcessingPythonScripting
0 likes · 27 min read
17 Practical Python Scripts for Automating Common Tasks
Efficient Ops
Efficient Ops
Apr 1, 2024 · Operations

Why IT Operations Must Evolve into Business‑Driven Operations

The article explains how rapid digital transformation forces IT operations to shift from traditional, technology‑centric maintenance toward a business‑focused operations model, outlining the challenges, definitions, strategic benefits, practical steps, and organizational changes needed for successful adoption.

DevOpsDigital TransformationIT Operations
0 likes · 13 min read
Why IT Operations Must Evolve into Business‑Driven Operations
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Apr 1, 2024 · Industry Insights

Why Shifting Testing Left Boosts Quality: Lessons from Cloud Music

The article analyzes the concept of test left‑shift, outlining its theoretical benefits and drawbacks, sharing practical pain points from NetEase Cloud Music, and presenting a comprehensive pre‑, during‑, and post‑shift automation and monitoring strategy to improve software quality and delivery speed.

DevOpsSoftware Testingautomation
0 likes · 13 min read
Why Shifting Testing Left Boosts Quality: Lessons from Cloud Music
Software Development Quality
Software Development Quality
Apr 1, 2024 · Information Security

Master One-Click Info Collection & Scanning with jws-cli: A Python Security Tool

jws-cli is a Python‑based, extensible one‑click information collection and scanning tool that automates subdomain discovery, CDN and WAF detection, port and C‑segment scanning, and integrates third‑party vulnerability scanners, offering visual reports and email delivery for rapid penetration testing workflows.

Information GatheringPythonautomation
0 likes · 6 min read
Master One-Click Info Collection & Scanning with jws-cli: A Python Security Tool
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 1, 2024 · Operations

How We Achieved End-to-End Cloud Stability with Micro Frontends and Automated Deployments

This article details a comprehensive, front‑and‑back‑end approach to cloud stability, covering system architecture across private and public clouds, micro‑frontend integration, CI/CD pipelines, SLB routing, health‑check configurations, monitoring dashboards, data reconciliation, UI automation testing, and the resulting improvements in observability, gray‑release, rollback, and incident reduction.

Micro FrontendsSLBautomation
0 likes · 14 min read
How We Achieved End-to-End Cloud Stability with Micro Frontends and Automated Deployments
ITPUB
ITPUB
Mar 28, 2024 · Fundamentals

How to Tackle Time Pressure, Technical Debt, and Team Issues for Cleaner Code

This article examines common obstacles that prevent developers from writing clean, high‑quality code—such as tight deadlines, shifting requirements, lack of motivation, poor teamwork, and technical debt—and offers practical strategies, tools, and real‑world examples to overcome them.

Software DevelopmentTechnical Debtautomation
0 likes · 14 min read
How to Tackle Time Pressure, Technical Debt, and Team Issues for Cleaner Code
DevOps Engineer
DevOps Engineer
Mar 28, 2024 · Operations

Understanding and Using GitHub Reusable Workflows

This article explains what GitHub Reusable Workflows are, outlines step‑by‑step how to create and invoke them across repositories, provides example YAML code, shares seven best‑practice recommendations, and compares them with Jenkins Shared Libraries to help teams improve CI/CD automation.

GitHub ActionsJenkinsReusable Workflows
0 likes · 7 min read
Understanding and Using GitHub Reusable Workflows
Python Programming Learning Circle
Python Programming Learning Circle
Mar 27, 2024 · Operations

9 Practical Python Automation Scenarios with Sample Scripts

This article presents nine practical Python automation scenarios—including file management, web scraping, text processing, email handling, Excel manipulation, database interaction, social media posting, system task scheduling, and image editing—each accompanied by clear script examples and explanations to help readers streamline repetitive tasks efficiently.

EmailPythonScripting
0 likes · 19 min read
9 Practical Python Automation Scenarios with Sample Scripts
Ops Development & AI Practice
Ops Development & AI Practice
Mar 24, 2024 · Operations

Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency

This article explains the purpose and location of the PowerShell user profile script (Microsoft.PowerShell_profile.ps1), details its path components, outlines typical use cases such as environment customization, alias definition, and module loading, and provides a complete example with step‑by‑step explanations for Windows users.

PowerShellScriptingWindows
0 likes · 8 min read
Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency
Python Programming Learning Circle
Python Programming Learning Circle
Mar 23, 2024 · Artificial Intelligence

Eight Python Libraries to Accelerate Data‑Science Workflows

This article introduces eight Python libraries—including Optuna, ITMO_FS, shap‑hypetune, PyCaret, floWeaver, Gradio, Terality, and Torch‑Handle—that streamline data‑science tasks such as hyperparameter optimization, feature selection, model building, visualization, and deployment, helping users save coding time and improve productivity.

Data SciencePythonautomation
0 likes · 12 min read
Eight Python Libraries to Accelerate Data‑Science Workflows
JD Tech
JD Tech
Mar 22, 2024 · Cloud Native

Understanding and Upgrading Cloud Native DevOps Pipeline Models

This article explains the fundamentals of DevOps pipelines, outlines the characteristics of an excellent pipeline model such as clear layering, high orchestrability, fan‑in/fan‑out support, and flexible execution conditions, and describes how cloud‑native pipeline models are upgraded with stage and atom concepts, DAG orchestration, YAML configuration, and practical UI operations.

DevOpsPipelineautomation
0 likes · 11 min read
Understanding and Upgrading Cloud Native DevOps Pipeline Models
Test Development Learning Exchange
Test Development Learning Exchange
Mar 21, 2024 · Backend Development

Mocking API Responses with Playwright: Success, Errors, Latency, Pagination, and Conditional Logic

This article demonstrates how to use Playwright to mock various API responses—including successful login, dynamic data, network latency, pagination, HTTP errors, redirects, authentication failures, custom headers, not‑found resources, and conditional responses—by defining route handlers that fulfill requests with custom status codes, bodies, and headers.

API mockingPlaywrightautomation
0 likes · 5 min read
Mocking API Responses with Playwright: Success, Errors, Latency, Pagination, and Conditional Logic
DevOps
DevOps
Mar 20, 2024 · Cloud Computing

Platform Engineering: Beyond Infrastructure – Core Pillars and Human Collaboration

The article explains that platform engineering extends far beyond basic infrastructure, highlighting its core pillars such as automation, composability, agility, observability, and the essential role of collaboration and culture in creating value‑driven, cloud‑native software delivery.

Collaborationautomationcloud computing
0 likes · 6 min read
Platform Engineering: Beyond Infrastructure – Core Pillars and Human Collaboration
DevOps Operations Practice
DevOps Operations Practice
Mar 20, 2024 · Operations

DevOps: Concepts, Principles, and Its Role in Accelerating Digital Transformation

The article explains DevOps as a cultural and technical practice that integrates development and operations, outlines its core principles such as automation, continuous delivery, and collaboration, and describes how cloud computing enhances DevOps through infrastructure automation, scalability, monitoring, and security to accelerate digital transformation.

Continuous DeliveryDevOpsDigital Transformation
0 likes · 8 min read
DevOps: Concepts, Principles, and Its Role in Accelerating Digital Transformation
Alipay Experience Technology
Alipay Experience Technology
Mar 19, 2024 · Big Data

How Alipay Cut Merchant Bill Complexity by 60% Using a Five‑Step Method

This article details how Alipay's data engineering team applied Elon Musk's five‑step work method to completely refactor a decade‑old merchant billing system, reducing overall complexity by over 60%, improving timeliness by an hour, cutting storage and compute costs by a third, and dramatically lowering operational and maintenance burdens.

Big DataCost reductionOperations
0 likes · 23 min read
How Alipay Cut Merchant Bill Complexity by 60% Using a Five‑Step Method
Tencent Cloud Developer
Tencent Cloud Developer
Mar 19, 2024 · Operations

Chaos Engineering in WeChat Pay: Design, Implementation, and Results

WeChat Pay’s team adopted Netflix‑style chaos engineering, building an automated, YAML‑driven fault‑injection platform that isolates experiments in multi‑zone partitions, enabling over 500 safe experiments in 2021‑2022, uncovering critical bugs across core services while maintaining five‑nine availability and zero production incidents.

Fault InjectionReliabilityWeChat Pay
0 likes · 18 min read
Chaos Engineering in WeChat Pay: Design, Implementation, and Results
Test Development Learning Exchange
Test Development Learning Exchange
Mar 13, 2024 · Backend Development

Extracting Project Dependencies and File Header Comments in Python

This guide explains how to automatically collect all third‑party modules used in a Python project—by manually inspecting imports or using tools such as pipreqs, Poetry, or pipdeptree to generate a requirements.txt file—and provides a Python script for extracting the first‑line comments from each .py file and saving them to a text file.

File CommentsPoetryPython
0 likes · 4 min read
Extracting Project Dependencies and File Header Comments in Python
Software Development Quality
Software Development Quality
Mar 10, 2024 · Fundamentals

Key Differences Between B/S & C/S, Cookie vs Session, and Essential Software Testing Techniques

This article explains the architectural distinctions between B/S and C/S models, compares cookies and sessions, outlines the purpose of testing, and provides practical test case designs for pens, triangles, shopping carts, databases, UI automation, weak‑network scenarios, and Python coding examples, offering a comprehensive guide for software testing fundamentals.

Software Testingautomation
0 likes · 21 min read
Key Differences Between B/S & C/S, Cookie vs Session, and Essential Software Testing Techniques
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Mar 6, 2024 · Cloud Computing

Understanding IaaS: Definition, Features, Core Technologies, and Application Scenarios

This article provides a comprehensive overview of IaaS, detailing its definition, core characteristics, underlying technologies such as virtualization and automation, and common use cases, while highlighting benefits like cost reduction, elasticity, high availability, and security in cloud environments.

IaaSInfrastructure as a ServiceVirtualization
0 likes · 8 min read
Understanding IaaS: Definition, Features, Core Technologies, and Application Scenarios
DaTaobao Tech
DaTaobao Tech
Mar 1, 2024 · Industry Insights

From Test Engineer to Quality Architect: Lessons from a Decade of Growth

A seasoned test developer shares a decade‑long journey, detailing the evolution from functional testing to test automation, the construction of a comprehensive quality assurance system, practical tools for repetitive problems, and personal reflections on perseverance, collaboration, and continuous learning.

Engineering GrowthSoftware TestingTest Development
0 likes · 19 min read
From Test Engineer to Quality Architect: Lessons from a Decade of Growth
FunTester
FunTester
Feb 27, 2024 · Industry Insights

2023 Software Testing Survey: Career Shifts, Skill Gaps, and Future Trends

The 2023 testing industry questionnaire, with roughly 850 respondents, reveals employment status, satisfaction scores, career change intentions, demographic distributions, salary trends, technical skill priorities, AI adoption rates, team structures, process bottlenecks, and forecasts for the coming year, offering a comprehensive view of the sector’s health and direction.

AIIndustry SurveySoftware Testing
0 likes · 24 min read
2023 Software Testing Survey: Career Shifts, Skill Gaps, and Future Trends
Qunar Tech Salon
Qunar Tech Salon
Feb 20, 2024 · Databases

Qunar.com Redis Automation Operations System: Architecture, Deployment, Migration, Scaling, and Inspection

This article details Qunar.com's Redis automation operations system, covering background challenges, the high‑availability cluster architecture, resource management, automated deployment, various migration strategies, scaling mechanisms with RedisGate, inspection processes, and future AI‑driven enhancements.

AIDatabase operationsautomation
0 likes · 14 min read
Qunar.com Redis Automation Operations System: Architecture, Deployment, Migration, Scaling, and Inspection
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Feb 19, 2024 · Operations

Essential Bash Scripts for MySQL Monitoring, File Sync, User Management & Deployments

This article provides a curated collection of Bash scripts that cover MySQL master‑slave replication monitoring, directory change detection with rsync, bulk user creation, website health checks, remote command execution across hosts, one‑click LNMP setup, server resource usage reporting, high‑CPU process identification, and automated deployment of Java (Tomcat) and PHP projects.

BashLinuxautomation
0 likes · 17 min read
Essential Bash Scripts for MySQL Monitoring, File Sync, User Management & Deployments
Liangxu Linux
Liangxu Linux
Feb 18, 2024 · Operations

10 Powerful SecureCRT Tips to Supercharge Your Ops Workflow

This guide walks operations engineers through ten practical SecureCRT techniques—including custom shortcut keys, bottom‑status bar buttons, timestamped logging, scroll‑back buffer tuning, session cloning, command search, auto‑login, file transfer, multi‑host commands, and anti‑idle settings—each with step‑by‑step configuration instructions and screenshots.

SecureCRTSession Managementautomation
0 likes · 12 min read
10 Powerful SecureCRT Tips to Supercharge Your Ops Workflow
Efficient Ops
Efficient Ops
Feb 18, 2024 · Operations

What Does IT Operations Involve and How to Automate It?

This article outlines the core responsibilities of IT operations, examines the current state and management goals, and provides a detailed roadmap for automating tasks such as server provisioning, environment definition, deployment, monitoring, and version release across multiple maturity stages.

DevOpsIT Operationsautomation
0 likes · 11 min read
What Does IT Operations Involve and How to Automate It?
MaGe Linux Operations
MaGe Linux Operations
Feb 18, 2024 · Operations

7 Powerful Ways DevOps Transforms the Software Development Lifecycle

This article explains how DevOps, through practices like CI/CD, automated testing, enhanced collaboration, infrastructure as code, continuous feedback, integrated security, and resource efficiency, can accelerate development, improve quality, boost security, and optimize resource utilization in modern software projects.

DevOpsInfrastructure as CodeSoftware Development
0 likes · 7 min read
7 Powerful Ways DevOps Transforms the Software Development Lifecycle
php Courses
php Courses
Feb 18, 2024 · Backend Development

Automating PHP Code Formatting with PHP‑CS‑Fixer and VS Code

This guide explains how to use PHP‑CS‑Fixer together with VS Code to automatically format PHP code, enforce consistent coding standards, and improve readability, maintainability, and team collaboration across growing projects.

Code FormattingPHPPHP CS Fixer
0 likes · 6 min read
Automating PHP Code Formatting with PHP‑CS‑Fixer and VS Code
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 18, 2024 · Frontend Development

Automating Video Learning with Tauri: A Frontend Developer’s Guide to Building a Desktop Automation Tool

This article describes how a frontend developer built a lightweight Tauri desktop application in Rust to automatically watch and complete video‑learning courses, covering the problem background, technology selection, requirement analysis, Rust basics, Tauri project setup, frontend‑backend communication, screen‑color detection, mouse automation, permission configuration, CI/CD build, and final reflections.

Desktop AutomationRustTauri
0 likes · 17 min read
Automating Video Learning with Tauri: A Frontend Developer’s Guide to Building a Desktop Automation Tool
DevOps Cloud Academy
DevOps Cloud Academy
Feb 17, 2024 · Operations

Implementing Reusable GitHub Actions Workflows for Scalable CI at McDonald's

McDonald's engineering team built a fast, reliable, and flexible continuous integration system by leveraging reusable GitHub Actions workflows, centralizing CI code, defining a golden‑path pipeline, balancing developer autonomy, and adding observability across multilingual microservices, improving productivity and maintainability.

DevOpsGitHub ActionsMicroservices
0 likes · 7 min read
Implementing Reusable GitHub Actions Workflows for Scalable CI at McDonald's
DataFunTalk
DataFunTalk
Feb 16, 2024 · Big Data

White‑Box Cost Governance in Big Data: Engine, Warehouse, and Tool Optimizations

This article details a year‑long white‑box cost governance practice at Kuaishou, covering data governance dimensions, engine auto‑tuning (HBO), compression algorithm migration, operator analysis, data‑warehouse metrics, duplicate‑computation reduction, chain‑depth simplification, automated routine governance, and the resulting performance and cost benefits.

automationengine tuning
0 likes · 14 min read
White‑Box Cost Governance in Big Data: Engine, Warehouse, and Tool Optimizations