Latest Updates

Documenting code, one commit at a time.

PHP OAuth

Improved OAuth Redirects in Landing

The landing project provides a user-friendly entry point to various services. A recent update focuses on ensuring reliable cross-subdomain redirects after OAuth authentication, addressing issues with cookie handling in some browsers.

The Problem: Inconsistent Cookie Handling

After a user authenticates via OAuth, the application needs to set a session cookie and redirect them to the

Read more

Refining the User Experience in Breniapp

Introduction

In the latest iteration of Breniapp, we've focused on enhancing the user interface (UI) to improve navigation, clarity, and overall experience. These changes aim to make the application more intuitive and efficient for users.

Key Improvements

Streamlined Navigation

The primary navigation has been reordered to reflect a more logical workflow.

Read more

Eliminando `getOptionLabelsUsing()` para una mejor experiencia de usuario en landing

En el proyecto landing, nos encontramos constantemente optimizando la experiencia del usuario y la eficiencia del código. Recientemente, identificamos un método que, aunque bien intencionado, estaba impactando negativamente el rendimiento y la usabilidad de los selectores: getOptionLabelsUsing().

El Problema

El método getOptionLabelsUsing() tenía la función de precargar y mostrar las

Read more