Groovy AST Transformations Aug 27, 2016 Playing with Groovy AST Transformations In the current project that I’m working on right now, the base backend programing language is Groovy. I didn’t have the chance to work with...
Real time applications on a micro services oriented architecture Jan 15, 2016 Micro services oriented architecture The idea behind micro services oriented applications is to avoid monolithic apps, deployed in an application server, which is often a single and big file. This...