An introduction to managing your servers with Ansible
10th August 2016 7:45 pm
If, like me, you're a web developer who sometimes also has to wear a sysadmin's hat, then you'll probably be coming across the same set of…
10th August 2016 7:45 pm
If, like me, you're a web developer who sometimes also has to wear a sysadmin's hat, then you'll probably be coming across the same set of…
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…