Mark Lowel Montealto — Full Stack Developer & DevOps Engineer

Mark Lowel
Montealto

Full Stack Developer & DevOps Engineer

Blog

Tag

#Laravel

2 articles

Laravel Queues & Jobs: Background Processing That Scales

July 2025

·

2 min read

Offload slow tasks (emails, PDF generation, webhooks) from your request cycle using Laravel Queues, Redis, and Horizon — with retry, failure, and monitoring strategies.

Build a Production REST API with Laravel: Auth, Validation & Resources

July 2024

·

2 min read

Build a production-grade Laravel REST API with Sanctum authentication, Form Request validation, API Resources, and consistent error responses.