
6 min read
Never Roll Back, Always Fix Forward
Why fix-forward is usually safer than rolling back when deployments touch databases, background jobs, and other non-idempotent state.

Why fix-forward is usually safer than rolling back when deployments touch databases, background jobs, and other non-idempotent state.

Explore Laravel's queue system to build more scalable applications. This article walks you through setting up, configuring, and deploying queues using Redis and supervisor for reliable background processing.

MySQL how to query and fix invalid zero filled (0000-00-00 00:00:00) values in datetime columns

How to detect N+1 queries with Laravel before they reach production

How to configure MySQL/MariaDB tables to automatically update multiple timestamp fields (created_at, modified_at).