Jess Genevieve's articles
What are Source Maps all about?
If you’ve ever found yourself wishing there was a hassle-free way to keep your clientside coding simple to debug and read after it’s been combined and minified, then Source Maps is here to make your life that much easier!
What is CoffeeScript all about?
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.