Deployment & Operations

How to Use OpenResty (Step-by-Step Guide)

A guide to using OpenResty for web server configuration, focusing on GZIP settings and basic operations.

· 1 min
Deployment & Operations

GZIP Compression Not Working?

Recently, a site was loading extremely slowly, and analysis revealed that one reason was that GZIP compression wasn’t …

· 2 min
Deployment & Operations

Migrating Blog Service to Tencent Cloud Hong Kong

Why and how I moved from GitHub Pages → Tencent CN → Vultr JP → Tencent Cloud HK; steps and benefits.

· 1 min
Cloud ServicesDeployment & Operations

Dockerizing Frontend Build and Deployment

Make frontend build/package/deploy reproducible with Docker and docker-compose: images, services, reverse proxy, TLS, …

· 1 min
Deployment & OperationsDockerFrontend Development

Jenkins Continuous Integration - Publishing New NPM Packages

This article provides an introduction to Jenkins continuous integration for publishing new NPM packages, including the …

· 2 min
Node.jsDeployment & Operations

Jenkins Continuous Deployment - Email Notification with ChangeLog

This article provides an introduction to Jenkins continuous deployment with email notifications including ChangeLog, …

· 2 min
Deployment & Operations

CI Optimization - Automated Merge Request Creation

This article introduces CI optimization for automated merge request creation, including advantages, implementation …

· 4 min
Deployment & Operations

Automating Blog Platform Deployment

CI/CD for a blog platform using Travis: build, rsync to VPS, restart services, plus tips for SSH keys, scripts, and …

· 3 min
Build ToolsDeployment & Operations

Migrating Blog Services to a Domestic Server

This article introduces how to migrate blog services to a domestic server, including usage scenarios and implementation …

· 2 min
Deployment & Operations

Jenkins Continuous Integration - WAR Package Deployment

This article provides an introduction to Jenkins continuous integration with WAR package deployment, including the …

· 1 min
Deployment & Operations

Jenkins Continuous Integration - Setup and Configuration

This article provides a comprehensive guide to setting up and configuring Jenkins for continuous integration, including …

· 3 min
Deployment & Operations