Dart for Hipsters(English, Paperback, Strom Chris) | Zipri.in
Dart for Hipsters(English, Paperback, Strom Chris)

Dart for Hipsters(English, Paperback, Strom Chris)

Quick Overview

Rs.3800 on FlipkartBuy
Product Price Comparison
Psst! You're not stuck with JavaScript anymore. Dart for Hipsters teaches you the fastest way possible: with real code and real projects starting on page 1. The unabashed goal of Dart is to make programming for the Web simpler, faster, and more powerful. And Dart for Hipsters is the fast-paced, most thorough way to learn it. You'll explore the ins and outs of Dart by writing a simple application that grows in complexity from modest beginnings to a separate library that fully leverages the power of Dart. In Dart for Hipsters, you follow project-based chapters demonstrating real-world problems solved with Dart. Each project serves as the foundation for deeper discussion of defining features of Dart, such as its support for functional programming. As you reinforce your understanding of Dart, you'll move on to more complex projects which, in turn, spur more complex discussions, such as how to maintain Dart and JavaScript side-by-side. By the end of this book, not only will you have a thorough introduction to the language, but you'll also have built an entire MVC library from scratch. Since Dart aims to be familiar, you won't see the usual "Hello, World."Instead, you jump right in by writing an Ajax-powered application, followed by a more detailed discussion of Dart's basic types. Along the way, Dart for Hipsters shows you how to compile Dart into JavaScript, how to use Dart's simple object-oriented programming approach, and how to build well-factored, easily used and maintained libraries. You'll see dynamic features of the language in action, such as injecting different data syncing behaviors for an entire framework with one line of code. Best of all, you'll learn how Dart makes working with HTML5 and similar technologies a breeze. What You Need: You will need Dartium, a preview release of Chrome with the Dart VM built-in. For some of the examples, you need either the dart2js tool or the Dart Editor to compile Dart down into JavaScript.