Matt Burnett conducts a whistle-stop tour of ten essential Sublime Text plugins that will make you a happier and more productive JavaScript developer.
Tag: CoffeeScript
Matthew Wilkin demonstrates how to integrate Hubot with your Slack channel and write custom scripts to both improve and reduce employee efficiency.
Ivan Dimov demonstrates how to make a simple game in CoffeeScript, highlighting many of the language's strengths and time-saving features along the way.
CoffeeScript is a small language that compiles to JavaScript. In this article, Ivan Dimov shows how it can make you a happier, more productive JS developer.
A quick video introduction to three of the most popular preprocessors: Sass, Haml, and CoffeeScript.
JSPro celebrates the holiday seasons using CoffeeScript.
CoffeeScript is a programming language which compiles to JavaScript. That means that you write your code in CoffeeScript, run it through the compiler, and the output is JavaScript that canbe served up to your browser.
In this tutorial, Darcy Laycock will show us how to add CoffeeScript to a Rails application. In this case, we’ll continue building on our “shorty” url shortener from my Building Your First Rails Application series—to add some basic JavaScript using CoffeeScript and Barista, a gem to add seamless CoffeeScript support to Rails applications.