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

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

From Monolith to Modularity: Streamlining the Job-Hunter-Assistant with Python and Robust CI

The 'job-hunter-assistant' project is designed to streamline the job application process by automating tasks like job scraping and generating personalized CVs and cover letters. Initially, our approach to integrating large language models (LLMs) for content creation faced challenges, particularly concerning the project's architecture and the efficiency of our continuous integration pipeline.

Read more