Latest Updates

Documenting code, one commit at a time.

PHP Livewire

Streamlining CV Generation with Smart Job Application Tracking

Introduction

In the landing project, we've recently rolled out a set of enhancements focused on improving the user's experience with CV generation and linking this process seamlessly to job application tracking. This update not only refines the editing workflow but also introduces a more robust and intelligent way to manage job applications created through our platform.

Read more

Customizing UI Text in Filament: A Practical Approach to Localization

Introduction

In the Breniapp/brenia project, we recently addressed a common development scenario: customizing user interface (UI) text provided by a third-party package. Specifically, the task involved modifying a button label within the filament/bug-report package. This post will explore why and how to effectively override default UI strings, ensuring your application maintains a

Read more

Streamlining Mentorship: Empowering Substitutes for Uninterrupted Sessions

Few things are as frustrating as a last-minute cancellation, especially in structured mentorship programs. It disrupts schedules, disappoints mentees, and adds administrative overhead. This was a challenge we faced within our devlog-ist/landing project, specifically concerning our mentorship cycle initiative.

The Mentorship Dilemma: Rigid Bookings

Previously, if a titular mentor was unable

Read more

Enhancing UI Clarity: Dynamic Descriptions and Refined Navigation in Filament

Introduction

On the landing project, an application built with Laravel and Filament, we recently focused on refining the user experience within our administrative interface. The goal was to make key areas, specifically related to marketing campaigns and email lists, more intuitive and informative without cluttering the UI.

The Problem

As features evolve, the administrative panel can

Read more

Enhancing Job Search with Multi-Select Autocomplete Technology Filters

Navigating job boards can often feel like a treasure hunt with a map full of dead ends. The frustration of single-select filters, or sifting through exhaustive lists to find relevant opportunities, is a common pain point for job seekers.

On our landing project, which serves as a central hub for career opportunities, we recognized this bottleneck. Our goal was to empower users with a more

Read more

Adding Dynamic Language Filters to a Laravel Livewire Job Board

Introduction

Enhancing user experience is paramount for any application, and job boards are no exception. A crucial feature for users navigating international or diverse job markets is the ability to filter listings by language. This post outlines the implementation of a dynamic language filter for a job board, leveraging the power of Laravel and Livewire to create a seamless, interactive

Read more

Securing Admin Access: Implementing Email Verification with Laravel and Filament Middleware

Securing Admin Panels: The Importance of Email Verification

Imagine an admin panel where critical actions are performed, but the identity of the user is not fully verified. This introduces a significant security vulnerability. For the Breniapp/brenia project, a robust application built with Laravel and Filament, enhancing security by ensuring user email verification was a key objective,

Read more