Tagged articles
3104 articles
Page 20 of 32
ByteDance SE Lab
ByteDance SE Lab
Dec 3, 2021 · Backend Development

How ByteDance’s SmartUnit Automates Backend Unit Test Generation

This article details ByteDance Quality Lab’s SmartUnit system, which intelligently generates and validates backend unit tests using AST analysis, genetic algorithms, and instrumentation, achieving automated test creation, high coverage, precise assertions, and seamless CI integration while addressing the high cost and complexity of traditional unit testing.

GolangTest Generationautomation
0 likes · 17 min read
How ByteDance’s SmartUnit Automates Backend Unit Test Generation
dbaplus Community
dbaplus Community
Dec 2, 2021 · Operations

How Cloud‑Native Is Redefining Operations: Expert Views on DevOps, AIOps and Automation

In this panel discussion, three seasoned operations leaders share how traditional IT operations evolve into cloud‑native practices, covering continuous iteration, container‑based automation, DevOps collaboration, observability, chaos engineering, and the strategic balance between specialization and versatility for modern SRE teams.

aiopsautomationcloud-native
0 likes · 20 min read
How Cloud‑Native Is Redefining Operations: Expert Views on DevOps, AIOps and Automation
Efficient Ops
Efficient Ops
Nov 29, 2021 · Operations

How SOFARegistry 6.0 Revolutionizes Service Discovery for Massive Scale

This article reviews the 13‑year evolution of Ant Group's registration center, analyzes the scaling and reliability challenges of multi‑cluster service discovery, and explains how the SOFARegistry 6.0 redesign—featuring meta‑driven consistency, slot‑based sharding, application‑level discovery, chaos testing, and automated operations—addresses those challenges while preparing the project for open‑source community growth.

Distributed Systemsautomationtesting
0 likes · 21 min read
How SOFARegistry 6.0 Revolutionizes Service Discovery for Massive Scale
BaiPing Technology
BaiPing Technology
Nov 29, 2021 · Backend Development

How to Build a Chat Screenshot Generator with Node.js and Canvas

This guide walks you through creating a Node.js tool that automatically generates chat screenshots with customizable themes, avatars, and text, complete with code snippets, size calculations, drawing functions, and integration into workflow tools like Alfred and macOS Shortcuts for instant clipboard copying.

AlfredAppleScriptChat Screenshot
0 likes · 17 min read
How to Build a Chat Screenshot Generator with Node.js and Canvas
DevOps Cloud Academy
DevOps Cloud Academy
Nov 26, 2021 · Operations

Key Capabilities for Continuous Delivery and DevOps Performance

The article outlines twenty‑four essential capabilities—including version control, automated deployment, continuous integration, trunk‑based development, test automation, lean management, and cultural practices—that together drive high‑performance software delivery and organizational effectiveness.

CultureDevOpsLean Management
0 likes · 10 min read
Key Capabilities for Continuous Delivery and DevOps Performance
dbaplus Community
dbaplus Community
Nov 22, 2021 · Databases

Transforming MySQL Monitoring: From Nagios to Kafka‑Powered Alerts

Qunar’s DBA team overhauled their MySQL monitoring and alert system—originally built on Nagios and NRPE—by integrating a Kafka‑based pipeline, a custom alarm service, and MySQL‑stored alert templates, achieving flexible thresholds, granular silencing, high‑availability processing, and early‑stage intelligent management of alerts, slow queries, and disk space.

DBAKafkaMySQL
0 likes · 14 min read
Transforming MySQL Monitoring: From Nagios to Kafka‑Powered Alerts
FunTester
FunTester
Nov 15, 2021 · Operations

How to Modify HTTP Request Headers in Selenium WebDriver with Java

This guide explains why and how to change HTTP request headers during Selenium WebDriver automation, covering three practical approaches—using REST‑Assured, employing a BrowserMob proxy, and configuring a Firefox extension—complete with code examples and step‑by‑step instructions.

BrowserMob ProxyFirefox ExtensionHTTP
0 likes · 14 min read
How to Modify HTTP Request Headers in Selenium WebDriver with Java
Baidu App Technology
Baidu App Technology
Nov 11, 2021 · Mobile Development

