Mar 20, 2025
Β· 10 min read
Β· 10 min read
Laravel Queues at Scale: Lessons from 10 Million Jobs
Patterns and pitfalls I've learned running Laravel queues in production β from connection pooling and job chunking to dead-letter handling and zero-downtime deployments.
β
Feb 10, 2025
Β· 7 min read
Β· 7 min read
Adding PHPStan to a WordPress Plugin (Without Losing Your Mind)
A practical guide to getting PHPStan running on a production WordPress plugin, including the stubs you need and the rules you'll want to ignore.
β
Dec 5, 2024
Β· 12 min read
Β· 12 min read
Building a WooCommerce Payment Gateway from Scratch
Everything you need to know to build a production-ready WooCommerce payment gateway integration β checkout flow, webhooks, refunds, and subscriptions.
β
Aug 15, 2024
Β· 6 min read
Β· 6 min read
WP-CLI Tips That Actually Save Time
Practical WP-CLI commands and custom commands I use daily to speed up WordPress development, deployments, and debugging.
β
Jun 10, 2024
Β· 8 min read
Β· 8 min read
Feature Testing Laravel Applications with Pest
A pragmatic guide to writing fast, readable feature tests in Laravel using Pest β from test structure to database setup and API testing.
β