November 8th, 2009 by Thomas Fuchs, 11 comments »
Here are the slides from my “Extreme JavaScript Performance” talk that I gave at JSConf.eu on November 7 in Berlin.
I’m talking about 6 easy things you can do to improve your JavaScript runtime performance, ranging from simple things (function inlining) to some quite surprising findings on how JavaScript engines deal with loops.
There’s benchmarks for the four most common JavaScript engines, SpiderMonkey (Firefox 3.5), JavaScriptCore (Safari 4), JScript (Internet Explorer
and V8 (Google Chrome).
Be cautious however! Only do these optimizations if you have to, and, please, for the love of all the JavaScript gods, do not, ever, optimize prematurely.
Finally, here’s a PDF (750k) of the slides, if you want to read it offline and/or in dead tree form, and there’s a Github Gist of the example code, so you can run it yourself.
I welcome any comments, and findings you might have had with optimizing your JavaScript code.
Tweet This Post
Digg This Post
Share on Facebook
11 comments »
October 10th, 2009 by Thomas Fuchs, 2 comments »
Here’s an awesome presentation on Interface Design Basics from Samo Korošec.
Some good reading and thinking material for the weekend!
And maybe helps to make the web a little bit more use- and beautiful!
Tweet This Post
Digg This Post
Share on Facebook
2 comments »
July 6th, 2009 by Thomas Fuchs, 5 comments »
Here are the slides from a 3-hour tutorial/presentation I gave at a local university last year. (As it’s an introduction to both Ruby and Rails basics it’s still current!). It shows off some of the nice concepts in Ruby and in Rails, and actually has some code on slides which I’m a big fan of.
You can grab the Ruby sample code here and/or download the slides as PDF (18.8 MB).
BTW, if you’re on the east coast, there’ll be awesome Ruby and Rails courses starting in August tought by our friend Jeff Casimir, so drop by Jumpstart Lab and register for one!
Tweet This Post
Digg This Post
Share on Facebook
5 comments »
July 3rd, 2009 by Thomas Fuchs, 1 comment »
Here are the slides from the presentation Amy and I gave at Kings of Code ‘09 in Amsterdam. Probably not too helpful without the audio, it’s mostly for those of you that attended and asked for the slides, so please enjoy Rich and Snappy Apps (No Scaling Required).
You can also grab a PDF (3.4 MB).
Tweet This Post
Digg This Post
Share on Facebook
1 comment »
March 13th, 2008 by Thomas Fuchs, 8 comments »
Head over to John Resigs blog post for more information! And thanks for the positive feedback we’ve received!
Tweet This Post
Digg This Post
Share on Facebook
8 comments »