Tagged articles
321 articles
Page 4 of 4
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 10, 2018 · Operations

From Code to Production: How Alibaba Automates Deployment with Aone

This article explains how Alibaba transforms source code into a running service by using the Aone platform to automate environment setup, building, packaging, testing, and staged deployment, while covering key terminology, quality‑assurance methods, test‑environment isolation, and pipeline orchestration for continuous delivery.

AlibabaAoneDeployment
0 likes · 14 min read
From Code to Production: How Alibaba Automates Deployment with Aone
Meituan Technology Team
Meituan Technology Team
Aug 2, 2018 · Mobile Development

Using Jenkins Pipeline for Multi‑Project Android Build Automation

The team replaced numerous free‑style Jenkins jobs with a single Pipeline‑as‑code project that pulls a shared script from SCM, uses UI parameters and project‑specific configs to run a standardized Android build flow—including React Native bundle download—providing versioned, maintainable, and visualized multi‑project CI.

AndroidGradleJenkins
0 likes · 18 min read
Using Jenkins Pipeline for Multi‑Project Android Build Automation
DevOps
DevOps
Jul 2, 2018 · Operations

Concourse CI Tutorial: End-to-End Blue‑Green Deployment with Docker and Cloud Foundry

This guide explains how to set up Concourse CI pipelines for automated blue‑green deployments, covering Docker Toolbox installation, pipeline configuration, unit and load testing, Cloud Foundry deployment, and cleanup steps, enabling zero‑downtime releases for Node.js applications.

Blue‑Green deploymentCloud FoundryConcourse
0 likes · 11 min read
Concourse CI Tutorial: End-to-End Blue‑Green Deployment with Docker and Cloud Foundry
MaGe Linux Operations
MaGe Linux Operations
Jun 9, 2018 · Backend Development

Build a Fast Scrapy Spider to Crawl Forum Posts in Minutes

This tutorial walks beginners through setting up a Python Scrapy project, writing a spider to fetch forum thread titles and contents, using XPath for parsing, and enhancing the crawler with pipelines, middleware, and common settings for robust web scraping.

PipelineScrapyXPath
0 likes · 13 min read
Build a Fast Scrapy Spider to Crawl Forum Posts in Minutes
360 Tech Engineering
360 Tech Engineering
Apr 16, 2018 · Operations

Implementing Continuous Integration with Jenkins and Docker

This article explains how to set up a Jenkins-based CI/CD pipeline using Docker, covering Jenkins concepts, deployment via Docker containers, master‑slave configuration, essential Docker plugins, and API usage with practical command‑line examples for building automated workflows.

AutomationDockerDocker Plugins
0 likes · 12 min read
Implementing Continuous Integration with Jenkins and Docker
Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 22, 2018 · Operations

Overview of GoCD Architecture and Core Concepts

This article provides a comprehensive overview of GoCD, an open‑source continuous integration and delivery system, detailing its server‑agent architecture, key concepts such as tasks, jobs, stages, pipelines, materials, triggers, environments, resources, fan‑out/fan‑in, value‑stream mapping, and artifact handling.

DevOpsGoCDPipeline
0 likes · 9 min read
Overview of GoCD Architecture and Core Concepts
DevOps
DevOps
Jan 5, 2018 · Operations

Capital One DevOps Transformation: Pipeline, Measurement, and Security Practices

Capital One’s five‑year DevOps transformation shifted from outsourced, siloed development to in‑house, cross‑functional product teams, emphasizing rapid, high‑quality software delivery through automated pipelines, extensive metrics, security integration, and cloud adoption, resulting in significantly improved deployment frequency, quality, and compliance in a banking environment.

AutomationBankingDevOps
0 likes · 11 min read
Capital One DevOps Transformation: Pipeline, Measurement, and Security Practices
DevOpsClub
DevOpsClub
Jan 4, 2018 · Operations

How Capital One Revolutionized DevOps: Pipeline Design, Security, and Speed

This article analyzes Capital One's five‑year DevOps transformation, detailing its background, organizational shifts, high‑quality fast delivery goals, pipeline construction principles, measurement practices, security and compliance enhancements, and the impressive performance results achieved.

