Tag: ndc

  • The Post JavaScript Apocalypse – Douglas Crockford

    This talk speculates about the next language after JavaScript, and what to do in the mean time about some of the new features in ES6. There will be an emphasis on simplicity and quality. The web is cluttered and full of errors. The talk will also touches on why you should subscribe to HBO. NDC…

  • Choosing a JavaScript Framework – Rob Eisenberg

    In the last couple of years there has been an explosion in JavaScript frameworks. How is a developer or business to make a wise choice? What are the advantages, trade-offs and differences? In this talk we’ll compare and contrast six popular front-end frameworks: Angular 1, Angular 2, Polymer, React, Ember and Aurelia. We’ll look at…

  • There Be Dragons in the New JavaScript – Scott Allen

    After two years of using ECMAScript 2015 features in live applications, I’ve come to recognize a few areas that developers can find confusing. There are also features with the potential to hurt the maintainability of the code for other developers, and degrade the performance of the application at runtime. In this session we’ll look at…

  • JavaScript Patterns for 2017 – Scott Allen

    The JavaScript language and ecosystem have seen dramatic changes in the last 2 years. In this sessions we’ll look at patterns for organizing code using modules, talk about some of the pros and cons of new language features, and look at the current state of build tools and build patterns. Original source