Angular Optimizely

Context I recently had a need to integrate Optimizely into an AngularJS app. If you've researched integrating Angular and Optimizely before, you might have thought that this isn't possible at all given how Optimizely generally requires content to be on the page before it runs and how Angular apps won't… Read more »

You might not need sudo

I've noticed a trend recently of junior developers and people writing documentation for developer tools to use the sudo command to get stuff done. For most purposes, sudo is overkill and it's misuse can introduce bugs and vulnerabilities into your application. Here's an example I found just today: Execute $ sudo… Read more »

Running WordPress on Heroku

This is an account of a particular use-case I ran into recently and how I solved my problem by hosting WordPress on Heroku. I recently needed to migrate a client's site to new hosting. It's a WordPress-based site so normally I'd go for WP Engine but unfortunately the client is… Read more »