The Joy Of Frameworks, Part 2
15 Feb 2024
Another day, another minor fix required. And again, the beauty of using a framework across multiple sites...
Man fixing a server

So today, I went to write some content into the CMS I use to run this site, and a couple of others. And for the first time, I went to do it on my phone, rather than my laptop.

Oh dear.

The responsive layout was appalling.

But luckily, I've got a framework, and I'm using Filament PHP for the admin panel.

A couple of lines of code and I had the issue fixed in development. A few minutes later, I had it rolled out to this site, and two more that are live but for personal use only at this point.

But because I use the same framework for all my sites, I only had to make the change in one place and then push that same code to the three sites.

Get Updates

I don't post here frequently. So if you'd like me to let you know when I post something, subscribe below.

    I won't send you spam. You can unsubscribe at any time.

    RECENT POSTS

    Cursor running and fixing code

    I've recently started expanding my usage of Cursor to let it run commands, tests, etc and fix it's own issues. Here's my experience.