How Baidu’s Tekes Platform Transforms Mobile Development with DevOps

This article examines Baidu's Tekes platform—its evolution from automated component publishing to a full‑stack mobile DevOps service—detailing its architecture, workflow engine, event‑driven pipeline, and how it boosts development efficiency across hundreds of repositories and product lines.

DevOpsMobile Developmentautomation
0 likes · 20 min read
How Baidu’s Tekes Platform Transforms Mobile Development with DevOps
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Nov 11, 2021 · Backend Development

Boosting API Test Efficiency with Scenario‑Based Apollo Framework

This article explains how the Apollo testing framework was redesigned to enable scenario‑based API testing, reduce case creation and maintenance costs, improve quality checks, and support advanced features like traffic replay, ultimately enhancing automation efficiency for large‑scale business services.

API testingFrameworkScenario Testing
0 likes · 8 min read
Boosting API Test Efficiency with Scenario‑Based Apollo Framework
FunTester
FunTester
Nov 9, 2021 · Operations

Understanding Test Orchestration: Benefits, Strategies, and Tooling for CI/CD

The article explains test orchestration as a coordinated, automated testing workflow that enhances software quality and delivery speed by eliminating manual errors, integrating with CI/CD pipelines, and leveraging tools such as Ansible, Jenkins, and Kubernetes to streamline testing processes across DevOps environments.

DevOpsautomationci/cd
0 likes · 9 min read
Understanding Test Orchestration: Benefits, Strategies, and Tooling for CI/CD
Baidu Geek Talk
Baidu Geek Talk
Nov 8, 2021 · Artificial Intelligence

Application of Intelligent Grading and Risk Assessment Models in Commercial Platforms

The article describes an intelligent grading and risk‑assessment framework for commercial platforms that unifies process control, feature mining, data collection, storage, strategy management, and annotation, enabling automated testing conversion with 94% accuracy, 90% recall, 8% conversion uplift, and surfacing dozens of bugs while supporting scalable, configurable deployment.

AIData PlatformQuality Model
0 likes · 13 min read
Application of Intelligent Grading and Risk Assessment Models in Commercial Platforms
Top Architect
Top Architect
Nov 8, 2021 · Databases

MySQL Scheduled Backup and Restoration Using mysqldump and Crontab

This article explains how to use the mysqldump command to back up MySQL databases, provides various command examples for full or partial backups, demonstrates a Bash script for automated daily backups with log management, and shows how to schedule these tasks using crontab.

BashDatabaseMySQL
0 likes · 11 min read
MySQL Scheduled Backup and Restoration Using mysqldump and Crontab
dbaplus Community
dbaplus Community
Nov 6, 2021 · Operations

How a Securities Firm Accelerated Delivery with a Custom DevOps Platform

This article presents a detailed case study of the "Hummingbird" DevOps platform built by Zhongtai Securities' R&D team, describing its background, architecture, CI/CD pipeline, integration with tools like JIRA, container management, automated testing, monitoring, and the measurable efficiency gains achieved across development, testing, and production.

automationci/cdsoftware delivery
0 likes · 23 min read
How a Securities Firm Accelerated Delivery with a Custom DevOps Platform
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2021 · Operations

Master Shell Scripting: Free 70‑Page Handbook & 100 Ready‑to‑Use Scripts

This article introduces the role of shell scripts in automating system operations, presents a free 70‑page practical handbook covering fundamentals to advanced topics, and offers 100 ready‑to‑run script examples ranging from basic hello‑world to complex monitoring and deployment tasks, helping readers quickly boost their scripting skills.

BashShell scriptingautomation
0 likes · 5 min read
Master Shell Scripting: Free 70‑Page Handbook & 100 Ready‑to‑Use Scripts
Youzan Coder
Youzan Coder
Nov 5, 2021 · Artificial Intelligence

AI-Powered Image Recognition for Fresh Produce Retail: System Design and Implementation

