OS X has been fortunate to have always been blessed with great development tools, from the ubiquitous Xcode IDE - still arguably the best…
The old version of this website was built using Jekyll. Jekyll is a popular static website generator which uses Ruby to parse markdown/HTML…
Another useful tidbit for someone (or possibly my future self). MySQL did not like the default value for my datetime fields when running an…
Whilst I am a huge fan of ES6, and I use it in my newer projects, I ran across an error today that proved troublesome to resolve (partly as…
When creating new projects, the standard package.json file usually contains a MIT License or similar – but for those of us (Evil Capitalists…
Our new App Punterest is still in its infancy, and we noticed that in the first release there was a few bugs in the registration and login…
After a couple of weeks of development, and a few false starts, v1.0 of our joke and pun sharing community App Punterest is finally…
Run this on the Terminal in the folder if you want to recursively remove all traces of Git from a directory. This will remove .gitignore and…
I am a big fan of Expression Engine for standard CMS style needs, the only issue is that the .htaccess for mod_rewrite will obviously only…
I am creating a Facebook Canvas Application, and I wanted to use AngularJS to power the dynamic aspects of it as I need to have a two way…
Had a few headaches with vi today, turns out it wasn't reading the .vimrc file, and then that opened up another can of worms... Do all of…
When creating this blog, I wanted to use a variable for the file path to my font files, whilst straight forward enough, I couldn't find a…
I was writing an API and couldn't decide which HTTP verb to use to update an object. So this is just a quick post to clarify the difference…
I am a huge fan of Amazon Web Services, especially Elastic Beanstalk, and I love how easy it is to spin up and cast aside instances. When…
This article refers to an older version of Hapi and the server configuation is now handled differently, but the gist is still the same. I am…