Explains what the Code Smell ‘Primitive Obsession’ is, the damage it can cause to your codebase, how to spot it and – how to fix it!
PHP
The Laravel Scheduler Under the Hood
A deep dive into the Laravel Scheduler, from event registration and cron evaluation to mutexes, background processes, sub-minute tasks, and production-safe scheduling. Read more