Gerardo Ruiz Gerardo Ruiz

Filtered Posts (Clear all)

Enforcing Strict Type Checking in PHP Configuration

Introduction

In our ongoing efforts to improve code quality and maintainability within our PHP projects, we have taken the step of enforcing strict type checking in configuration files. This was recently implemented in the resend.php configuration file, a critical aspect of our application.

The Challenge

PHP, being a loosely typed language, allows type juggling, which can lead to unpredictable behavior and bugs that are hard to trace.

Read more

Enhancing Badge Management with Filament

Introduction

The badge management system has been overhauled to provide a more intuitive and user-friendly experience. This update introduces the ability to manually assign badges to users, complete with visibility settings and date tracking.

Development

The UsersRelationManager class was created to handle user-badge relationships. This class extends Filament's RelationManager and includes methods for getting the relation title, form, and table configurations.

Read more

Enhancing User Experience with Dark Mode in Admin Panel

Introduction

Our Admin Panel was due for a user experience enhancement. With the increasing adoption of dark mode in modern applications, we decided to enable this feature to provide an alternative visual theme for our users.

The Challenge

The primary challenge was to integrate dark mode seamlessly into our existing Admin Panel configuration without disrupting the current user interface.

The Solution

We updated the AdminPanelProvider to enable dark mode by setting the darkMode

Read more

Enhancing Platform Security and Accessibility

Introduction

Our platform's latest updates focus on enhancing security and accessibility. This is achieved through a series of critical fixes and improvements, ensuring a more robust and user-friendly experience.

Key Fixes and Improvements

  • WCAG Violations: Removed focus ring override to comply with accessibility standards.
  • reCAPTCHA Configuration: Fixed site key references for improved security.
  • SEO Localization: Localized all SEO meta strings using translation helpers.
Read more

Enhancing LinkedIn Publishing with Error Handling and Internationalization

Introduction

Our LinkedIn publishing feature required enhancements to improve user experience and adherence to project standards. This post details the implementation of error handling for post scheduling and internationalization of new error messages.

The Challenge

  • Unique constraint violations when scheduling posts for the same day needed proper handling
  • Error messages required internationalization for consistency across languages

The Solution

We introduced a

Read more

Enhancing URL Handling with Tenant Domain Extraction

Introduction

Our application required a more efficient and accurate method for extracting tenant domains to handle URL redirection. The previous implementation had limitations in handling both subdomain-only and full domain formats.

The Challenge

The legacy system had issues with:

  • Incorrect subdomain extraction
  • Inconsistent URL construction
  • Potential errors in redirecting users to demos

Development

To address these challenges, we refactored the RandomDemoController to improve

Read more

Enhancing User Experience with Dark Mode in Admin Panel

Introduction

Our application's Admin Panel has undergone a significant improvement with the introduction of dark mode. The new feature enhances the user interface experience for users who prefer a dark theme, aligning with project standards for UI customization and improving accessibility.

Development

To achieve this, we updated the AdminPanelProvider to enable dark mode by setting the darkMode option to true. The implementation involved modifying the AdminPanelProvider class to

Read more

Enhancing GitHub Service with Carbon and Notifications

Introduction

Our team has been working on improving the GitHub service in our application. One of the key areas of focus was enhancing the date handling and introducing a notifications system.

The Challenge

The existing GitHub service had limitations in terms of date management and lacked a notifications system. This made it difficult to keep track of recent activities and notify users about important events.

The Solution

To address these challenges, we updated the GitHub service to

Read more
January 22, 2026 Laravel PHP

Implementación de un Logger Multi-Tenant con Streams Divididos en Laravel

Introducción

El desarrollo de aplicaciones multi-tenant ha ganado popularidad en los últimos años, ya que permite a las empresas ofrecer servicios personalizados a diferentes clientes mientras comparten recursos comunes. Uno de los desafíos en este tipo de desarrollo es la implementación de un sistema de logging efectivo que pueda manejar y separar los registros de cada tenant de manera eficiente.

Desarrollo

Para construir un logger multi-tenant con streams divididos en Laravel, podemos

Read more
January 22, 2026 Laravel PHP

Mejorando la Escalabilidad y Mantenibilidad con Modularización y Arquitecturas Limpias en Laravel

Introducción

La modularización y las arquitecturas limpias son prácticas fundamentales en el desarrollo de software, especialmente cuando se trabaja con frameworks como Laravel. Estas técnicas permiten a los desarrolladores crear aplicaciones más escalables, maintainables y fáciles de entender. En este artículo, exploraremos las principales razones para implementar modularización con arquitecturas limpias en proyectos Laravel.

Desarrollo

La modularización se refiere a la división de una

Read more
Gerardo Ruiz

Gerardo Ruiz

Soy Gerardo Ruiz, el creador de Devlog.ist

Founder

Newsletter

Get weekly updates with new posts.