Java - Using Google GSON

This indispensable library has brought me a great deal of joy when it comes to json-ifying objects and primitives.

Mícéal Gallagher in String 4 minutes

Java - Generating a MD5 hash

Word of warning: MD5 hashes are ONE-WAY; you cannot convert a hash back into it’s previous form. You might be thinking that this would be great for storing...

Mícéal Gallagher in String 2 minutes