Grunt JS is a task runner, and what that means is that using a command-line interface you can perform predefined tasks that you can configure in a JSON file. These tasks can used for many things such as compiling, minify, testing, watch for file changes and others.
Read more...
Vagrant is a tool to create and configure VMs for development. You basically write a config file that can be shared with the rest of the team and added to your project repository. This post is an introduction to the configuration and will show you how to quickly setup Ubuntu box for RVM+Ruby development; and another for Apache+PHP.
Read more...
A simple JQuery plugin to drag and drop files and ajax uploads.
Read more...