Blog

Thoughts and writings on software development, open-source, and other things I find interesting.

Managing files using Laravel's scoped driver

Back in september 2022, a new "scoped" filesystem driver has been introduced to Laravel. This article shows how to use it to improve file management and refactoring.

Rebranding a project without a single commit

I've been working on a project called Hybridly, but I couldn't find a name until long after the project was started. I wanted to rebrand the project, but I didn't want to have a big search-and-replace commit that would stain the commit history.