Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Learning Dart - Second Edition Ed 2

Posted By: roxul
Learning Dart - Second Edition Ed 2

Ivo Balbaert, "Learning Dart - Second Edition Ed 2"
English | ISBN: 1785287621 | 2015 | 382 pages | AZW3 | 5 MB

Learn to develop high performance applications with Dart 1.10
About This Book
Develop apps for the modern web using Dart and HTML5
Clarify and shorten your Dart code using enums
Build a complex UI for business applications with Dart's Polymer framework, based on web components
Who This Book Is For
If you want to become a developer for the modern web, or wish to add Dart to your tool belt, then this book is for you. The book assumes you have basic HTML experience and know how web applications work. Some previous programming experience, preferably in a modern language like C#, Java, Python, Ruby or JavaScript, will give you a head start. You can work with Dart on your preferred platform, be it Linux, Mac OS X or Windows.
What You Will Learn
Structure your code using functions, classes, generics, packages and libraries
Use the power of modern browsers to process and store data
Make games by drawing, and using audio and video in the browser
Develop an application with a model-driven and spiral-paced approach
Discover the Observatory tools for profiling memory and CPU usage of Dart programs
Store your app's data in MySQL and MongoDB through Dart
Build powerful HTML5 forms, validate and store data in local storage, and use web components to build your own user interface
Run your Dart server on an App Engine Managed VM
In Detail
Dart is an open source programming language for the web, developed at Google, with a steadily growing community. It is a single language for both client and server, appropriate for the full range of devices on the web – including phones, tablets, laptops, and servers. It encompasses the lessons of the last two decades of web programming.
This book will give you a thorough overview of Dart, taking you through its ecosystem, syntax, and development principles.
With this book, you will build web games using HTML5, audio, and video, and also dive into processing and displaying data in HTML5 forms with Dart. You will also learn how web components fit together with HTML5, and how to apply them in business web applications of the future. You will discover how to store data on the client, communicate data between client and server with JSON, and store JSON data with MongoDB and MySQL.
Stop solving new challenges with the same old tools – let Dart show you a whole new way.
Style and approach
This book provides you a project-based approach, with everything you need to start or enhance your career in the future of web development with Dart. It follows the spiral approach: each project builds up in successive spirals, adding new features in each step.