Dart By Example
| By: | David Mitchell |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781785282478 |
| eText ISBN: | 9781785289798 |
| Edition: | 1 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $47.99
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
Designed to create next generation apps, Google’s Dart offers a much more robust framework and also supersedes JavaScript in several aspects. Familiar yet innovative, compact yet scalable, it blows away the accumulated JavaScript legacy limitations. Dart was designed for great tool-ability and developer productivity, allowing you to create better application faster than before. Google chose it for their billion dollar advertising business and you have its power for your projects too. This book will introduce you the Dart language starting from its conception to its current form, and where it headed is through engaging substantial practical projects. You will be taken through building typical applications and exploring the exciting new technologies of HTML5. With example code projects such as a live data monitoring and viewing system, a blogging system, a slides presentation application, and more, then this book will walk you through step by step through building data-driven web applications with ease and speed.What you will learn
- Master the core Dart language, type system, and key development tools
- Connect to existing web services, process JSON, and create your own framework for the data display
- Run and debug the Dart server and web applications and compile them in JavaScript
- Handle form data and encryption
- Build and deploy server applications on the major OSes and implement the REST API
- Work with PostgreSQL?an industry standard relational database system
- Create robust applications with unit tests, documentation, and diagnostic logging
- Develop commandline applications, and explore the key data structures and libraries