Business and Engineering alignment
A developer's guide to convincing business stakeholders to approve technical investments like framework migrations and tech debt.
A developer's guide to convincing business stakeholders to approve technical investments like framework migrations and tech debt.
Explains how to use jQuery deferred objects with Backbone.js models for handling asynchronous operations like parallel saves.
Explains how to implement framework-level event communication between views in Backbone.js using a central event dispatcher.
Explores methods for detecting when a Backbone.js view is added to the DOM, discussing custom events and the livequery jQuery plugin.
A technical tutorial explaining how to switch between views and manage layout in a Backbone.js application, including code examples.
Explains the Backbone.js Router and History API, comparing it to MVC frameworks and showing how to handle client-side navigation.
A tutorial covering Backbone.js basics including Events, Models, and simple data-binding with practical code examples.
A technical guide exploring the Backbone Boilerplate, covering its setup, file structure, and integration with tools like Grunt and Require.js.