Tagged articles
3104 articles
Page 13 of 32
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.

automationmachine learningprecision testing
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.

Regression testingRisk AssessmentSoftware quality
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.

Best PracticesCode Reviewautomation
0 likes · 21 min read
Comprehensive Guide to Effective Code Review Practices
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.

Data Infrastructureautomationcloud-native
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.

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

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

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

Team CollaborationTechnical 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.

Best PracticesGitHub ActionsJenkins
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.

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

Pythonautomationdata-science
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.

DevOpsautomationci/cd
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 mockingBackend DevelopmentPlaywright
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.

Cloud ComputingCollaborationObservability
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.

Cloud ComputingContinuous DeliveryDevOps
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 ReductionData Engineering
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.

automationsoftware testing
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.

Cloud ComputingIaaSInfrastructure as a Service
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 GrowthIndustry InsightsProcess Improvement
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 Surveyautomation
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 operationsMigration
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.

LoggingSecureCRTSession Management
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.

DevOpsautomationci/cd
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.

Frontend DevelopmentRustTauri
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 ActionsObservability
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
DevOps Operations Practice
DevOps Operations Practice
Feb 14, 2024 · Operations

Essential Skills for Becoming a Successful DevOps Engineer

This article outlines the key technical and soft‑skill competencies—including programming, Linux, configuration management, infrastructure as code, CI/CD, networking, security, monitoring, and cloud services—that aspiring DevOps engineers need to master in order to effectively bridge development and operations.

DevOpsLinuxautomation
0 likes · 5 min read
Essential Skills for Becoming a Successful DevOps Engineer
Top Architecture Tech Stack
Top Architecture Tech Stack
Feb 8, 2024 · Backend Development

Guide to Using the 12306 Ticket‑Grabbing Python Project

This article introduces the popular 12306 ticket‑grabbing assistant, explains its history and features, provides step‑by‑step installation and configuration instructions—including required dependencies, proxy settings, and email notifications—and shows how to run the script to automatically secure train tickets during the Spring Festival travel rush.

BackendPythonWeb Scraping
0 likes · 10 min read
Guide to Using the 12306 Ticket‑Grabbing Python Project
JD Cloud Developers
JD Cloud Developers
Feb 7, 2024 · Frontend Development

How JD’s Huamei Platform Turns Design Mockups into Front‑End Code Automatically

JD’s Huamei platform leverages AI to automatically convert design mockups into usable front‑end code, streamlining UI reconstruction and business‑logic implementation, reducing repetitive work, and boosting development efficiency for financial app teams, while outlining its workflow, capabilities, limitations, and advanced features.

AIFrontendUI reconstruction
0 likes · 13 min read
How JD’s Huamei Platform Turns Design Mockups into Front‑End Code Automatically
Ops Development & AI Practice
Ops Development & AI Practice
Feb 3, 2024 · Fundamentals

Why Command-Line Interfaces Remain Essential for Developers and Ops

Command-line interfaces (CLI) offer a text‑based, efficient, and flexible way for developers and system administrators to interact with programs, explaining their importance, naming conventions, and widespread use in version control, cloud management, containerization, and automation, while highlighting their resource‑friendly advantages.

CLIautomationsoftware development
0 likes · 4 min read
Why Command-Line Interfaces Remain Essential for Developers and Ops
Python Programming Learning Circle
Python Programming Learning Circle
Feb 2, 2024 · Operations

17 Essential Python Scripts for Automating Everyday Tasks

This article presents 17 practical Python scripts covering file management, web scraping, email handling, Excel processing, database interaction, system tasks, image editing, and more, each with code examples and explanations, enabling developers and analysts to automate repetitive workflows and boost productivity across diverse domains.

Data ProcessingEmailPython
0 likes · 26 min read
17 Essential Python Scripts for Automating Everyday Tasks
DevOps Cloud Academy
DevOps Cloud Academy
Feb 2, 2024 · Operations

DevOps Tools for 2024: A Comprehensive Overview

An extensive overview of essential DevOps tools for 2024, covering categories such as version control, CI/CD, container orchestration, configuration management, infrastructure as code, monitoring, collaboration, artifact repositories, testing, security, deployment automation, serverless platforms, and database management to guide effective tool selection.

DevOpsautomationci/cd
0 likes · 7 min read
DevOps Tools for 2024: A Comprehensive Overview
Advanced AI Application Practice
Advanced AI Application Practice
Feb 1, 2024 · Industry Insights

Why Top Test Engineers Are Often the First to Be Laid Off

The article examines why highly skilled test engineers are vulnerable during layoffs, highlighting the mismatch between technical prowess and business value, the importance of workplace networking, resource alignment, evolving testing roles, and current market trends such as platform decline, role consolidation, and growth in automotive testing.

automationbusiness alignmentcareer advice
0 likes · 8 min read
Why Top Test Engineers Are Often the First to Be Laid Off
DeWu Technology
DeWu Technology
Jan 29, 2024 · Backend Development

Design and Implementation of a Full-Platform Automated Test Execution Engine

The article describes a full‑platform automated test execution engine that replaces legacy offline‑script/Jenkins setups with a lightweight, visual, component‑based solution supporting low‑/zero‑code case creation, parallel execution, protected environment variables, dynamic placeholders, system‑method libraries, and extensible script and case workers for scalable, efficient testing.

Pythonautomationplaceholder
0 likes · 27 min read
Design and Implementation of a Full-Platform Automated Test Execution Engine
DataFunSummit
DataFunSummit
Jan 26, 2024 · Big Data

