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

miércoles, 29 de junio de 2016

El Libro del Día: Functional JavaScript

El Libro del Día: 2016-06-29

Titulo: Functional JavaScript
Autor: Michael Fogus
Editorial: O'Reilly
Nro Paginas: 260

Capítulos:
1. Introducing Functional JavaScript
2. First Class Functions and Applicative Programming
3. Variable Scope and Closures
4. Higher Order Functions
5. Function Building Functions
6. Recursion
7. Purity, Immutability, and Policies for Change
8. Flow Based Programming
9. Programming Without Class
A. Functional JavaScript in the Wild
B. Annotated Bibliography

Descarga:
Functional_JavaScript

miércoles, 16 de marzo de 2016

El Libro del Día: Learning Underscore.js

El Libro del Día: 2016-03-16

Titulo: Learning Underscore.js
Autor: Alex Pop
Editorial: Packt
Nro Paginas: 224

Capítulos:
Chapter 1: Getting Started with Underscore.js
Chapter 2: Using Underscore.js with Collections
Chapter 3: Using Underscore.js with Arrays, Objects, and Functions
Chapter 4: Programming Paradigms with Underscore.js
Chapter 5: Using Underscore.js in the Browser, on the Server, and with the Database
Chapter 6: Related Underscore.js Libraries and ECMAScript Standards
Chapter 7: Underscore.js Build Automation and Code Reusability

Descarga:
Learning_Underscore.js

jueves, 21 de enero de 2016

El Libro del Día: Xamarin Studio for Android Programming

El Libro del Día: 2016-01-21

Titulo: Xamarin Studio for Android Programming
Autor: Mathieu Nayrolles
Editorial: Packt
Nro Paginas: 298

Capítulos:
Chapter 1: Getting Started
Chapter 2: Mastering the Life and Death of Android Apps
Chapter 3: Building a GUI
Chapter 4: Using Android Resources
Chapter 5: Using On-Phone Data
Chapter 6: Populating Your GUI with Data
Chapter 7: Using Android Services
Chapter 8: Mastering Intents – A Walkthrough
Chapter 9: Playing with Advanced Graphics
Chapter 10: Taking Advantage of the Android Platform
Chapter 11: Using Hardware Interactions
Chapter 12: Debugging and Testing
Chapter 13: Monetizing and Publishing Your Applications
Appendix: Mono – The Underlying Technology

Descarga:
Xamarin_Studio_for_Android_Programming

martes, 4 de agosto de 2015

El Libro del Día: You Don't Know JS. Up & Going

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

Titulo: You Don't Know JS. Up & Going
Autor: Kyle Simpson
Editorial: O'Reilly
Nro Paginas: 87

Capítulos:
1. Into Programming
2. Into JavaScript
3. Into YDKJS

Descarga:
You_Don't_Know_JS._Up_&_Going

viernes, 5 de junio de 2015

El Libro del Día: Practical .NET 2.0 Networking Projects

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

Titulo: Practical .NET 2.0 Networking Projects
Autor: Wei-Meng Lee
Editorial: Apress
Nro Paginas: 291

Capítulos:
CHAPTER 1 Sockets Programming
CHAPTER 2 Serial Communications
CHAPTER 3 Incorporating Fingerprint Recognition into Your .NET Application
CHAPTER 4 Infrared Programming
CHAPTER 5 Fun with RFID
CHAPTER 6 Interfacing with External Devices

Descarga:
Practical_.NET_2.0_Networking_Projects

jueves, 28 de mayo de 2015

El Libro del Día: Functional Programming in JavaScript

El Libro del Día: 2015-05-28

Titulo: Functional Programming in JavaScript
Autor: Dan Mantyla
Editorial: Packt
Nro Paginas: 172

Capítulos:
Chapter 1: The Powers of JavaScript's Functional Side a Demonstration
Chapter 2: Fundamentals of Functional Programming
Chapter 3: Setting Up the Functional Programming Environment
Chapter 4: Implementing Functional Programming Techniques in JavaScript
Chapter 5: Category Theory
Chapter 6: Advanced Topics and Pitfalls in JavaScript
Chapter 7: Functional and Object oriented Programming in JavaScript
Appendix A: Common Functions for Functional Programming in JavaScript
Appendix B: Glossary of Terms

