Spin Up That Development VM with Vagrant

Spin Up That Development VM with Vagrant

Large hard drives and spare CPU cycles have made running multiple virtual machines off your MacBook feasible, and VirtualBox + Linux have made it free.  But actually setting up a VM for each development project always seemed like a bit too much trouble – until I met...

Beautify Your Objective-C Code

Uncrustify is an open source code formatting tool for various languages including C, C++ and C#. It can also be used to format Objective-C code. Uncrustify offers a large number of fine-grained options for code formatting that can be somewhat daunting to set up. The...
Managing Your Development Software with Chocolatey

Managing Your Development Software with Chocolatey

Developers tend to have to deal with lots of machines (especially if you include virtual machines). Developers also tend to be pretty picky about their development environments, and the tools they use. That means they tend to want to be able to install a particular...