Backbone.js
-
BackboneJS with Webpack: A lesson in optimization
Developing a large BackboneJS application presents a unique design problem. As developers, we like to organize our code so it is…
Read More » -
Understanding Backbone.js from the lens of a Java programmer
Let me start this blog in favor of backend or server-side programmers by making the following statement: “A server-side programmer (Java…
Read More » -
Backbone.js Events Example
The purpose of this tutorial is to provide basic understanding of backbone.js along with its components. We will be discussing that…
Read More » -
Introduction to the Backbone Query API
As a relatively “new” user of Backbone.js, I looked at different JSON querying tools that existed. At the time I…
Read More » -
Why should we use server side in Backbone.js?
One of the challenges when building nontrivial Web applications is that JavaScript’s non-directive nature can initially lead to a lack…
Read More » -
Communicating between views in Backbone
The backbone application that I am currently working on has a document section and a sidebar section. …
Read More »