Testing your API documentation with Dredd
8th August 2016 4:05 pm
Documenting your API is something most developers agree is generally a Good Thing, but it's a pain in the backside, and somewhat boring to…
8th August 2016 4:05 pm
Documenting your API is something most developers agree is generally a Good Thing, but it's a pain in the backside, and somewhat boring to…
5th June 2016 3:32 pm
I use Jenkins as my main continuous integration solution at work, largely for two reasons: It generally works out cheaper to host it…
22nd May 2016 10:29 pm
You may have heard of Google's AMP Project , which allows you to create mobile-optimized pages using a subset of HTML. After seeing the…
14th May 2016 8:00 pm
PHP frameworks like Laravel aren't really set up to handle real-time events properly, so if you want to build a real-time app, you're…
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…