An AI‑driven image‑recognition system using TensorFlow Lite cameras on checkout scales replaces barcode PLU lookup with hierarchical product categories, caches offline selections for incremental model updates, and delivers instant, offline‑capable identification, dramatically speeding fresh produce checkout, cutting labor costs, and offering a reusable framework for other retail sectors.

AIRetailTensorFlow
0 likes · 8 min read
AI-Powered Image Recognition for Fresh Produce Retail: System Design and Implementation
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 5, 2021 · Mobile Development

How Alipay’s Mobile Client Uses Fuzz Testing to Prevent Crashes

This article describes Alipay’s client‑side high‑availability strategy that combines offline risk mining, function‑interface “minesweeping”, RPC/config/jsapi checks, and automated fuzz testing on Android and iOS to detect and eliminate crash‑inducing bugs before release.

automationclient stabilityfunction interface
0 likes · 7 min read
How Alipay’s Mobile Client Uses Fuzz Testing to Prevent Crashes
macrozheng
macrozheng
Nov 4, 2021 · Fundamentals

Master Shell Scripting: From Basics to Advanced Control Structures

This tutorial walks Java developers through the fundamentals of Linux shell scripting, covering how to create and run scripts, check and set the default shell, manage permissions, define and manipulate variables, and implement flow‑control constructs such as if/else, case, for, and while loops with practical code examples.

BashControl FlowShell scripting
0 likes · 11 min read
Master Shell Scripting: From Basics to Advanced Control Structures
dbaplus Community
dbaplus Community
Nov 1, 2021 · Operations

Essential DevOps Toolchain: 13 Categories of Tools to Accelerate Delivery

This article outlines the essential categories of DevOps tools—from planning and issue tracking to source control, build, test, CI/CD, configuration management, cloud platforms, container orchestration, monitoring, communication, and knowledge sharing—explaining why each is vital and listing popular examples for teams seeking efficient delivery pipelines.

automationci/cdtoolchain
0 likes · 26 min read
Essential DevOps Toolchain: 13 Categories of Tools to Accelerate Delivery
Programmer DD
Programmer DD
Oct 30, 2021 · Backend Development

Unlock Postman's Hidden Power: Automate API Tests Like a Pro

Learn how to transform Postman's often‑overlooked features into a powerful automated API testing workflow, covering result validation, batch collections, data‑driven testing, scheduled monitors, variable handling, request dependencies, and custom scripting to boost efficiency and reliability for developers.

CollectionsMonitorsPostman
0 likes · 15 min read
Unlock Postman's Hidden Power: Automate API Tests Like a Pro
转转QA
转转QA
Oct 25, 2021 · Operations

Using ZZNohost for Centralized Proxy Configuration and Multi‑Environment Testing

This guide explains what ZZNohost is, why it is used, and provides step‑by‑step instructions—including account setup, environment creation, whistle configuration, mobile proxy capture, UI automation integration with code examples, and platform‑level usage in Jarvis and WatchDog—to streamline multi‑environment testing and debugging.

EnvironmentMobileProxy
0 likes · 7 min read
Using ZZNohost for Centralized Proxy Configuration and Multi‑Environment Testing
DevOps
DevOps
Oct 25, 2021 · Artificial Intelligence

Gartner 2022 Strategic Technology Trends: Generative AI, Data Fabric, Cloud‑Native Platforms and More

Gartner’s 2022 strategic technology trends highlight the rise of generative AI, data fabric, distributed enterprises, cloud‑native platforms, autonomic systems, decision intelligence, composable applications, hyperautomation, privacy‑enhancing computation, cybersecurity mesh, AI engineering and total experience as key drivers for growth and resilience in modern enterprises.

AIData FabricGartner
0 likes · 9 min read
Gartner 2022 Strategic Technology Trends: Generative AI, Data Fabric, Cloud‑Native Platforms and More
FunTester
FunTester
Oct 21, 2021 · Operations

Why Continuous Testing Outshines Traditional Automation in DevOps

The article explains the critical differences between traditional test automation and continuous testing, detailing how continuous testing, integration, delivery, and deployment enhance software quality, speed, and team efficiency within a DevOps environment.

