Latest Posts20.11.23Add a custom code sniff with tests to your Laravel projectLet's look at setting up a custom code sniff for our Laravel app to mitigate potential human errors occurring in our code during development.24.10.23Tip: Ensure model events are fired in your tests when using Model ObserversWe will look at a couple of common scenarios where adding a couple of lines to your tests can future proof your application from data loss occuring.18.10.22That's a wrap: Sunsetting a Two Year Project as the Technical LeadBetaFashion was a two year project that sadly ended in bankruptcy. We look back at two years of work as a Technical Lead.20.02.22DRYing up test coverage using model scope events in LaravelLet's explore the option of firing events on model scopes to add some glue between our feature tests and our unit tests.24.01.22Using Carbon::setTestNow() to make time sensitive assertions in Laravel and PHPUnitAssertions on time can be a problem at times, let's take a look at some example tests and how to prevent them from failing.29.10.19Localizing a Laravel app using Vue.js and Inertia.js without any dependenciesA quick introduction to translating a Vue.js application using Inertia.js