Tuesday, October 22nd, 2013
Here’s an end-to-end REST implementation in Chicago Boss. Not sure has anyone a nice concise guide out there so hope this is useful. Overview A very simple model (Book[title, author, insertTimestamp, updateTimestamp]) CRUD implementation where       Create is a POST request       Read is a […]
Wednesday, September 18th, 2013
Vagrant is a great tool for getting a virtualized server up and running The following is a cookbook and Vagrantfile for setting up a 64bit ubuntu box. I had a lot of workarounds to get an environment successfully set up, hopefully this will ease the pain Install Vagrant and VirtualBox Create cookbook folder for chef Clone […]