Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
47

Latest Updates

Documenting code, one commit at a time.

Hardening Web Applications: A Blue Team's Guide to Robust Security

In an era where cyber threats constantly evolve, proactive security measures are paramount. Even seemingly minor vulnerabilities can be exploited to compromise user data or disrupt services. Our recent "Blue Team" initiative for the estrella-tour project focused on fortifying several key areas of our web application, transforming potential weak points into robust defenses.

Robust Routing: Ensuring Consistent URL Matching in React

Ever encountered a website where typing example.com/product or example.com/Product leads to different pages, or one breaks entirely? Inconsistent URL handling is a common pitfall that can lead to a fragmented user experience, SEO challenges, and analytics discrepancies. In the estrella-tour application, we addressed precisely this issue to make our routing more resilient and user-friendly.

Displaying Trip-Specific Passengers in Estrella Tour with Next.js

Introduction

In the Estrella Tour project, we recently implemented a new feature to display all passengers associated with a specific trip on a dedicated, fixed template page. This enhancement provides a clear and organized view of trip attendees, improving the overall usability for administrators and tour operators.

The Challenge: Connecting Trips and Passengers

The core challenge was