Accessing Databases in PhpStormPowerful Database Features You Didn't Know PhpStorm HadNov 16, 2024·4 min read
What I'm Reading - February 2024Do Anything, Side Projects, JavaScript Bloat, Enshittification, and CLI toolsMar 3, 2024·4 min read
Fix Flaky Tests with Pest RepeatI recently ran into an issue with a flaky test in our CI process. Most of the time, it would pass, but when it failed, it meant running all the tests again and hoping it would pass on the next try. When I was finally fed up enough with the waiting, I...Feb 25, 2024·5 min read
What I’m Reading - January 2024RSS, Modular Laravel, React Complexity, Dev tooling, and Event SourcingFeb 3, 2024·5 min read
Handling Errors with Third-Party APIsLearn how to create, throw, and handle custom exceptions when making requests to third-party APIsJan 30, 2024·9 min read
Creating API Resources in LaravelUsing controller-like classes and Laravel-data for efficient API communicationJan 16, 2024·10 min read