To save time when creating a new [Meteor](http://meteor.com) app just the way I like it, I’ve created a barebones bootstrapper on [github.com/productiveme/meteor-bones](http://github.com/productiveme/meteor-bones)
To save time when creating a new [Meteor](http://meteor.com) app just the way I like it, I’ve created a barebones bootstrapper on [github.com/productiveme/meteor-bones](http://github.com/productiveme/meteor-bones)
The target of this article is to take some of my best practices and process flow and form a recipe for building a mobile app with the least amount of effort going into plumbing and setup.
Below is my process for setting up a new VPS to serve one or more bundled meteor apps (could be read as nodejs apps). Once the droplet is created, I normally add a swap file to help with memory management…
Handy bash script to resize and replace images passed as arguments. Change w and h for your own requirements. If imagemagick is installed, it will use mogrify command or else it will fall back to sips. The resize keeps the…
A handy cakefile script to define how your coffeescript files should be combined and minified.