Aurora SolutionsJun 19, 20151 minHow to install Docker on Ubuntu 14.04?Docker - Introduction Docker is an open source platform for developers & sysadmins to build, ship and run distributed applications;...
Aurora SolutionsFeb 16, 20153 minGrails & reCAPTCHAWhat is reCAPTCHA? reCAPTCHA is a powerful service to detect against spam & abuse and can very easily help your distinguish between an...
Aurora SolutionsAug 25, 20131 minGroovy: Multi-line StringsIn Groovy there are three ways to define multi-line Strings Method 1: Triple Quote def multiLineString = """Line 1 Line 2 Line 3""" ...