DevOpsSoftware qualityautomation
0 likes · 7 min read
Why Continuous Testing Outshines Traditional Automation in DevOps
Architects' Tech Alliance
Architects' Tech Alliance
Oct 19, 2021 · Artificial Intelligence

Gartner's 12 Strategic Technology Trends for 2022

Gartner's 2022 report outlines twelve strategic technology trends—ranging from generative AI and data fabric to cloud‑native platforms, autonomous systems, decision intelligence, composable applications, hyper‑automation, privacy‑enhancing computation, cybersecurity mesh, AI engineering, and total experience—highlighting how data and intelligence will drive enterprise transformation over the next decade.

Artificial IntelligenceData Fabricautomation
0 likes · 8 min read
Gartner's 12 Strategic Technology Trends for 2022
Dada Group Technology
Dada Group Technology
Oct 8, 2021 · Industry Insights

How Dada Built an Automated Business Config Center to Boost Stability and Efficiency

This article details Dada's journey from identifying costly business‑configuration pain points to designing and deploying an automated configuration center that isolates business settings, improves system stability, enhances robustness, accelerates development, secures data, and delivers measurable performance gains.

Backend ArchitectureConfiguration ManagementDevOps
0 likes · 19 min read
How Dada Built an Automated Business Config Center to Boost Stability and Efficiency
Miss Fresh Tech Team
Miss Fresh Tech Team
Oct 8, 2021 · Mobile Development

How Cloud-Based Mobile Testing Transforms App Quality and Compliance

This article introduces a cloud‑based mobile testing platform, detailing its architecture, implementation with Spring Boot and Appium, and real‑world applications in compliance verification and online inspection, highlighting how AI integration and automated workflows dramatically improve testing efficiency and product quality.

AI ComplianceAppiumautomation
0 likes · 7 min read
How Cloud-Based Mobile Testing Transforms App Quality and Compliance
Liangxu Linux
Liangxu Linux
Oct 5, 2021 · Operations

20 Essential Linux Terminal Tricks to Supercharge Your Productivity

This guide presents twenty practical Linux command‑line shortcuts—including tab completion, directory navigation, command chaining, history search, log monitoring, and alias usage—that help both beginners and seasoned users work faster, avoid common pitfalls, and boost overall terminal efficiency.

LinuxTerminalTips
0 likes · 13 min read
20 Essential Linux Terminal Tricks to Supercharge Your Productivity
FunTester
FunTester
Sep 30, 2021 · Operations

Master Postman: Advanced Assertions, Scripting, and Data‑Driven Testing

This guide walks through Postman's advanced features—including response assertions, sandbox scripting, UI testing, request methods, cookie handling, authentication, collection organization, variable management, command‑line execution with Newman, and exporting test scripts to Python and Java for data‑driven API testing—providing step‑by‑step examples and screenshots.

API testingData‑Driven TestingPostman
0 likes · 7 min read
Master Postman: Advanced Assertions, Scripting, and Data‑Driven Testing
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 28, 2021 · Operations

Key Findings from Recent DevOps Reports: Puppet 2021 State of DevOps, DevOps Institute 2020 Upskilling, and Google DORA 2021

The article summarizes major insights from three recent DevOps studies—Puppet's 2021 State of DevOps, the DevOps Institute's 2020 Upskilling Report, and Google DORA's 2021 Report—highlighting the roles of automation, cloud adoption, culture, documentation quality, and performance metrics in successful DevOps transformations.

Cultureautomationcloud
0 likes · 10 min read
Key Findings from Recent DevOps Reports: Puppet 2021 State of DevOps, DevOps Institute 2020 Upskilling, and Google DORA 2021
phodal
phodal
Sep 27, 2021 · User Experience Design

Boosting Developer Experience: A Deep Dive into Documentation Engineering

This article examines the challenges faced by documentation engineers, proposes a documentation‑centric workflow, outlines key elements such as edit‑publish separation, automation, formalization, open collaboration, and versioning, and suggests metrics and practices to measure and improve the overall developer experience.

Developer ExperienceMetricsautomation
0 likes · 14 min read
Boosting Developer Experience: A Deep Dive into Documentation Engineering
HelloTech
HelloTech
Sep 27, 2021 · Operations

