Hi, I'm Dave Blakey and welcome to my personal website. You may contact me via the links to the top right, browse the blog, or view my projects at the bottom of the page.
July 19, 2022
3 minutes
Reduce WSL2 Disk Usage
WSL2 on Windows is amazing for developers, but it constantly grows in size and ultimately winds up using a lot more disk space than necessary. Especially if you are a Docker user.
April 28, 2022
1 minute
Chain scheduled commands in Laravel
Laravel doesn't have a great way of chaining commands sequentially, but this can easily be overcome by making a single command that does the job.