BankingDevOpsPipeline
0 likes · 12 min read
How Capital One Revolutionized DevOps: Pipeline Design, Security, and Speed
DevOpsClub
DevOpsClub
Dec 13, 2017 · Operations

Jenkins Pipelines 2.0: Boosting DevOps and Continuous Delivery in China

At the inaugural Jenkins User Conference in China, experts presented a comprehensive survey of domestic DevOps and continuous delivery practices, revealing high adoption of Jenkins pipelines, the correlation between deployment frequency and success, and detailed strategies for implementing end‑to‑end pipeline 2.0 with containerization and tool integration.

DevOpsJenkinsPipeline
0 likes · 19 min read
Jenkins Pipelines 2.0: Boosting DevOps and Continuous Delivery in China
21CTO
21CTO
Sep 11, 2017 · Backend Development

How We Scaled Headline Recommendation Data with MySQL, Redis, and Pipeline Optimizations

This article details the architecture and evolution of a headline recommendation system, covering data aggregation, storage strategies using MySQL and Redis, challenges with reload latency and memory usage, and the optimizations—including data separation, Redis migration, and query pipeline improvements—that enabled scalable, efficient backend operations.

Pipelinedata storagerecommendation system
0 likes · 14 min read
How We Scaled Headline Recommendation Data with MySQL, Redis, and Pipeline Optimizations
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 1, 2017 · Operations

How to Build a Jenkins‑Docker CI/CD Pipeline from Scratch

This article walks you through the fundamentals of continuous integration, introduces Jenkins and Docker, explains key Jenkins concepts, and provides step‑by‑step commands to deploy Jenkins in Docker, configure master‑slave nodes, install essential Docker plugins, and use the Jenkins Remote API for automation.

AutomationDevOpsDocker
0 likes · 13 min read
How to Build a Jenkins‑Docker CI/CD Pipeline from Scratch
dbaplus Community
dbaplus Community
May 2, 2017 · Cloud Native

Master Jenkins Pipelines with Docker for Seamless Continuous Delivery

This article explains how to replace traditional, error‑prone release cycles with a Docker‑based Jenkins pipeline that automates building, testing, image creation, and deployment to Docker, Kubernetes or remote hosts, while sharing practical tips, sample Groovy code, and common Q&A for DevOps teams.

Continuous DeliveryDockerJenkins
0 likes · 18 min read
Master Jenkins Pipelines with Docker for Seamless Continuous Delivery
Efficient Ops
Efficient Ops
Mar 30, 2017 · Backend Development

Designing a Scalable, Configurable Distributed Web Crawler

This article outlines the motivation, requirements, modular decomposition, and architecture of a distributed web crawling platform that emphasizes reusability, lightweight modules, real‑time monitoring, and easy configuration for diverse data‑collection tasks.

Backend ArchitectureConfigurationPipeline
0 likes · 10 min read
Designing a Scalable, Configurable Distributed Web Crawler
dbaplus Community
dbaplus Community
Sep 5, 2016 · Operations

How to Build a Jenkins‑Docker Automated CI/CD Pipeline from Scratch

This guide walks you through installing Jenkins and Docker, configuring Jenkins agents, creating jobs and pipelines, mastering essential Docker commands and Dockerfile syntax, and finally integrating the two tools to establish a fully automated CI/CD environment for building and deploying applications.

AutomationDevOpsJenkins
0 likes · 13 min read
How to Build a Jenkins‑Docker Automated CI/CD Pipeline from Scratch
Meituan Technology Team
Meituan Technology Team
Jul 22, 2016 · Frontend Development

Designing and Using Pipelines with Node.js Streams, Browserify, and Gulp

The article explains how to build and manipulate Node.js stream pipelines—encapsulating multiple Transform streams into a reusable Duplex, using helper libraries like stream‑splicer, and demonstrates their role in Browserify’s module processing and Gulp’s file tasks, including a customizable changelog tool.

Node.jsPipelineStreams
0 likes · 13 min read
Designing and Using Pipelines with Node.js Streams, Browserify, and Gulp