Latest Updates

Documenting code, one commit at a time.

PHP CSS UI

Enhancing Library Card UI: Consistent Timestamp Placement

Introduction

In the Breniapp/brenia project, maintaining a consistent user interface across different devices and screen sizes is crucial. A recent update focused on ensuring the timestamp on the library card remains anchored to the bottom, regardless of the number of badges displayed.

The Challenge

The initial layout caused the timestamp's position to shift dynamically based on the

Read more

Implementación de un sistema de digest de changelog y suscripción por correo electrónico

Introducción

En el proyecto landing, se ha implementado un sistema automatizado para generar y enviar un resumen diario de los cambios (changelog) a los usuarios suscritos. Este sistema lee los commits de Git, genera contenido fácil de entender con Prism AI y lo envía por correo electrónico a los suscriptores a las 9 AM en su zona horaria.

Funcionalidades Implementadas

Read more