Recently when refactoring a Vue 1.0 application, I utilized ES6 arrow functions to clean up the code and make things a bit more consistent. Along the way I made a few mistakes and wanted to share the lessons I learned as well as offer a few conventions that I will be using in my Vue applications moving forward.…
What is your policy on the use of production data for development? How does someone go about creating a new feature? What do you do when you encounter a bug in your software? Do you have ANY of this documented? Get started creating your own Software Development Life Cycle document the easy way... by copying mine!…
Why does Laravel re-retrieve serialized Model values from the DB for queued jobs? Take a look at this quick example to see how it could save your bacon!…
Favicons are out of control. Thankfully there is hope! Generate the HTML and images for a perfect favicon stack in one step.…
I was happy to find that Laravel 5.2 & 5.3 ships with a TokenGuard class that allows users to authenticate by sending an api_token along with their request, but the documentation on getting it to work is a bit thin, so here you go.…
When authorizing an action using Laravel Form Requests, any failure returns an immediate 403. Let's see how we can implement a custom error page.…
Ever wanted to have your very own staging server? Here is how to make that happen for $5 bucks a month using Envoyer, Forge, and Digital Ocean.…
The Amazon SES region we use to send email went down for approx 45 minutes. During that time, any emails that we had queued to run failed. This left us with a massive list of failed jobs which all needed to be released to the queue to run again. Sure would be handy to be able to relase multiple jobs at once.…