Latest Updates

Documenting code, one commit at a time.

CSS React

Beyond the 'Test Update': Mastering Iterative UI Refinements with CSS and React

In the CRM-de-Alquileres-de-vajilla project, a CRM application designed for managing crockery rentals, ensuring a consistent and responsive user interface is paramount. Regular "test updates" are a common part of the development lifecycle, allowing us to refine the user experience and address subtle design inconsistencies.

The 'Test Update' Dilemma

We've all been there: a quick "test

Read more

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

Moving a React Project to the Root Directory

When starting a new React project, the initial setup often involves creating a project directory with tooling configurations nested inside. However, as development progresses, it might become necessary to refactor the project structure and move the entire project to the root directory.

The Need for Refactoring

Consider a scenario where the initial project setup placed all configurations and

Read more