Fault Drills and Chaos Engineering Practices for Enhancing System Stability

The initiative introduces fault‑drill and chaos‑engineering practices—defining steady‑state metrics, injecting real‑world failures in controlled experiments, automating continuous production tests, and limiting blast radius—to detect weaknesses early, accelerate fault location and recovery, boost emergency response metrics, and foster a resilient engineering culture.

Reliabilityautomationchaos engineering
0 likes · 11 min read
Fault Drills and Chaos Engineering Practices for Enhancing System Stability
FunTester
FunTester
Sep 26, 2021 · Frontend Development

Cross-Browser Testing: Importance, Challenges, and Solutions

The article explains why cross‑browser testing is essential for modern web applications, outlines the major challenges such as automation complexity, infrastructure maintenance, and browser version proliferation, and proposes practical solutions including tool selection, cloud‑based platforms, and prioritized testing strategies.

Frontendautomationbrowser compatibility
0 likes · 10 min read
Cross-Browser Testing: Importance, Challenges, and Solutions
FunTester
FunTester
Sep 19, 2021 · Backend Development

Comprehensive Collection of 140 Software Testing Interview Questions and Answers

This article presents a curated set of 140 software testing interview questions covering topics such as API testing, automation frameworks, performance testing, CI/CD, database operations, Selenium, mobile testing, and related concepts, offering valuable preparation material for candidates.

API testingInterview QuestionsSelenium
0 likes · 10 min read
Comprehensive Collection of 140 Software Testing Interview Questions and Answers
Architecture Digest
Architecture Digest
Sep 18, 2021 · Frontend Development

Automating Vue2 to Vue3 Migration with GoGoCode

This article explains how the GoGoCode AST‑based tool can automatically transform large Vue2 codebases to Vue3 by applying a set of around thirty migration rules, covering async components, custom directives, router and Vuex changes, and provides installation, usage examples, and a comprehensive rule table.

ASTGoGoCodeMigration
0 likes · 10 min read
Automating Vue2 to Vue3 Migration with GoGoCode
Liulishuo Tech Team
Liulishuo Tech Team
Sep 13, 2021 · Cloud Computing

Why Use Terraform? Benefits, Workflow, and Bulk Export in Cloud Infrastructure

The article explains the problems of manual cloud resource provisioning, introduces Terraform's Infrastructure as Code approach, describes a company-specific workflow using a front‑end request portal, GitOps, and Mobius automation, and outlines how to import existing resources and perform bulk exports with Terraformer.

automationcloudinfrastructure-as-code
0 likes · 8 min read
Why Use Terraform? Benefits, Workflow, and Bulk Export in Cloud Infrastructure
Baidu Geek Talk
Baidu Geek Talk
Sep 13, 2021 · Cloud Native

How We Built a Service‑Decoupled DevOps Platform for Scalable Cloud‑Native Delivery

This article examines the challenges of exploding microservice counts, rising infrastructure costs, and complex topologies, and details a cloud‑native, service‑decoupled DevOps infrastructure that uses standardization, declarative provisioning, intelligent automation, contract and diff testing, and a unified release engine to dramatically improve delivery efficiency and reliability.

Continuous DeliveryDevOpsautomation
0 likes · 20 min read
How We Built a Service‑Decoupled DevOps Platform for Scalable Cloud‑Native Delivery
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 7, 2021 · Cloud Native

Building Business‑Decoupled DevOps Infrastructure for High‑Efficiency Cloud‑Native Delivery

The article describes how a to‑B SaaS platform tackled exploding microservice counts, soaring infrastructure costs, complex topologies and high‑frequency releases by standardizing, declaratively provisioning, and intelligently automating cloud‑native DevOps services, resulting in dramatically improved delivery efficiency and reliability.

DevOpsautomationcloud-native
0 likes · 18 min read
Building Business‑Decoupled DevOps Infrastructure for High‑Efficiency Cloud‑Native Delivery
DevOps Cloud Academy
DevOps Cloud Academy
Sep 5, 2021 · Operations

The Role of Automation in DevOps

