AW
Artisan Weekly
Back to Authors
Freek Van der Herten
7 featured links
Featured Links
5

With AI moving so fast it's almost like every week something new is released or a new way of doing something is shown its just crazy. In this video Freek shows us how by using the Flare CLI and its skill he's able to resolve production bugs without leaving the CLI.

9

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.

2

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. -

1

we have Freek Van der Herten with "Running PHP Tests in parallel on Github Actions" -