Career direction after seven years

25th September 2018 9:03 pm

Earlier this month, I passed the seven year anniversary of starting my first web dev job. That job never really worked out, for various…

Mutation testing with Infection

13th September 2018 7:10 pm

Writing automated tests is an excellent way of catching bugs during development and maintenance of your application, not to mention the…

Switching from Vim to Neovim

9th September 2018 12:40 pm

I honestly thought it would never happen. I've been using Vim since 2008, and every other editor I've tried (including VSCode, Emacs…

Better strings in PHP

25th July 2018 9:25 pm

One of the weaknesses of PHP as a programming language is the limitations of some of the fundamental types. For instance, a string in PHP is…