January 20th, 2015
Backbone JS enables you to create a JS application to connect with your existing API over a RESTful JSON interface. Backbone defines some…
September 16th, 2014
RequireJS is an excellent library for managing JavaScript dependencies and create JavaScript modules to encapsulate concepts in your…
September 8th, 2014
One of the first things we learn in a new programming language is how to implement a command line is to read the parameters provided by the…
June 16th, 2014
Yeoman MarionetteJS + Drupal generator Today I release the version 0.1.0-beta of Yeoman Generator Marionette + Drupal. If you want to create…
June 2nd, 2014
MarionetteJS is a layer that sits on BackboneJS to create scalable and professional applications. Some features of MarionetteJS are…
June 1st, 2014
RequireJS is a JavaScript library that allows us to isolate the components of our JS application as modules and resolve their dependencies…