Programming 31 August 2018 Data Migration Woes #1: How I improved an import by 5x with one extra query
Programming 17 July 2018 Validating Compound-Field Uniqueness in AdonisJS (4.x) AdonisJS provides a lot of really nice stuff out of the box for rapid development of an application, but as with any framework occasionally there are bits missing that would be useful.
Programming 13 July 2018 Overriding Core Providers in AdonisJS (4.x) I've been working with AdonisJS (4.1) lately on a rebuild of some services and such at my job. Today we noticed that password reset tokens contained plusses, and we wanted to see about changing that.
Miscellaneous 12 July 2018 A clean slate Lately, I have been experiencing MUCH higher than normal amounts of SPAM in my inbox. So I finally decided that it was time to consider doing something about it.
Programming 12 April 2016 Easily Running Custom Scripts in a Bootstrapped Laravel Environment Laravel is pretty great. It conveniently includes a very robust command line tool, artisan, that can very easily be extended with custom commands.