CoffeeScript Application Development
Running a CoffeeScript Program
Our very first CoffeeScript code
Compiling from a CoffeeScript file
CoffeeScript support in the editor
Writing Your First Lines of CoffeeScript
Following along with the examples
Adding dynamic behavior to our application
Assigning multiple values at once
Defining a class in CoffeeScript
Calling methods statically on classes
Using CoffeeScript with other class libraries
Structuring our data with classes
Managing display logic with classes
Using inheritance while refactoring
Saving our work with memoization
Understanding asynchronous operations
Getting to know our remote API
Making an asynchronous request
Wrangling multiple asynchronous calls
Alternatives for managing asynchronous calls
Using CoffeeScript in More Places
CoffeeScript directly in the browser
CoffeeScript in the browser console
Using CoffeeScript with Brunch
Using CoffeeScript with Node.js
Running a server with CoffeeScript