Latest Updates

Documenting code, one commit at a time.

The Art of Iteration: Managing Provisory Changes in CRM v2 Development

Starting a v2 rewrite is exciting, but it also comes with the significant challenge of managing code that isn't quite final. In the Seba-fernandez/CRM-de-Alquileres-de-vajilla project, we're deep into crafting v2 for our rental crockery CRM, aiming for enhanced capabilities and a more robust user experience.

The Situation

Our goal with v2 is ambitious: a complete overhaul of key

Read more

Understanding the Pipeline Pattern in Application Development

Introduction

Have you ever felt overwhelmed trying to manage a complex sequence of operations in your application? The Pipeline Pattern provides a structured approach to handling such scenarios, promoting code clarity and maintainability.

What is the Pipeline Pattern?

The Pipeline Pattern, also known as Pipes and Filters, is a design pattern that divides a complex processing task into a

Read more