Latest Updates

Documenting code, one commit at a time.

Rate Limiting Strategies for API Integrations in Landing

Introduction

When integrating with external APIs, it's crucial to respect their rate limits to ensure stable performance and avoid being throttled or blocked. This post will explore a practical approach to managing rate limits when syncing data to an external service within the landing project.

The Problem: Exceeding Rate Limits

The landing project integrates with an external service

Read more

Streamlining Marketing Workflows with Centralized System Email Management in Laravel

Introduction

Effective communication is crucial for any application. This post explores the new system email management features added to a Laravel project, focusing on centralizing email configurations and streamlining marketing workflows.

Centralized Email Management

One key improvement is the creation of a centralized page for managing system emails. This provides a single point to

Read more

Enhancing Filament Pages: A Case Study in Action Placement

Introduction

In the Breniapp/brenia project, we've been focusing on improving the user experience within our Filament-based admin panel. One recent enhancement involved strategically relocating the 'autoplanificar' (auto-planner) button to a more intuitive location within the Filament page.

This post details the rationale behind this change and the technical considerations involved.

Read more