TJ VanToll is a front-end developer, author, and a senior developer advocate for Progress who spends his time helping web developers build mobile apps through projects like Cordova and NativeScript.
Developing in JavaScript in 2017
-
TJ VanToll & Raymond Camden &
- JavaScript

GetFULL access to >80 hours of recorded sessions
Join NowHave an account? Log in
JavaScript development has seen a lot of changes in recent years, between new specifications like ES6 and ES7 to new tooling like TypeScript. This free event takes a look at some of these advancements and how developers can realistically start taking advantage of them today.
Why I Was Wrong About TypeScript
In 2014, I made a strong argument that TypeScript was destined to be irrelevant and that my company should not use it in any of our projects. I was wrong. In 2017, TypeScript is taking over the JavaScript world, and we now use TypeScript for pretty much everything we build.
In this talk we’ll talk a look at why TypeScript succeeded where other compile-to-JavaScript frameworks like CoffeeScript and Dart have languished. We’ll then look at whether TypeScript is a good fit for your next development project.
ES6, ES7, where do I start???
JavaScript has evolved rapidly over the past few years and while that is, 100%, a good thing, some developers may be feeling a bit behind. In this session, Raymond will spend some time talking about how JS has changed, and is changing, and what are some good practical ways to start making use of modern JavaScript in your code right now.
Raymond Camden works as a Lead Developer Evangelist for HERE Technologies. He works on serverless, JavaScript, web standards, and enterprise cat demos. He is the author of multiple books on web development and has been actively blogging and presenting for almost twenty years. Raymond can be reached at his blog, @raymondcamden on Twitter, or via email at raymondcamden@gmail.com.
More Awesome Sessions
Build a Smart Slack Bot with Node.js and Watson - Hands-on Workshop
Dave Nugent will walk you through a hands-on workshop building a Slack bot using Node.js.
Build a Virtual Agent with JavaScript and Natural Language Processing
Dave Nugent will demonstrate how to build a smart agent using natural language processing.
Getting Started with the DOM
Edidiong Asikpo explains the DOM, it’s tree-like structure, and how to target and manipulate it.