This article explains how automation drives DevOps practices by improving speed, consistency, and reliability across the software lifecycle, discusses tools and challenges, and outlines future trends for integrating automated testing and infrastructure-as-code in modern development operations.

DevOpsautomationci/cd
0 likes · 7 min read
The Role of Automation in DevOps
ByteDance SE Lab
ByteDance SE Lab
Sep 3, 2021 · Operations

How ByteDance’s Creation Quality Platform Automates Massive Content Testing

The Creation Quality Platform (CQ) automates large‑scale detection of templates, mini‑programs, and special‑effect resources across ByteDance apps, combining automated pipelines, algorithmic classification, CV/NLP checks, and prioritized task routing to boost efficiency, accuracy, and creator experience while reducing manual effort.

AI AlgorithmsPlatform Engineeringautomation
0 likes · 13 min read
How ByteDance’s Creation Quality Platform Automates Massive Content Testing
Liangxu Linux
Liangxu Linux
Aug 29, 2021 · Information Security

Automating Linux File Timestamp Manipulation to Hide Traces

This guide explains how to use standard Linux utilities and a custom Bash script to view, modify, save, and restore file timestamps, enabling attackers or administrators to conceal or recover evidence of file changes on a server.

ForensicsLinuxTimestamps
0 likes · 10 min read
Automating Linux File Timestamp Manipulation to Hide Traces
macrozheng
macrozheng
Aug 25, 2021 · Backend Development

Master Postman: Hidden Features for Efficient API Testing and Automation

This article reveals powerful yet often overlooked Postman features—including environment variables, global and collection scopes, pre‑request scripts, test scripts, and token automation—demonstrating how to streamline API debugging across multiple environments, automate authentication, and manage variable lifecycles for more efficient development workflows.

API testingPostmanautomation
0 likes · 11 min read
Master Postman: Hidden Features for Efficient API Testing and Automation
Taobao Frontend Technology
Taobao Frontend Technology
Aug 24, 2021 · Frontend Development

Boosting Frontend Code Review Quality: Lessons from Alibaba’s DEF Platform

This article examines the quality challenges of Alibaba's DEF frontend code review system, identifies issues such as short review times, low comment rates, and oversized changes, and proposes practical solutions including staged reviews, better notifications, comment defect tagging, reviewer recommendation, and static analysis integration.

Code ReviewReview Processautomation
0 likes · 16 min read
Boosting Frontend Code Review Quality: Lessons from Alibaba’s DEF Platform
JD.com Experience Design Center
JD.com Experience Design Center
Aug 23, 2021 · Artificial Intelligence

How Generative Design Is Redefining the Designer’s Role with AI

This article explains how AI‑powered generative design transforms traditional design workflows by automating complex creations, enabling rapid iteration, highlighting both its efficiency gains and the paradox of too many choices, and showcases accessible online tools and striking artistic examples.

AIautomationcreative tools
0 likes · 5 min read
How Generative Design Is Redefining the Designer’s Role with AI
Architect's Tech Stack
Architect's Tech Stack
Aug 21, 2021 · Backend Development

Configuring Class and Method Javadoc Templates in IntelliJ IDEA

This guide explains how to set up IntelliJ IDEA templates to automatically generate class and method Javadoc comments, including adding author and date placeholders, creating live templates for @param and @return annotations, and customizing variable expressions with Groovy scripts.

IntelliJ IDEAJavaJavadoc
0 likes · 6 min read
Configuring Class and Method Javadoc Templates in IntelliJ IDEA
Snowball Engineer Team
Snowball Engineer Team
Aug 20, 2021 · Mobile Development

Automating iOS Color Management and Code Snippet Generation with CocoaPods, Ruby, and ERB

This article describes a complete workflow for iOS UI development that centralizes color definitions in a JSON palette, synchronizes them via a CocoaPods post‑integrate hook, and automatically generates Objective‑C/Swift color constants and Xcode code snippets using Ruby and ERB templates, dramatically improving efficiency and reducing manual errors.

