Testing Laravel mutators and accessors
I rarely test Laravel mutators and accessors. Mainly because usually that code is straightforward, and testing it does not provide enough value to be ...
I rarely test Laravel mutators and accessors. Mainly because usually that code is straightforward, and testing it does not provide enough value to be ...
When I started making programming videos, I didn’t put too much thought into organizing them. I didn’t organize them into directories; I didn’...
Have you ever got the following error when running laravel mix using `npm run hot`? To fix it, open your terminal and run the following command: This will list ...
I was right; recording audio and video at the same time is way, way better! At least for me. I gave the other voice-over episodes a re-listen, and they were awf...
And it was way, way less annoying. If you ever tried recording a screencast, you know typing and speaking at the same time is challenging. For m...
Currently, every time I publish a screencast on tallpad, I have to: export the video upload it to vimeo fill in all vimeo’s fields (name, privacy settings...
No matter what kind of software you are writing or what technologies and languages you are using, there is a good chance (~74% to be more precise) you need to l...
There are many good reasons to rewrite a legacy application, but most of the time, the cost outweighs the benefits. In this article, I try to balance the pros a...
In this video we’ll take a look over Inertia’s new form helper – a game changer as it solves some of the old pains we had with forms, while removing...
I think everyone loves to work on completely greenfield applications. You get to plan your own course, chose your current favourite technologies, structures, an...