Dart is a new, innovative language developed by Google which is poised to take the web by storm. For client side web app development, Dart has many advantages over JavaScript. These include but are not limited to: improved speed, enforcement of programmatic structure, and improved facilities for software reuse. Best of all, Dart is automatically converted to JavaScript so that it works with all web browsers. Dart is a fresh start, without the baggage of the last two decades of the web. Why start learning to program with yesterday’s technology?
- Teaches you the fundamentals of programming and the technologies behind the web.
- Utilizes the cutting edge, easy to learn, structured Dart programming language so that your first steps are pointed towards the future of web development.
- No prior knowledge is required to begin developing your own web apps.
What youll learn
- Become proficient in the fundamentals of programming.
- Learn how the technologies behind the web work.
- Use Dart to write small to medium size web apps.
- Understand enough HTML and CSS to create your own designs.
- Be capable of interpreting others’ code.
- Develop a foundation that enables you to further advance your programming skills.
Who this book is for
Dart for Absolute Beginners is for readers with no prior knowledge of programming (or even HTML) who are interested in taking their first steps into web development with the latest and greatest web programming language, Dart. Hobbyists will appreciate its easy-to-digest content, while its focus on the cutting edge Dart language will appeal to professionals. Its also for the reader who simply has a curiosity about how the web and/or programming works he will gain insight into its technologies without getting into the tiresome emphasis on semantics in some introductory texts. Dart for Absolute Beginners is a thoroughly approachable text for new programmers of all backgrounds.
Table of Contents
- Getting Set Up
- Your First Dart Programs
- Some Programming Fundamentals
- Five Small Programs to Showcase Fundamentals in Dart
- Functions
- Data Structures
- How Does the Web Work?
- Using Dart to Interact with HTML
- Hangman
- Object-Oriented Programming Fundamentals
- Object-Oriented Design
- Advanced Dart Concepts
- Testing Your Work
- Concurrency
- Tools of the Trade
- Putting it All Together
- Where to Go from Here
- Interview with Dart's Creators
- Appendix A: Dart Cheat Sheet
- Appendix B: History of Web Programming
- Appendix C: Dart Timeline
- Appendix D: Great Resources