~/Writings Archive

Thoughts on distributed systems, long runs in the rain, and why raccoons are the ultimate edge-case testers.

Sep 12, 2026 13 min read Laravel

Inside the Laravel 13 Scheduler: From Cron Entry to Event Execution

Trace how the Laravel 13 scheduler builds, filters, runs, and reports scheduled tasks, including mutexes, background processes, and sub-minute execution.

Read Article arrow_forward
Aug 31, 2026 5 min read Laravel

Finding the Commit That Introduced a Laravel Bug with Pest and Git Bisect

Use a focused Pest test with Git bisect to find the exact commit that introduced a regression in a Laravel application.

Read Article arrow_forward
May 7, 2026 13 min read AI

Mapping project complexity with AI and the TOE framework

How I turned the TU Delft TOE framework for project complexity into two AI workflow skills for diagnosis and practical project management interventions.

Read Article arrow_forward
Apr 14, 2026 8 min read AI

My AI-Assisted workflow

How I built a structured AI-assisted development workflow as a Tech Lead, where the real work happens before a single line of code is written.

Read Article arrow_forward