Skip to main content

Posts

How to Slim Down Your Git Repository

How to Slim Down Your Git Repository

·1133 words·6 mins
How to remove unnecessary files and history from a Git repository to reduce its size, providing two methods using BFG Repo Cleaner or git filter-branch.
Git History Statistics Generator

Git History Statistics Generator

·712 words·4 mins
GitStats, a Git history statistics generation tool written in Python, can generate detailed code submission statistical reports to help developers analyze project activity and contributor information.
Git Commit Squash

Git Commit Squash

·226 words·2 mins
How to squash multiple Git commits into a single commit, both locally and remotely, using interactive rebase and merge strategies in Bitbucket.
Jenkins Multibranch Pipeline

Jenkins Multibranch Pipeline

·405 words·2 mins
Discusses the use of Jenkins Multibranch Pipeline to manage multiple branches in a project, enabling parallel builds for pull requests and efficient code review processes.
Code Coverage tools of C/C++

Code Coverage tools of C/C++

·168 words·1 min
Code Coverage is a measurement of how many lines, statements, or blocks of your code are tested using your suite of automated tests. It’s an essential metric to understand the quality of your QA efforts.
Why I Switched from Testing to Development After 9 Years

Why I Switched from Testing to Development After 9 Years

·322 words·2 mins
This article documents my experience and insights from transitioning from testing to development. I share my learning and work arrangements during paternity leave, including reading books, participating in open-source projects, and physical exercise, emphasizing how to maintain learning and growth while caring for a family.
My Perspective on Senior Test Engineers

My Perspective on Senior Test Engineers

·357 words·2 mins
This article outlines the skills and experience required for a senior test engineer, including testing theories, business acumen, tool proficiency, and coding abilities, helping readers understand how to become an excellent senior test engineer.
Modifying Hexo Theme Code Highlighting

Modifying Hexo Theme Code Highlighting

·118 words·1 min
Hexo’s default theme uses black code highlighting. Want a different style? This article explains how to modify Hexo theme code highlighting styles.

·921 words·5 mins
title: Understand DevOps in One Article—This is How Packer, Terraform, Docker, and K8s Divide Their Work! summary: In the world of DevOps, with so many tools, many people get confused about their responsibilities. Using a car industry analogy, this article helps you understand the positioning and collaboration of Packer, Terraform, Ansible, Docker, and Kubernetes all at once. tags: