Isak Berglind

Isak Berglind

September 2, 2025

It's all about the Action

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

Read

August 28, 2025

You’re Not Alone With Your Legacy Code

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

Read

February 23, 2022

Sort results in meilisearch using laravel scout

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

Read

September 18, 2021

Testing complex eloquent queries

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