Parallel JavaScript
JavaScript is the lingua franca of the web, yet it remains predominantly sequential and web applications until recently have been unable to utilize hardware parallelism. The goal of Parallel JavaScript is to change that.
JavaScript is the lingua franca of the web, yet it remains predominantly sequential and web applications until recently have been unable to utilize hardware parallelism. The goal of Parallel JavaScript is to change that.
The goal of this talk is for you to understand scopes, scope chains, and closures. You will also be able to easily and quickly explain them to other developers.
The web is filled with tutorials and information on how to use JavaScript in web development. The diversity of techniques and approaches using JavaScript can be overwhelming. This talk focused on how to become productive quickly using JavaScript on your next project (or maybe improve your use of JavaScript).
This presentation explains how easy it is to build a radio streaming application with Ember.js. This presentation is comprised entirely of live code and in 20 minutes gives you an introduction to the updates, features, and capabilities of modern Ember, an open-source client-side JavaScript web application framework based on the …
HTML5 and related specifications come with a lot of new JavaScript APIs as communication is one of the most important aspects. It is now possible to send cross-frame, cross-browser tab, even cross-domain requests, receive push messages from the server, use bi-directional full-duplex communication, and more. This session discusses these and …
JavaScript applications keep getting bigger, more complex, and harder to debug. Without stacktraces, how are we expected to find, decipher, and fix our bugs? “Stacktrace or GTFO!”