CocoaPodsColor ManagementRuby
0 likes · 12 min read
Automating iOS Color Management and Code Snippet Generation with CocoaPods, Ruby, and ERB
Xianyu Technology
Xianyu Technology
Aug 12, 2021 · Frontend Development

Automatic Front-end Disaster Recovery Solution Overview

The automatic front‑end disaster‑recovery solution packages an npm tool and visual backend that generates on‑demand API fallback data, uses a whitelist and static parameters to target backups, syncs results to developers, and after deployment raised coverage from ~30% to ~70%, automating 80% of backups.

Frontendautomationdata backup
0 likes · 6 min read
Automatic Front-end Disaster Recovery Solution Overview
Java High-Performance Architecture
Java High-Performance Architecture
Aug 11, 2021 · Operations

Why Tencent’s Blue Whale Job Platform Is a Game-Changer for Operations Automation

The Blue Whale Job Platform (bk-job) by Tencent offers a comprehensive, front‑end/back‑end separated solution for script execution, file distribution, task scheduling, and workflow orchestration, providing secure command detection, versioned scripts, and extensible file source management to streamline enterprise operations.

Script ManagementTencentautomation
0 likes · 5 min read
Why Tencent’s Blue Whale Job Platform Is a Game-Changer for Operations Automation
DevOps Cloud Academy
DevOps Cloud Academy
Aug 9, 2021 · Operations

Using GitHub Actions to Continuously Sync Repositories to Gitee

This guide explains how to configure GitHub Actions to automatically synchronize GitHub repositories with Gitee, covering the basics of GitHub Actions, synchronization methods, action selection or creation, required preparation steps, workflow syntax, and practical code examples.

DevOpsGitHub ActionsGitee
0 likes · 9 min read
Using GitHub Actions to Continuously Sync Repositories to Gitee
FunTester
FunTester
Aug 4, 2021 · Backend Development

Master Selenium 4: Replace DesiredCapabilities with Options and Unlock New Actions

This guide explains Selenium 4's deprecation of DesiredCapabilities, shows how to use Options for Chrome, Firefox, IE and Safari, demonstrates the updated Actions API for clicks, double‑clicks, right‑clicks and drag‑and‑drop, and details the FluentWait syntax changes with code examples.

ActionsFluentWaitJava
0 likes · 11 min read
Master Selenium 4: Replace DesiredCapabilities with Options and Unlock New Actions
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Aug 2, 2021 · Operations

5 Essential Skills Every DevOps Engineer Must Master

This article outlines the five core competencies—automation, communication and collaboration, cloud computing, security, and operational support—that aspiring DevOps engineers need to master in order to deliver software quickly, reliably, and securely in today’s competitive market.

Cloud ComputingDevOpsautomation
0 likes · 6 min read
5 Essential Skills Every DevOps Engineer Must Master
Java Interview Crash Guide
Java Interview Crash Guide
Jul 30, 2021 · R&D Management

Boost Your Coding Efficiency with a 5‑Step Thinking Framework

This article introduces a practical three‑question thinking framework and five guiding principles that help developers and product teams clarify goals, assess current status, and design effective implementation paths, ultimately improving productivity and reducing wasted effort.

10x programmerautomationproductivity
0 likes · 9 min read
Boost Your Coding Efficiency with a 5‑Step Thinking Framework
Python Programming Learning Circle
Python Programming Learning Circle
Jul 29, 2021 · Fundamentals

Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd

This tutorial walks through setting up a Python environment, installing libraries, creating and editing Word documents with python-docx, converting files and generating PDFs using win32com, extracting Excel data with xlrd, visualizing scores with matplotlib, and automating batch document generation with docx-mailmerge.

Pythonautomationpython-docx
0 likes · 19 min read
Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd
DevOps Cloud Academy
DevOps Cloud Academy
Jul 28, 2021 · Operations

Accelerating Test Execution: Reducing Test Cycle Time in Enterprise DevOps

The article explains why test suites in enterprise DevOps must run quickly—ideally within five to fifteen minutes—to keep developers productive, and outlines common causes of slow tests such as unnecessary sleep statements, poor test data handling, and lack of event‑driven design, recommending refactoring and optimization.

