DevOps

Building Real-time Web Page Ranking Monitoring with GitHub Action

Recently, I had a requirement to monitor the ranking situation of a certain entry in a competition. Unfortunately, the event itself doesn’t have a ranking page, and the event data is paginated and unordered. Therefore, I thought of using GitHub Action to build a real-time web page ranking monitoring tool.

Feb 20, 2025

Pipeline Optimization — Cache Directories

Speed up CI pipelines by caching npm dependencies on the host and inside Docker builds, with example Jenkinsfile snippets.

Jan 25, 2025

Java Log Management and Operations Analysis

This article provides an introduction to Java log management and operations analysis, including best practices, implementation details, and related resources. These approaches can help improve efficiency in Java log management and operations analysis.

Sep 6, 2020

Practical Tips for Using GitLab

This article introduces practical tips for using GitLab, including its advantages, implementation details, and relevant resources. These steps can help improve efficiency when using GitLab.

Aug 21, 2020

Deploy V2Ray with Docker

Step-by-step V2Ray deployment using Docker and docker-compose: prerequisites, VPS selection, install steps, configs, and gotchas.

Nov 16, 2019

My First Experience with Docker

This article introduces my first experience with Docker, including its advantages, implementation details, and related resources to help improve efficiency with Docker usage.

Jun 24, 2018

Enabling HTTPS for a Website

Walkthrough of issuing a Let's Encrypt certificate with acme.sh, wiring it into NGINX, and keeping it renewed automatically.

May 30, 2018