Latest Updates

Documenting code, one commit at a time.

Refactoring for Readability: The Migration Edition

Working on the landing project, we recently focused on improving the clarity and style of our database migration code.

The Importance of Readable Migrations

Database migrations are a crucial part of any evolving application. They define the structure of your data and how it changes over time. Clean, readable migrations are essential for:

  • Maintainability: Easier to understand and
Read more

Enhancing Filament Pages: A Case Study in Action Placement

Introduction

In the Breniapp/brenia project, we've been focusing on improving the user experience within our Filament-based admin panel. One recent enhancement involved strategically relocating the 'autoplanificar' (auto-planner) button to a more intuitive location within the Filament page.

This post details the rationale behind this change and the technical considerations involved.

Read more