Articles about

Development

The benefits of continiously rebuilding your database in Laravel

February 2nd, 2023 — I just came across this great post by Stefan Zweifel about using seeders and factories for your local development environment: "Local...

Validate uniqueness in an Array with Laravels Validator

April 11th, 2023 — Did you know Laravels Validator class is well equiped to deal with Arrays? Today I needed some form validation to make sure every item in an array...

Git: find a string in your uncomitted files

August 16th, 2023 — Today I was working on a big refactor and I needed to find something I was sure of I changed. However I had a ton of unstaged files and didn't...