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
PHP API

Sincronización de Revisiones de Código en Landing

Introducción

¿Alguna vez has notado que las revisiones de código no se muestran correctamente en la aplicación? Esto puede deberse a las limitaciones de la API de eventos. Este artículo explica cómo se abordó este problema en el proyecto landing, utilizando la API de búsqueda para sincronizar las revisiones de código de manera más confiable.

El Problema con la API de Eventos

Read more