One-Liner: Drop all MySQL tables automatically
Have you ever wanted to drop all MySQL tables leaving the database untouched? Forget about issuing a DROP TABLE LIKE '%' ... DROP ALL TABLE... etc. those commands don't exist.
Handling version numbers efficiently in Maven
Maven, for those who don't know it, is a terrific tool used by almost all Java developers. It's so used mainly because it enforces a number of good practices to be adopted in your project, such as unit testing, documentation, project layout, and a long etc...
Vim: Jump to classes and functions defined in different files
I use Vim everyday. No matter what file format I'm opening (as long as it is a text file) Vim recognises it and help me with its edition. The shortcuts save me lot of time and impress my colleagues :)
How to setup wildcard subdomains in Linux
This simple tutorial will show you how to setup an small localhost nameserver to support wildcard subdomains in your development environment.
