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.…