September 2, 2025
Lately I have seen actions popping up everywhere. People talk about them in streams and on social media, conference speakers use them, and I see them in other people's code. I love actions! I started...
ReadAugust 28, 2025
Legacy code. A topic that doesn't get talked about that much, and doesn't get a lot of love. Last week I gave a talk about working with legacy database structures, and while many nice people came up...
ReadFebruary 23, 2022
I tried meilisearch for the first time the other day. It worked great and it was a breeze getting it up 'n' running following the instructions in the laravel documentation I had some trouble,...
ReadSeptember 18, 2021
Testing sql-queries can be challenging. Not only do you need to have a database to test against, you also need to seed it data to have something to test with. Laravel, however, makes this process...
Read