Tag: Testing
-

Building Reliable Agentic Feedback Loops to Reduce Developer Intervention
Design agentic development feedback loops that catch errors early with hard CI gates, typed artifacts, bounded retries, and targeted escalation—reducing developer intervention while improving production code quality.
-

Laravel Custom Casts: Simplifying Complex Data Transformations in Eloquent
Learn how to build reusable Laravel custom attribute casts to handle complex Eloquent data transformations like Money value objects and versioned JSON settings, with real-world patterns, tradeoffs, and tests.
-

Laravel Testing Complex Domain Logic Without Over-Mocking
Learn how to test complex Laravel domain workflows without brittle over-mocking. Use real database state, Laravel fakes, and workflow-focused tests to validate behavior, side effects, and transaction safety reliably.
