ghost Super Simple Code Highlighting for Ghost Ghost has a neat feature called Code Injection that allows you to add any code you want to your blog's header and footer without messing around in theme files. You can use Code
dev-notes Ember.computed.apply When a Computed Property needs to observe a long list of properties, especially if that list can be generated at runtime, it can save a lot of effort and maintenance headaches to generate
atom My Atom Setup I switched from Sublime to Atom around 6 months ago and haven't looked back since. The level of customisation available and the flourishing community have convinced me to stay despite the occasional hic-ups
ghost Running multiple Ghost blogs on a VPS This is a continuation of my previous post Installing Ghost on Ubuntu 14.04 Ghost doesn't natively support a multi-site setup in the same manner as WordPress so there is a little more
ghost Installing Ghost on Ubuntu 14.04 When I'm working with a new app or new technology I like to jump in at the deep end because I want to understand what's going on under the hood when using third