Tagged articles
3041 articles
Page 19 of 31
MaGe Linux Operations
MaGe Linux Operations
Jan 16, 2022 · Backend Development

How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx

This article demonstrates two Python‑based solutions for automatically replacing placeholders in a Word document with data from an Excel sheet—one using python‑docx (with win32com conversion for .doc files) and another leveraging the zipfile module to edit the underlying XML—complete with code, troubleshooting tips, and handling of formatting issues.

ExcelWindowsWord
0 likes · 10 min read
How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx
Yiche Technology
Yiche Technology
Jan 11, 2022 · Databases

Elasticsearch Overview, Comparison, Maintenance Challenges, Deployment Strategies, and Automation Management Platform

This document provides a comprehensive technical overview of Elasticsearch, comparing it with Solr and ClickHouse, detailing common operational pain points and configuration solutions, describing containerized and ECK deployments, and outlining a company‑wide automation platform for cluster provisioning, monitoring, index and security management, with future directions for lifecycle and backup strategies.

Cluster ManagementKubernetesautomation
0 likes · 31 min read
Elasticsearch Overview, Comparison, Maintenance Challenges, Deployment Strategies, and Automation Management Platform
Ctrip Technology
Ctrip Technology
Jan 6, 2022 · Operations

Ctrip Mini Program Collaborative Development: Repository Management, CI/CD, and Continuous Delivery

This article details Ctrip’s mini‑program collaborative development process, covering modular repository management, automated CI pipelines using GitLab and miniprogram‑ci, and continuous delivery via the MCD platform, illustrating how these practices streamline code integration, testing, packaging, and release for dozens of business lines.

CtripMini Programautomation
0 likes · 9 min read
Ctrip Mini Program Collaborative Development: Repository Management, CI/CD, and Continuous Delivery
Continuous Delivery 2.0
Continuous Delivery 2.0
Dec 29, 2021 · Operations

Four Levels of Test Left‑Shift in DevOps: Practices and Pitfalls

The article outlines the four progressive stages of test left‑shift in DevOps—small batch testing, follow‑up testing, test‑first approach, and trunk testing—explains their characteristics, challenges in sustaining them, and why excessive reliance on end‑to‑end automation can become counterproductive.

automationtest left shift
0 likes · 6 min read
Four Levels of Test Left‑Shift in DevOps: Practices and Pitfalls
Baidu Geek Talk
Baidu Geek Talk
Dec 29, 2021 · Backend Development

How to Seamlessly Sync Swagger Docs to Yapi for Automatic API Updates

This guide explains how to keep Swagger annotations in sync with Yapi by generating a swagger.json file, exposing it via Nginx, and configuring Yapi’s automatic import, so that API documentation updates automatically after each code change without manual effort.

API documentationGoNginx
0 likes · 14 min read
How to Seamlessly Sync Swagger Docs to Yapi for Automatic API Updates
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 27, 2021 · Game Development

Game Automation Testing Guide: Building an Automated Testing Framework

This guide introduces game automation testing, explaining its benefits and limitations, outlining when it is appropriate, and providing a detailed two‑part tutorial on building an automated testing framework—including outer process setup, server and client components, and using third‑party tools like Airtest.

AirtestFrameworkautomation
0 likes · 15 min read
Game Automation Testing Guide: Building an Automated Testing Framework
Programmer DD
Programmer DD
Dec 26, 2021 · Operations

Master Multipass: Quickly Spin Up Ubuntu VMs on Any OS

This guide walks you through installing Multipass, launching Ubuntu virtual machines, managing them with commands, and automating setup via cloud‑init, providing a lightweight, cross‑platform solution for developers and ops engineers.

CLIMultipassUbuntu
0 likes · 7 min read
Master Multipass: Quickly Spin Up Ubuntu VMs on Any OS
IT Architects Alliance
IT Architects Alliance
Dec 26, 2021 · Operations

What Is DevOps? Origins, Principles, and Practical Implementation Guide

This article explains DevOps by tracing its 2008 origins, summarizing evolving wiki definitions, outlining the business drivers behind its popularity, detailing its three core principles—flow, feedback, and continuous learning—and providing concrete technical practices, organizational patterns, and key takeaways for effective adoption.

Continuous DeliveryCultureDevOps
0 likes · 22 min read
What Is DevOps? Origins, Principles, and Practical Implementation Guide
FunTester
FunTester
Dec 24, 2021 · Backend Development

Why Apifox Is the Ultimate Postman Alternative for API Development

This guide walks developers through installing Apifox, importing API specifications, designing and debugging endpoints, configuring environments, creating custom scripts, and generating realistic mock data, demonstrating how the all‑in‑one platform can replace Postman, Swagger, JMeter and other tools for comprehensive API documentation, testing, and automation.

