ProjectsBlogsContact

Blogs

Some experience sharing and technical documentation.

Sep 20, 2023
39

Performance Testing with Clinic and Autocannon

Performance testing is crucial in ensuring that applications can handle expected loads and operate efficiently. Two valuable tools in the Node.js ecosystem for performance testing and analysis are clinic and autocannon.

Read more →

Sep 20, 2023 19

Jenkins Technical Documentation

This article, using the deployment of the Ecopro project as an example, provides a detailed introduction to the configuration process of Jenkins, as well as some common 'pitfalls' encountered.

Sep 20, 2023 17

Github SSH Setup

This document outlines the steps to set up Git SSH and Jenkins Public Key and addresses the problems encountered during the process.

Apr 20, 2021 12

MySQL Range Partitioning

This article provides an in-depth understanding and implementation of RANGE partitions in MySQL, with examples demonstrating how to create and manage partitions to optimize database performance and manage large amounts of data.