When learning a new database API, I typically create a small script to exercises the […]
Either.js
Some time ago, I was watching this excellent video course by Neal Ford titled ?Functional […]
Basic JavaScript: Prototypical Inheritance vs. Functional Inheritance
Inheritance in JavaScript has been the topic of many discussions in the past and will […]
Writing Fast, Memory-Efficient JavaScript
Earlier this week, I read this great article titled ?Writing Fast, Memory-Efficient JavaScript? by Addy […]
Taming that client-side javascript mess with Backbone.js–Boise Code Camp session materials
I had a blast presenting on Backbone.js at Boise Code Camp this weekend. Thanks to […]
Resources for getting started with Backbone.js
The current product I am building makes heavy use of HTML5 & javascript to give […]
Basic JavaScript Part 12: Function Hoisting
Here are the links to the previous installments: Functions Objects Prototypes Enforcing New on Constructor […]
Basic JavaScript Part 11: Functional Initialization
Here are the links to the previous installments: Functions Objects Prototypes Enforcing New on Constructor […]