Are you one of those developers who's commit message is always "WIP", well in this article Freek shares a clever bash function that uses Claude AI to automatically generate meaningful commit messages from your git diff, replacing the dreaded "wip" commits with descriptive messages. His solution includes a spinner animation and takes just 2-3 seconds to generate commit messages that actually describe what changed in your code.
we have Freek Van der Herten with "How to monitor your Laravel app for critical vulnerabilities" - one of the OG's of the Laravel and creator of so many packages out there! With the latest vulnerabilities being discovered this post is worth a read to see what we can do to better monitor these things. -
we have Freek Van der Herten with "Running PHP Tests in parallel on Github Actions" -