Building a web app using Backbone.js and require.js – Part 1

A few requests for the full source code for this project have been made. Please feel free to download the full project files via this repo: https://github.com/jkat98/imgettinit_netmvc At the end of last year I set some goals for myself, one of which was to start using and become proficient in Backbone.js. I’ll be honest in saying that I struggled for a bit to really wrap my head around everything that was going on. [Read More]

Building a web app using Backbone.js and require.js – Part 2

This post is the conclusion to the article Building a web app using Backbone.js and require.js – Part 1. Please be sure to read that article first before proceeding. In my previous post, we discussed the original idea for the project, outlined what its supposed to do, and started dissecting the project’s main.js and app.js files. Both of those files frequently referred to the “Games” Backbone view and collection, but never really explained them. [Read More]

Require.js, Knockback.js, A developer’s reaction (animated gif gallery)

While playing with the SPA project template (post forthcoming) I finally took some time to play around with Require.js. While its fairly easy to get started, it blew my mind how it almost instantly changed my mindset and habits with regard to organization of my code. At its most basic level, it allows you to break all of your code down into nice bite-sized chunks in individual files – but its so much more. [Read More]