Latest Updates

Documenting code, one commit at a time.

English 10 posts
×

Elevating Quality: The Power of Peer Code Reviews

Bugs are an inevitable part of software development, often surfacing when least expected and costing precious time. But what if we could catch many of these issues before they even make it to production? In the EdoAbarca/it-ticket project, a system designed to streamline IT support requests, maintaining high code quality is paramount to ensure reliable service and minimize disruptions.

Read more

Elevating Code Quality: Lessons from Our Code Review Process on EdoAbarca/rotativa-myra-demo

In the fast-paced world of software development, ensuring code quality and maintainability is paramount. For projects like EdoAbarca/rotativa-myra-demo, our commitment to robust and reliable software hinges on a crucial practice: code reviews. This post delves into our experiences, highlighting the indispensable role code reviews play in fostering a collaborative environment, catching issues

Read more

Streamlining Your Workflow: The Power of Well-Crafted Pull Request Templates

In the ongoing development of the gogs-fork-infrastructure-aws project, maintaining clear communication and streamlined workflows is paramount. Efficient code reviews are a cornerstone of high-quality software delivery, and a well-designed pull request (PR) template can make all the difference.

The Silent Workhorse of Code Reviews

Pull request templates are more than just a formality;

Read more

Sharpening Agent-Driven Workflows: Lessons from Script Refinements

Even the most robust automation hinges on precision, especially when managing diverse agents in an infrastructure project. In the EzequielAndreus/gogs-fork-infrastructure-aws project, which orchestrates various automation agents for infrastructure tasks, a recent code review highlighted several critical areas for improving the reliability and clarity of our agent management scripts and

Read more

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