adequately good

decent programming advice

written by ben cherry




JavaScript: Better and Faster

“JavaScript: Better and Faster” is the name of a presentation I gave at Slide last week. It was generally well-received by the Slide crew so I decided to put a (slightly edited) copy of the accompanying slideshow online (runs in your browser). It’s not particularly dense, and doesn’t get into too much depth on any one topic, but I think it gives a great practical overview of the JavaScript landscape, including what things to look out for and neat techniques to write better code. The original intent was to cover the ins and outs of writing good, efficient JavaScript, targeted at people who write JavaScript every day, but have a strong background in Python.

I’d like to give a huge thanks to Scott Chacon, whose Showoff software made compiling this slideshow the most enjoyable thing imaginable. It took a little work to port the resultant slideshow to Google AppEngine, but I got it up and running. I’ll probably work on a more generalized Python/AppEngine adaptation of Showoff for my future use, since that’s my web platform and I want to keep using Showoff in the future. This experience also got me really turned on to Markdown, which I wasted no time in integrating into this blog.

This is the first presentation I’ve given in my professional career, and would much appreciate feedback on the slides.

filed under javascript, talks, and slide