Latest Updates

Documenting code, one commit at a time.

The Subtle Power of the Dot: Correcting Regex in CI/CD Filters

Introduction

In the gogs-fork-infrastructure-aws project, maintaining robust CI/CD pipelines is crucial for code quality and consistent deployments. These pipelines frequently employ regular expressions (regex) to define precise filtering rules, determining which files or directories should be included or excluded from various automated checks.

A recent code review within our team

Read more