JavaScript Authoring Tooling
Paul Irish present the latest improvements to developer tools that support your productivity in authoring JavaScript experiences.
Paul Irish present the latest improvements to developer tools that support your productivity in authoring JavaScript experiences.
There have been several attempts at patching static typing into JavaScript, but none have had notable success. TypeScript is different. Aligning with the EcmaScript 6 standard, it is a simple superset of JavaScript that’s easy and intuitive to learn — especially for those who know JavaScript. In this talk you …
This presentation covers the design decisions that drove creating AngularJS, the JavaScript framework that combines data binding, reusable components, dependency injection, and a host of other powerful capabilities for building modern web applications. Learn how to build extremely scalable applications that are fast to build, trivial to change and maintain, …
Maybe you’ve inherited some smelly JavaScript code, or maybe you’ve written some yourself, rushing to get a feature out the door knowing that you’re leaving yourself a mess to clean up later.
Today, we have the Single Page Application (SPA). Most web apps are now in the browsers themselves, and the web is becoming fluid, comfortable, and accessible from any device. Learn SPA design approach and then start exploring new techniques like structured JavaScript and responsive design. This talk also covers server-side …
The ability to create long running, rich applications using JavaScript and HTML5 can bring with it the need to solve memory leaks or improve the performance of JavaScript. In this demo-heavy session we’ll cover the tools available for finding memory leaks and improving the performance of JavaScript in Windows Store …