OCI's Mark Volkmann Presenting on ES6 at 2015 Gateway Software Symposium, Apr. 10-11

ES6: Too Much Goodness to Wait!

The next version of JavaScript, defined by ECMAScript 6 (ES6), is packed with great, new features. There are many more significant additions than were provided in ES5. Firefox and Chrome are aggressively adding support for these and IE11 supports some, but it may be years before all popular browsers fully support ES6. The good news is that you don't have to wait to use ES6 features. You can use a transpiler today to convert ES6 code to ES5, enabling it to be run in current browsers and with Node.js. This process can be automated to occur whenever JavaScript file modifications are saved from any editor/IDE. This talk will describe tooling that enables this and provide an overview of many of the new features. These include modules, classes, arrow functions, default parameter values, destructuring, template strings, promises, generators, proxies and more. After hearing about these features, you won't want to wait to start using them!

About NFJS Gateway Software Symposium

This conference will focus on the latest technologies and best practices emerging in the Java / JVM software development space. Speakers are authors, consultants, open source developers, and recognized industry experts.

http://nofluffjuststuff.com/conference/st_louis/2015/04/home

About Mark

Mark Volkmann is a partner at Object Computing, Inc. (OCI) in St. Louis where he has provided software consulting and training since 1996. As a consultant, Mark has assisted many companies with Java, XML, Web, JavaScript, jQuery, Node.js, and AngularJS application development.

Mark has created and taught many courses on topics including: Java, Swing, XML, Ruby, HTML5, CSS3, JavaScript, jQuery, Node.js, and AngularJS.

Mark is a frequent presenter at St. Louis area user groups. He has written for XML Journal and the No Fluff Just Stuff (NFJS) magazine. He has presented at the XML DevCon, NFJS and Strange Loop conferences.

Mark frequently writes articles on various software development topics. These can be found at http://ociweb.com/sett.

secret