Latest Updates

Documenting code, one commit at a time.

YAML 2 posts
×

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

Streamlining CI/CD: Best Practices for Robust Linting Workflows

Introduction

In the realm of infrastructure-as-code and continuous delivery, maintaining code quality and consistency is paramount. For the EzequielAndreus/gogs-fork-infrastructure-aws project, which manages the underlying AWS infrastructure for a Gogs instance, ensuring that configuration files and scripts adhere to defined standards is crucial for stability and reliability.

Read more