APIApifoxMock
0 likes · 9 min read
Why Apifox Is the Ultimate Postman Alternative for API Development
Efficient Ops
Efficient Ops
Dec 23, 2021 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Made Simple

This guide explains how to automate common Linux tasks such as boot‑time service startup, one‑off scheduling with at, and recurring jobs with crontab, covering runlevel management, rc.d editing, command syntax, and integrating shell scripts for efficient system operations.

ScriptingSysadminat
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and Cron Made Simple
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 22, 2021 · Backend Development

Intelligent Automation of API Testing: Practices, Challenges, and Quality Improvements

This article examines the challenges of traditional API automation testing and presents an intelligent testing approach that combines data and algorithms to optimize the entire API test lifecycle, improving efficiency, maintainability, and quality through automated case generation, execution, analysis, and evaluation.

API testingautomationci/cd
0 likes · 16 min read
Intelligent Automation of API Testing: Practices, Challenges, and Quality Improvements
FunTester
FunTester
Dec 21, 2021 · Frontend Development

Responsive Web Design and Mobile Web Testing Strategies

The article explains the importance of responsive web design for mobile users, outlines various mobile web testing approaches—including Chrome DevTools, simulators, real devices, and cloud‑based automation—and highlights how these strategies ensure consistent, high‑quality user experiences across diverse devices and network conditions.

Responsive DesignWeb Performanceautomation
0 likes · 6 min read
Responsive Web Design and Mobile Web Testing Strategies
ITPUB
ITPUB
Dec 20, 2021 · Databases

From Database Developer to New DBA: Boosting MySQL Efficiency and Automation

The article shares a senior DBA's journey from early database engine development to modern MySQL operations, outlining practical methods for improving efficiency, automating monitoring, building data‑driven processes, and redefining the DBA role for proactive, high‑impact service delivery.

DBADatabase operationsautomation
0 likes · 33 min read
From Database Developer to New DBA: Boosting MySQL Efficiency and Automation
Qunar Tech Salon
Qunar Tech Salon
Dec 20, 2021 · Databases

From Database Development to the New DBA: Strategies for Efficiency, Automation, and Career Growth

The article shares the author’s journey from early database development at DM6/DM7 through MySQL operations at Qunar, offering practical advice on demand‑driven implementation, data‑driven management, intelligent alerting, full‑log analysis, slow‑query risk modeling, high‑availability, and automation to transform traditional DBA work into a proactive, efficient New DBA role.

Database Administrationautomationmysql
0 likes · 31 min read
From Database Development to the New DBA: Strategies for Efficiency, Automation, and Career Growth
FunTester
FunTester
Dec 18, 2021 · Backend Development

Using Postman and a Python Flask Service to Compare Old and New API Responses

The article explains how to keep external API contracts unchanged while replacing a data source by importing all microservice endpoints into Postman, writing pre‑request and test scripts, and optionally using a Python Flask service with deepdiff to automatically compare old and new JSON responses.

API testingDeepDiffFlask
0 likes · 7 min read
Using Postman and a Python Flask Service to Compare Old and New API Responses
Laiye Technology Team
Laiye Technology Team
Dec 17, 2021 · Cloud Native

Evolution of Laiye Technology’s Private Deployment Architecture: From Manual to Automated Cloud‑Native Solutions

The article chronicles Laiye Technology’s journey from early manual on‑premises deployments to a fully automated, Kubernetes‑based private deployment platform, detailing the challenges faced, the incremental optimizations introduced, and the current standardized tools that now serve hundreds of enterprise customers.

DevOpsEnterprise SaaSKubernetes
0 likes · 8 min read
Evolution of Laiye Technology’s Private Deployment Architecture: From Manual to Automated Cloud‑Native Solutions
Douyu Streaming
Douyu Streaming
Dec 10, 2021 · Cloud Computing

How We Built a Fully Automated Cloud‑Based Web Recording Service for Douyu Ads

This article describes the design and implementation of a cloud‑native automated web‑page recording system for Douyu advertising, covering the problem background, technology stack, end‑to‑end workflow, Chrome extension tricks, containerization with Docker, database handling, and deployment on Kubernetes, enabling scalable, hands‑free video capture and delivery.

Chrome ExtensionMongoDBPuppeteer
0 likes · 29 min read
How We Built a Fully Automated Cloud‑Based Web Recording Service for Douyu Ads
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.

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

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

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

AICloud NativeData Fabric
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 IntelligenceCloud NativeData Fabric
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.

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

automationbrowser compatibilitycross-browser testing
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 testingPerformance TestingSelenium
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.

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

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

Cloud NativeContinuous DeliveryDevOps
0 likes · 20 min read
How We Built a Service‑Decoupled DevOps Platform for Scalable Cloud‑Native Delivery