Writing faster Laravel tests

4th April 2016 7:55 pm

Nowadays, Laravel tends to be my go-to PHP framework, to the point that we use it as our default framework at work. A big part of this is…

My experience using PHP 7 in production

18th March 2016 7:42 pm

In the last couple of weeks I've been working on a PHP web app. Nothing unusual there, except this was the first time we'd used PHP 7 in…

Mocking external APIs in Python

26th January 2016 11:40 pm

It's quite common to have to integrate an external API into your web app for some of your functionality. However, it's a really bad idea to…