- Free book by Mixu: http://singlepageappbook.com/
- Using CORS: http://www.html5rocks.com/en/tutorials/cors/#toc-introduction
- Scroll Performance (more detail about debouncing scroll/resize events): http://www.html5rocks.com/en/tutorials/speed/scrolling/
- How Browsers Work: http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/
- KnockoutJS Interactive Tutorials: http://learn.knockoutjs.com/
- Effectively Managing Memory at Gmail Scale: http://www.html5rocks.com/en/tutorials/memory/effectivemanagement/
- Profiling memory performance (Chrome Dev Tools Documentation): https://developers.google.com/chrome-developer-tools/docs/heap-profiling
- Free CodeSchool video about DevTools, memory profiling: http://discover-devtools.codeschool.com/
- Application builder: http://brunch.io/
- My brunch template (brunch-jade-stylus): https://github.com/TessaHarmon/brunch-jade-stylus
- ViewModels & observables: https://knockoutjs.com/
- PathJS, library agnostic routing: https://github.com/mtrpcic/pathjs
- Ender, a Javascript Micro-framework: http://ender.jit.su/
- Jade, HTML preprocessor/templating: http://jade-lang.com/
- Stylus, CSS preprocessing: http://learnboost.github.com/stylus/
- RadioJS: Pub/Sub for inter-module communication: http://radio.uxder.com/
- UnderscoreJS: Utility belt library for JS: http://underscorejs.org/