Data Governance Practices for E‑commerce Platforms: Challenges, Frameworks, and Solutions

This article details Volcano Engine DataLeap's comprehensive data governance system for e‑commerce platforms, covering the key challenges of SLA quality, model stability, cost control, and low efficiency, and presenting a five‑part framework that includes top‑level architecture, systematic stability and cost governance, tool‑driven automation, SLA assurance processes, and future outlooks.

Big DataStabilityautomation
0 likes · 18 min read
Data Governance Practices for E‑commerce Platforms: Challenges, Frameworks, and Solutions
DevOps
DevOps
Jan 23, 2024 · Operations

Collection of Bash Scripts for Server Monitoring, Automation, and Deployment

This article provides a curated set of Bash scripts covering MySQL replication monitoring, directory change detection, bulk user creation, website health checks, remote command execution, LNMP stack deployment, server resource reporting, high‑resource process identification, and automated deployment of Java and PHP projects, offering practical automation tools for system administrators.

BashOperationsautomation
0 likes · 12 min read
Collection of Bash Scripts for Server Monitoring, Automation, and Deployment
php Courses
php Courses
Jan 18, 2024 · Backend Development

Building an Efficient Web Crawler with PHP and Selenium

This article explains how to set up a web crawler using PHP and Selenium, covering installation of Selenium and its PHP bindings via Composer, configuring a Chrome WebDriver, simulating user actions to fetch news links, extracting titles and content, and storing results, with tips for further optimization.

PHPSeleniumWeb Crawler
0 likes · 4 min read
Building an Efficient Web Crawler with PHP and Selenium
JD Retail Technology
JD Retail Technology
Jan 17, 2024 · Frontend Development

Improving Frontend Efficiency with VSCode Snippets, Plop Generators, json-server Mock APIs, and Low‑Code Practices

The article outlines practical front‑end efficiency techniques—including VSCode snippets, Plop generators, json‑server mock APIs, component‑based business models, and low‑code tools—to achieve UI consistency, reduce boilerplate, and accelerate development across multiple projects.

Low‑codePlopautomation
0 likes · 13 min read
Improving Frontend Efficiency with VSCode Snippets, Plop Generators, json-server Mock APIs, and Low‑Code Practices
Python Programming Learning Circle
Python Programming Learning Circle
Jan 17, 2024 · Fundamentals

Eight Practical Python CLI -m Tricks Without Writing Code

This article demonstrates eight useful Python command‑line one‑liners that leverage the built‑in -m option to perform tasks such as port testing, launching a web server, formatting JSON, creating a simple editor, building executable packages, encoding/decoding data, retrieving system metadata, and compressing files, all without writing any source code.

CLIPythonZipapp
0 likes · 11 min read
Eight Practical Python CLI -m Tricks Without Writing Code
dbaplus Community
dbaplus Community
Jan 14, 2024 · Operations

How AI-Driven Event Intelligence Transforms Data Center Fault Management

The article explains the design and functionality of an AI‑enhanced event intelligent analysis system that automates fault identification, analysis, and remediation in data‑center operations, detailing its architecture, integration with monitoring, CMDB, ITSM, big‑data platforms, and the AI techniques that enable automatic modeling, clustering, and knowledge‑base retrieval.

AIBig Dataautomation
0 likes · 18 min read
How AI-Driven Event Intelligence Transforms Data Center Fault Management
MaGe Linux Operations
MaGe Linux Operations
Jan 14, 2024 · Operations

Mastering DevOps Architecture: From CI/CD to Real-World Success Stories

This comprehensive guide delves into DevOps architecture, explaining core concepts like continuous integration, delivery, and deployment, showcasing essential tools such as Jenkins, Docker, Kubernetes, and GitLab CI, and illustrating best practices and real‑world case studies from Netflix and Etsy to help teams accelerate, automate, and improve software delivery.

Best PracticesCI/CDDevOps
0 likes · 20 min read
Mastering DevOps Architecture: From CI/CD to Real-World Success Stories
Python Programming Learning Circle
Python Programming Learning Circle
Jan 13, 2024 · Operations

17 Essential Python Scripts for Automating Everyday Tasks

Explore 17 practical Python scripts that automate tasks ranging from file management and web scraping to email handling, database interaction, system monitoring, and cloud services, enabling developers and analysts to boost productivity, reduce errors, and streamline workflows across diverse domains.

DatabaseEmailPython
0 likes · 28 min read
17 Essential Python Scripts for Automating Everyday Tasks
Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 12, 2024 · Backend Development

Design and Implementation of an Internal Mock Platform for Efficient Development and Testing

The article analyzes common pain points in daily development testing such as manual data preparation, backend dependency, and unstable UI automation, then evaluates existing API‑mock tools like Apifox before presenting a custom mock platform that decouples frontend from backend, supports encrypted data, selective mocking, fault simulation, and provides a visual interface for managing mock rules and recordings.

API mockingBackend Developmentautomation
0 likes · 9 min read
Design and Implementation of an Internal Mock Platform for Efficient Development and Testing
dbaplus Community
dbaplus Community
Jan 8, 2024 · Backend Development

How We Built an Automated Payment Channel Management System with Redis and Prometheus

To handle growing payment traffic and unreliable third‑party gateways, the team at Zhuanzhuan designed an automated payment‑channel management platform that uses a custom Redis‑based time‑series store, Prometheus monitoring, and a sliding‑window failure‑rate algorithm to detect, alert, and eventually auto‑switch faulty channels.

Prometheusautomationfault-tolerance
0 likes · 10 min read
How We Built an Automated Payment Channel Management System with Redis and Prometheus