Dart is one of the most interesting innovations to come from Google in recent years. It combines OO concepts with modern day web development and spits out JS code that can be run in any modern web browser as well as Dart byte code that can run on the DartVM.
It hides away all the bad parts in JS and gives you a clean, easy to understand platform to build powerful web applications.
Combined with Polymer, the framework to build components for the web, Dart makes itself the perfect platform for someone coming from a strong OO background to get started in web development.
In this session we will learn what Dart is all about, how you can build powerful web applications using Dart & Polymer and learn tips and tricks to speed up your Dart development.
We’ll go over the syntax, the tools, pitfalls, the language quirks, demo’s, examples and much much more.
By the end of the session, you’ll know enough to build a real world, production ready Dart app.