Descarga:
Functional_Programming_in_JavaScript

lunes, 22 de diciembre de 2014

El Libro del Día: Programming HTML5 Applications

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

Titulo: Programming HTML5 Applications
Autor: Zachary Kessin
Editorial: O'Reilly
Nro Paginas: 142

Capítulos:
1. The Web As Application Platform
2. The Power of JavaScript
3. Testing JavaScript Applications
4. Local Storage
5. IndexedDB
6. Files
7. Taking It Offline
8. Splitting Up Work Through Web Workers
9. Web Sockets
10. New Tags
Appendix: JavaScript Tools You Should Know

Descarga:
Programming_HTML5_Applications

martes, 16 de diciembre de 2014

El Libro del Día: Learning SQL Server Reporting Services 2012

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

Titulo: Learning SQL Server Reporting Services 2012
Autor: Jayaram Krishnaswamy
Editorial: Packt
Nro Paginas: 566

Capítulos:
Chapter 1: Overview and Installation - SQL Server Reporting Services 2012
Chapter 2: SQL Server Reporting Services 2012 Projects with Visual Studio 2012
Chapter 3: Overview of SQL Server Reporting Services 2012 Architecture, Features, and Tools
Chapter 4: Working with Report Manager
Chapter 5: Working with Report Builder 3.0
Chapter 6: Power View and Reporting Services
Chapter 7: Self-service Data Alerts in SSRS 2012
Chapter 8: Reporting Services and Programming
Chapter 9: Windows Azure SQL Reporting
Chapter 10: Applications Accessing Report Servers

Descarga:
Learning_SQL_Server_Reporting_Services_2012

miércoles, 3 de diciembre de 2014

El Libro del Día: Microsoft SQL Server 2012 T-SQL Fundamentals

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

Titulo: Microsoft SQL Server 2012 T-SQL Fundamentals
Autor: Itzik Ben-Gan
Editorial: Microsoft
Nro Paginas: 442

Capítulos:
Chapter 1 Background to T-SQL Querying and Programming
Chapter 2 Single-Table Queries
Chapter 3 Joins
Chapter 4 Subqueries
Chapter 5 Table Expressions
Chapter 6 Set Operators
Chapter 7 Beyond the Fundamentals of Querying
Chapter 8 Data Modification
Chapter 9 Transactions and Concurrency
Chapter 10 Programmable Objects

Descarga:
Microsoft_SQL_Server_2012_TSQL_Fundamentals

martes, 2 de diciembre de 2014

El Libro del Día: Beginning T-SQL 2012

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

Titulo: Beginning T-SQL 2012
Autor: Scott Shaw, Kathi Kellenberger
Editorial: Apress
Nro Paginas: 449

Capítulos:
Chapter 1: Getting Started
Chapter 2: Writing Simple SELECT Queries
Chapter 3: Using Functions and Expressions
Chapter 4: Querying Multiple Tables
Chapter 5: Grouping and Summarizing Data
Chapter 6: Manipulating Data
Chapter 7: Understanding T-SQL Programming Logic
Chapter 8: Working with XML
Chapter 9: Moving Logic to the Database
Chapter 10: Working with Data Types
Chapter 11: Writing Advanced Queries
Chapter 12: Where to Go Next

Descarga:
Beginning_TSQL_2012

lunes, 6 de octubre de 2014

El Libro del Día: Exam Ref 70-483 Programming in C#

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

Titulo: Exam Ref 70-483 Programming in C#
Autor: Wouter de Kort
Editorial: Microsoft
Nro Paginas: 379

Capítulos:
Chapter 1 Manage program flow
Chapter 2 Create and use types
Chapter 3 Debug applications and implement security
Chapter 4 Implement data access

Descarga:
ExamRef_70483_Programming_C#