Mostrando las entradas con la etiqueta Dart. Mostrar todas las entradas
Mostrando las entradas con la etiqueta Dart. Mostrar todas las entradas

viernes, 25 de septiembre de 2015

El Libro del Día: Mastering Dart

El Libro del Día: 2015-09-25

Titulo: Mastering Dart
Autor: Sergey Akopkokhyants
Editorial: Packt
Nro Paginas: 346

Capítulos:
Chapter 1: Beyond Dart's Basics
Chapter 2: Advanced Techniques and Reflection
Chapter 3: Object Creation
Chapter 4: Asynchronous Programming
Chapter 5: The Stream Framework
Chapter 6: The Collection Framework
Chapter 7: Dart and JavaScript Interoperation
Chapter 8: Internalization and Localization
Chapter 9: Client-to-server Communication
Chapter 10: Advanced Storage
Chapter 11: Supporting Other HTML5 Features
Chapter 12: Security Aspects

Descarga:
Mastering_Dart

viernes, 23 de enero de 2015

El Libro del Día: Web Programming with Dart

El Libro del Día: 2015-01-23

Titulo: Web Programming with Dart
Autor: Moises Belchin, Patricia Juberias
Editorial: Apress
Nro Paginas: 446

Capítulos:
Chapter 1: Dart’s Flightpath So Far
Part I: Getting Started
Chapter 2: Setting up Dart Correctly
Part II: Dart Tools
Chapter 3: Making the Most of the Dart Editor
Chapter 4: Using Pub and dart2js to Compile Applications to JavaScript
Chapter 5: Application Launches
Chapter 6: Using the Dart Pub Package Manager
Chapter 7: Optimizing for Dart VM and Dartium
Chapter 8: Cleaning up with Dart Formatter
Chapter 9: Generating Dart Code Documentation
Chapter 10: Monitoring Your Applications with Observatory
Part III: The Dart Language: Basics
Chapter 11: The Dart Comment System
Chapter 12: Understanding Operators and Expressions
Chapter 13: Mastering Dart’s Variables and Data Types
Chapter 14: Flow Control Statements
Chapter 15: Working with Functions
Chapter 16: A Syntax Summary and Cheat Sheet
Part IV: The Dart Language: Advanced
Chapter 17: Processing Exceptions and Error Control
Chapter 18: Understanding Dart Classes
Chapter 19: Implicit Interfaces and Abstract Classes
Chapter 20: Implementing Generics and Typedefs
Chapter 21: Using Dart’s Libraries
Chapter 22: Leveraging Isolates for Concurrency and Multi-Processing
Chapter 23: Asynchronous Programming with Dart
Chapter 24: An Advanced Syntax Summary
Part V: Dart and Other Web Technologies
Chapter 25: Integrating Dart and HTML5
Chapter 26: Integrating Dart and CSS
Part VI: Dart and the Web Server
Chapter 27: Combining Web Services with Dart
Chapter 28: Dart on the Server Side
Part VII: Dart’s Future
Chapter 29: Implementing Design Patterns and Creating Web Components
Chapter 30: Developing a Dart App

Descarga:
Web_Programming_with_Dart

domingo, 28 de diciembre de 2014

El Libro del Día: Dart in Action

El Libro del Día: 2014-12-28

Titulo: Dart in Action
Autor: Chris Buckett
Editorial: Manning
Nro Paginas: 426

Capítulos:
PART 1 INTRODUCING DART
1 Hello Dart
2 “Hello World” with Dart tools
3  Building and testing your own Dart app
PART 2 CORE DART
4 Functional first-class functions and closures
5 Understanding libraries and privacy
6 Constructing classes and interfaces
7 Extending classes and interfaces
8 Collections of richer classes
9 Asynchronous programming with callbacks and futures
PART 3 CLIENT-SIDE DART APPS
10 Building a Dart web app
11 Navigating offline data
12 Communicating with other systems and languages
PART 4 SERVER-SIDE DART
13 Server interaction with files and HTTP
14 Sending, syncing, and storing data
15 Concurrency with isolates

Descarga:
Dart_in_Action

sábado, 27 de diciembre de 2014

El Libro del Día: Dart Up and Running

El Libro del Día: 2014-12-27

Titulo: Dart Up and Running
Autor: Kathy Walrath, Seth Ladd
Editorial: O'Reilly
Nro Paginas: 136

Capítulos:
1. Quick Start
2. A Tour of the Dart Language
3. A Tour of the Dart Libraries
4. Tools
5. Walkthrough: Dart Chat

Descarga:
Dart_Up_and_Running

viernes, 26 de diciembre de 2014

El Libro del Día: Dart for Absolute Beginners

El Libro del Día: 2014-12-26

Titulo: Dart for Absolute Beginners
Autor: David Kopec
Editorial: Apress
Nro Paginas: 320

Capítulos:
Chapter 1: Getting Set Up
Chapter 2: Your First Dart Programs
Chapter 3: Some Programming Fundamentals
Chapter 4: Five Small Programs to Showcase Fundamentals in Dart
Chapter 5: Functions
Chapter 6: Data Structures
Chapter 7: How Does the Web Work?
Chapter 8: Using Dart to Interact with HTML
Chapter 9: Hangman
Chapter 10: Object-Oriented Programming Fundamentals
Chapter 11: Object-Oriented Design
Chapter 12: Advanced Dart Concepts
Chapter 13: Testing Your Work
Chapter 14: Concurrency
Chapter 15: Tools of the Trade
Chapter 16: Putting It All Together
Chapter 17: Where to Go from Here
Chapter 18: Interview with Dart’s Creators
Appendix A: Dart Cheat Sheet
Appendix B: History of Web Programming
Appendix C: Dart Timeline
Appendix D: Great Resources

Descarga:
Dart_Absolute_Beginners