Permalink

63

A Few New Things Coming To JavaScript

Read Later submit to reddit

I believe the day-to-day practice of writing JavaScript is going to change dramatically for the better when ECMAScript.next arrives. The coming year is going to be an exciting time for developers as features proposed or finalised for the next versions of the language start to become more widely available.

In this post, I will review some of the features I'm personally looking forward to landing and being used in 2013 and beyond.

Continue Reading →

Permalink

2

Writing Fast, Memory-Efficient JavaScript

Read Later submit to reddit

JavaScript engines such as Google’s V8 (Chrome, Node) are specifically designed for the fast execution of large JavaScript applications. As you develop, if you care about memory usage and performance, you should be aware of some of what’s going on in your user’s browser’s JavaScript engine behind the scenes.

In my article on Smashing Magazine, I discuss how to write JavaScript that is memory efficient, including a few tips along the way about tools and techniques that can help you track down those memory leaks in your apps.

I hope you find it useful if you haven't had a chance to check it out yet.

Permalink

12

The Breakpoint: Episode 3 – DevTools Source Maps, Shortcut Secrets And JSRun

Watch Later submit to reddit

 

In this episode, we take Coffeescript to JavaScript to Minified and all the way back with source maps. In addition to a new Coffeescript source map workflow, we cover the latest sourcemap updates so you can understand how to dramatically improve your debugging experience.

We also take you through a number of Source (and other panel) shortcuts for searching, filtering Continue Reading →