Mostrando las entradas con la etiqueta Data Structures. Mostrar todas las entradas
Mostrando las entradas con la etiqueta Data Structures. Mostrar todas las entradas

miércoles, 13 de julio de 2016

El Libro del Día: Mastering JavaScript

El Libro del Día: 2016-07-13

Titulo: Mastering JavaScript
Autor: Ved Antani
Editorial: Packt
Nro Paginas: 250

Capítulos:
Chapter 1: JavaScript Primer
Chapter 2: Functions, Closures, and Modules
Chapter 3: Data Structures and Manipulation
Chapter 4: Object-Oriented JavaScript
Chapter 5: JavaScript Patterns
Chapter 6: Testing and Debugging
Chapter 7: ECMAScript 6
Chapter 8: DOM Manipulation and Events
Chapter 9: Server-Side JavaScript

Descarga:
Mastering_JavaScript

jueves, 4 de junio de 2015

El Libro del Día: Pro Asynchronous Programming with .NET

El Libro del Día: 2015-06-04

Titulo: Pro Asynchronous Programming with .NET
Autor: Richard Blewett, Andrew Clymer
Editorial: Apress
Nro Paginas: 336

Capítulos:
Chapter 1: An Introduction to Asynchronous Programming
Chapter 2: The Evolution of the .NET Asynchronous API
Chapter 3: Tasks
Chapter 4: Basic Thread Safety
Chapter 5: Concurrent Data Structures
Chapter 6: Asynchronous UI
Chapter 7: async and await
Chapter 8: Everything a Task
Chapter 9: Server-Side Async
Chapter 10: TPL Dataflow
Chapter 11: Parallel Programming
Chapter 12: Task Scheduling
Chapter 13: Debugging Async with Visual Studio
Chapter 14: Debugging Async - Beyond Visual Studio

Descarga:
Pro_Asynchronous_Programming_with_.NET

viernes, 17 de octubre de 2014

El Libro del Día: Data Structures & Algorithms with JavaScript

El Libro del Día: 2014-10-17

Titulo: Data Structures & Algorithms with JavaScript
Autor: Michael McMillan
Editorial: O'Reilly
Nro Paginas: 246

Capítulos:
1. The JavaScript Programming Environment and Model
2. Arrays
3. Lists
4. Stacks
5. Queues
6. Linked Lists
7. Dictionaries
8. Hashing
9. Sets
10. Binary Trees and Binary Search Trees
11. Graphs and Graph Algorithms
12. Sorting Algorithms
13. Searching Algorithms
14. Advanced Algorithms

Descarga:
DataStructures_Algorithms_JavaScript