Blog
Putting our heads together.
Web Technologies
05/04/2015
Using ElasticSearch with Grails
Tips to use the plugin or develop a custom index management solution
Compare the ElasticSearch grails’ plugin with a custom solution. And remember, ElasticSearch is schema-free so indexing is almost a piece of cake.
Web Technologies
11/18/2013
Avoiding huge controllers in AngularJS
JavaScript Object Oriented Programming to the rescue!
How to build large front-end applications in AngularJS ? An option is to use JavaScript Object Oriented Programming to reduce controllers complexity and make them easier to maintain. Here is an example (snippets included) of how to define classes and instantiate them inside AngularJS controllers.