DevOpsautomationcontinuous integration
0 likes · 3 min read
Accelerating Test Execution: Reducing Test Cycle Time in Enterprise DevOps
Python Programming Learning Circle
Python Programming Learning Circle
Jul 28, 2021 · Backend Development

Python Requests Tutorial: GET, POST, HTTPS, File Upload/Download, Timeout, Authentication, Session, Token, and Test Automation Framework

This article provides a comprehensive Python tutorial covering how to send GET and POST requests, handle HTTPS verification, perform file uploads and downloads, set request timeouts, use basic and token authentication, manage sessions, generate signatures, and organize a test automation framework with configuration, common utilities, test data, test cases, reporting, and execution scripts.

API testingBackendPython
0 likes · 12 min read
Python Requests Tutorial: GET, POST, HTTPS, File Upload/Download, Timeout, Authentication, Session, Token, and Test Automation Framework
Efficient Ops
Efficient Ops
Jul 23, 2021 · Operations

How Low‑Code Platforms Transform Operations: A Real‑World Case Study

This article examines how a securities firm leveraged a low‑code development platform to build a visual operations‑on‑duty management system, detailing the background, requirements, implementation, benefits, deployment challenges, and future plans for an integrated operations development platform.

Low‑codeautomation
0 likes · 11 min read
How Low‑Code Platforms Transform Operations: A Real‑World Case Study
Zhongtong Tech
Zhongtong Tech
Jul 23, 2021 · Mobile Development

How to Build a Custom iOS Component Library with CocoaPods Scaffold

Learn how to manually create an iOS component library using CocoaPods, automate the process with the pod lib create scaffold, customize private templates, and develop a CocoaPods plugin to streamline library generation, complete with code examples and project structure details.

CocoaPodsComponent LibraryMobile Development
0 likes · 13 min read
How to Build a Custom iOS Component Library with CocoaPods Scaffold
JD Retail Technology
JD Retail Technology
Jul 21, 2021 · Frontend Development

Frontend Architecture, Component Reuse, and Automation Strategies in JD Family Account Project

This article details the evolution of JD's Family Account frontend project, covering multi‑platform technical selection, React Native‑based architecture, three‑level component reuse, automation scripts for Redux, interface fault‑tolerance mechanisms, and future plans for broader data services and SDK support.

React Nativearchitectureautomation
0 likes · 15 min read
Frontend Architecture, Component Reuse, and Automation Strategies in JD Family Account Project
Top Architect
Top Architect
Jul 19, 2021 · Operations

Comprehensive Guide to DevOps Automation with Docker, Jenkins, Maven, and SpringBoot

This article provides a step‑by‑step tutorial on building a DevOps pipeline that integrates Docker, Jenkins, GitLab, Maven, and SpringBoot, covering environment setup on CentOS, Maven pom configuration, Dockerfile creation, shell scripting for image building, multi‑machine deployment, and practical Jenkins job configuration.

DevOpsJenkinsSpringBoot
0 likes · 18 min read
Comprehensive Guide to DevOps Automation with Docker, Jenkins, Maven, and SpringBoot
Programmer DD
Programmer DD
Jul 17, 2021 · Operations

Why Ansible Is Becoming the Go-To Tool for Automation in Operations

Ansible, a rapidly rising open‑source automation platform, lets operations engineers streamline workflows, boost efficiency, and cut human error by offering thousands of built‑in modules and a simple, agent‑less interface that’s easy for beginners yet powerful enough for complex tasks.

AnsibleConfiguration ManagementDevOps
0 likes · 2 min read
Why Ansible Is Becoming the Go-To Tool for Automation in Operations
Open Source Linux
Open Source Linux
Jul 11, 2021 · Operations

Mastering Shell Script Best Practices for Reliable Automation

This article outlines practical shell‑script guidelines for automating system and application operations, covering script header conventions, formatting, error handling, safe use of commands, variable handling, file packaging, pipeline restrictions, concurrency locks, logging, and risk‑mitigation strategies to make automation both efficient and secure.

Best PracticesDevOpsLinux
0 likes · 10 min read
Mastering Shell Script Best Practices for Reliable Automation