El Libro del Día: 2016-04-08
Titulo: Sails.js Essentials
Autor: Shaikh Shahid
Editorial: Packt
Nro Paginas: 108
Capítulos:
Chapter 1: Revisiting Node.js Concepts
Chapter 2: Developing Node.js Web Server
Chapter 3: Introduction to Sails.js and MVC Concepts
Chapter 4: Developing REST API Using Sails.js
Chapter 5: Build a Chat System Using Sails.js
Chapter 6: Building a Real-Time News Feed App Using Sails.js
Chapter 7: Creating a TODO Single-Page Application
Chapter 8: Sails.js Production Checklist
Descarga:
Sails.js_Essentials
Blog de Luis Dueñas dedicado a la difusión del Desarrollo en Microsoft .NET, Visual Studio, WinForms, WebForms, MVC, ASP .NET, jQuery, AJAX, HTML5, JavaScript, Móviles, etc. Encontrarás Libros, Demos, Artículos Técnicos, Entrenamiento.
Mostrando las entradas con la etiqueta REST API. Mostrar todas las entradas
Mostrando las entradas con la etiqueta REST API. Mostrar todas las entradas
viernes, 8 de abril de 2016
El Libro del Día: Sails.js Essentials
Etiquetas:
Chat System,
Checklist,
Concepts,
Developing,
Essentials,
Framework,
Javascript,
Libros,
MVC,
Node.js,
Packt,
Production,
Real-time,
REST API,
Sails.js,
Shaikh Shahid,
SPA,
TODO,
Tutorial,
Web Server
jueves, 28 de enero de 2016
El Libro del Día: Getting MEAN with Mongo, Express, Angular, and Node
El Libro del Día: 2016-01-28
Titulo: Getting MEAN with Mongo, Express, Angular, and Node
Autor: Simon Holmes
Editorial: Manning
Nro Paginas: 442
Capítulos:
Part 1: Setting the BaseLine
1. Introducing full stack development
2. Designing a MEAN stack architecture
Part 2: Building a Node Web Application
3. Creating and setting up a MEAN project
4. Building a static site with Node and Express
5. Building a data model with MongoDB and Mongoose
6. Writing a REST API: Exposing the MongoDB database to the application
7. Consuming a REST API: Using an API from inside Express
Part 3: Adding a Dynamic Front End with Angular
8. Adding Angular components to an Express application
9. Building a single page application with Angular: Foundations
10. Building an SPA with Angular: The next level
Part 4: Managing authentication and user sessions
11. Authenticating users, managing sessions, and securing APIs
Descarga:
Getting_MEAN_with_Mongo,_Express,_Angular,_and_Node
Titulo: Getting MEAN with Mongo, Express, Angular, and Node
Autor: Simon Holmes
Editorial: Manning
Nro Paginas: 442
Capítulos:
Part 1: Setting the BaseLine
1. Introducing full stack development
2. Designing a MEAN stack architecture
Part 2: Building a Node Web Application
3. Creating and setting up a MEAN project
4. Building a static site with Node and Express
5. Building a data model with MongoDB and Mongoose
6. Writing a REST API: Exposing the MongoDB database to the application
7. Consuming a REST API: Using an API from inside Express
Part 3: Adding a Dynamic Front End with Angular
8. Adding Angular components to an Express application
9. Building a single page application with Angular: Foundations
10. Building an SPA with Angular: The next level
Part 4: Managing authentication and user sessions
11. Authenticating users, managing sessions, and securing APIs
Descarga:
Getting_MEAN_with_Mongo,_Express,_Angular,_and_Node
Etiquetas:
Angular,
Architecture,
Authentication,
Data Model,
Express,
Express App,
Foundations,
Libros,
Manning,
MEAN,
Mongo,
Mongoose,
Node,
Project,
REST API,
Sessions,
Simon Holmes,
SPA,
static site,
Web App
martes, 27 de octubre de 2015
El Libro del Día: JavaScript Application Design
El Libro del Día: 2015-10-27
Titulo: JavaScript Application Design
Autor: Nicolas Bevacqua
Editorial: Manning
Nro Paginas: 344
Capítulos:
PART 1 BUILD PROCESSES
1 Introduction to Build First
2 Composing build tasks and flows
3 Mastering environments and the development workflow
4 Release, deployment, and monitoring
PART 2 MANAGING COMPLEXITY
5 Embracing modularity and dependency management
6 Understanding asynchronous flow control methods in JavaScript
7 Leveraging the Model-View-Controller
8 Testing JavaScript components
9 REST API design and layered service architectures
Descarga:
JavaScript_Application_Design
Titulo: JavaScript Application Design
Autor: Nicolas Bevacqua
Editorial: Manning
Nro Paginas: 344
Capítulos:
PART 1 BUILD PROCESSES
1 Introduction to Build First
2 Composing build tasks and flows
3 Mastering environments and the development workflow
4 Release, deployment, and monitoring
PART 2 MANAGING COMPLEXITY
5 Embracing modularity and dependency management
6 Understanding asynchronous flow control methods in JavaScript
7 Leveraging the Model-View-Controller
8 Testing JavaScript components
9 REST API design and layered service architectures
Descarga:
JavaScript_Application_Design
Etiquetas:
Application,
Asynchronous,
Build Tasks,
Deployment,
Design,
Environments,
Flows,
Javascript,
Libros,
Manning,
Modularity,
Monitoring,
MVC,
Nicolas Bevacqua,
Release,
REST API,
Services,
Testing,
Workflow
viernes, 26 de junio de 2015
El Libro del Día: Pro REST API Development with Node.js
El Libro del Día: 2015-06-26
Titulo: Pro REST API Development with Node.js
Autor: Fernando Doglio
Editorial: Apress
Nro Paginas: 191
Capítulos:
Chapter 1: Rest 101
Chapter 2: API Design Best Practices
Chapter 3: Node.js and REST
Chapter 4: Architecting a REST API
Chapter 5: Working with Modules
Chapter 6: Planning Your REST API
Chapter 7: Developing Your REST API
Chapter 8: Troubleshooting
Descarga:
Pro_REST_API_Development_with_Node.js
Titulo: Pro REST API Development with Node.js
Autor: Fernando Doglio
Editorial: Apress
Nro Paginas: 191
Capítulos:
Chapter 1: Rest 101
Chapter 2: API Design Best Practices
Chapter 3: Node.js and REST
Chapter 4: Architecting a REST API
Chapter 5: Working with Modules
Chapter 6: Planning Your REST API
Chapter 7: Developing Your REST API
Chapter 8: Troubleshooting
Descarga:
Pro_REST_API_Development_with_Node.js
Etiquetas:
API,
Apress,
Architecting,
Best Practices,
Design,
Developing,
Development,
Fernando Doglio,
Libros,
Modules,
Node.js,
Planning,
REST,
Rest 101,
REST API,
Troubleshooting
jueves, 18 de junio de 2015
El Libro del Día: Practical Node.js
El Libro del Día: 2015-06-18
Titulo: Practical Node.js
Autor: Azat Mardan
Editorial: Apress
Nro Paginas: 288
Capítulos:
Chapter 1: Setting up Node.js and Other Essentials
Chapter 2: Using Express.js 4 to Create Node.js Web Apps
Chapter 3: TDD and BDD for Node.js with Mocha
Chapter 4: Template Engines: Jade and Handlebars
Chapter 5: Persistence with MongoDB and Mongoskin
Chapter 6: Using Sessions and OAuth to Authorize and Authenticate Users in Node.js Apps
Chapter 7: Boosting Your Node.js Data with the Mongoose ORM Library
Chapter 8: Building Node.js REST API Servers with Express.js and Hapi
Chapter 9: Real-Time Apps with WebSocket, Socket.IO, and DerbyJS
Chapter 10: Getting Node.js Apps Production Ready
Chapter 11: Deploying Node.js Apps
Chapter 12: Publishing Node.js Modules and Contributing to Open Source
Descarga:
Practical_Node.js
Titulo: Practical Node.js
Autor: Azat Mardan
Editorial: Apress
Nro Paginas: 288
Capítulos:
Chapter 1: Setting up Node.js and Other Essentials
Chapter 2: Using Express.js 4 to Create Node.js Web Apps
Chapter 3: TDD and BDD for Node.js with Mocha
Chapter 4: Template Engines: Jade and Handlebars
Chapter 5: Persistence with MongoDB and Mongoskin
Chapter 6: Using Sessions and OAuth to Authorize and Authenticate Users in Node.js Apps
Chapter 7: Boosting Your Node.js Data with the Mongoose ORM Library
Chapter 8: Building Node.js REST API Servers with Express.js and Hapi
Chapter 9: Real-Time Apps with WebSocket, Socket.IO, and DerbyJS
Chapter 10: Getting Node.js Apps Production Ready
Chapter 11: Deploying Node.js Apps
Chapter 12: Publishing Node.js Modules and Contributing to Open Source
Descarga:
Practical_Node.js
Etiquetas:
Apress,
Azat Mardan,
DerbyJS,
Express.js,
Handlebars,
Hapi,
Jade,
Libros,
Mocha,
MongoDB,
Mongoskin,
Node.js,
OAuth,
ORM Library,
REST API,
Sessions,
Socket.IO,
TDD & BDD,
Template Engines,
WebSocket
jueves, 21 de mayo de 2015
El Libro del Día: Custom SharePoint Solutions with HTML and JavaScript
El Libro del Día: 2015-05-21
Titulo: Custom SharePoint Solutions with HTML and JavaScript
Autor: Brandon Atkinson
Editorial: Apress
Nro Paginas: 240
Capítulos:
Chapter 1: Setting Up Your Environment
Chapter 2: Introduction to SharePoint Front-End Solutions
Chapter 3: Content Editor and Script Editor Web Parts
Chapter 4: Building Custom Web Parts Using HTML and JavaScript
Chapter 5: Using JSLink to Style List Web Parts
Chapter 6: Content Search Web Part and Display Templates
Chapter 7: Working with SharePoint’s Built-in JavaScript Functions and Properties
Chapter 8: Working with the JavaScript Object Model
Chapter 9: Working with the REST API
Descarga:
Custom_SharePoint_Solutions_HTML_JavaScript
Titulo: Custom SharePoint Solutions with HTML and JavaScript
Autor: Brandon Atkinson
Editorial: Apress
Nro Paginas: 240
Capítulos:
Chapter 1: Setting Up Your Environment
Chapter 2: Introduction to SharePoint Front-End Solutions
Chapter 3: Content Editor and Script Editor Web Parts
Chapter 4: Building Custom Web Parts Using HTML and JavaScript
Chapter 5: Using JSLink to Style List Web Parts
Chapter 6: Content Search Web Part and Display Templates
Chapter 7: Working with SharePoint’s Built-in JavaScript Functions and Properties
Chapter 8: Working with the JavaScript Object Model
Chapter 9: Working with the REST API
Descarga:
Custom_SharePoint_Solutions_HTML_JavaScript
Etiquetas:
Apress,
Brandon Atkinson,
Content Editor,
Content Search,
Environment,
Frontend,
Functions,
HTML,
Javascript,
JOM,
JSLink,
Libros,
Properties,
REST API,
Script Editor,
SharePoint,
Solutions,
Templates,
Web Parts
domingo, 30 de noviembre de 2014
El Libro del Día: Microsoft Sharepoint 2013 Developer Reference
El Libro del Día: 2014-11-30
Titulo: Microsoft Sharepoint 2013 Developer Reference
Autor: Paolo Pialorsi
Editorial: Microsoft
Nro Paginas: 794
Capítulos:
Part I GETTING STARTED
Chapter 1 Microsoft SharePoint 2013: A quick tour
Chapter 2 SharePoint data fundamentals
Part II DEVELOPING SHAREPOINT SOLUTIONS
Chapter 3 Data provisioning
Chapter 4 SharePoint features and solutions
Chapter 5 Server Object Model
Chapter 6 LINQ to SharePoint
Chapter 7 Client-side technologies
Part III DEVELOPING SHAREPOINT APPS
Chapter 8 SharePoint apps
Chapter 9 The new SharePoint REST API
Chapter 10 Remote event receivers
Part IV EXTENDING SHAREPOINT
Chapter 11 Developing Web Parts
Chapter 12 Customizing the UI
Chapter 13 Web templates
Chapter 14 Business Connectivity Services
Part V DEVELOPING WORKFLOWS
Chapter 15 Windows Workflow Foundation
Chapter 16 SharePoint workflow fundamentals
Chapter 17 Developing workflows
Chapter 18 Advanced workflows
Descarga:
Microsoft_Sharepoint_2013_Developer_Reference
Titulo: Microsoft Sharepoint 2013 Developer Reference
Autor: Paolo Pialorsi
Editorial: Microsoft
Nro Paginas: 794
Capítulos:
Part I GETTING STARTED
Chapter 1 Microsoft SharePoint 2013: A quick tour
Chapter 2 SharePoint data fundamentals
Part II DEVELOPING SHAREPOINT SOLUTIONS
Chapter 3 Data provisioning
Chapter 4 SharePoint features and solutions
Chapter 5 Server Object Model
Chapter 6 LINQ to SharePoint
Chapter 7 Client-side technologies
Part III DEVELOPING SHAREPOINT APPS
Chapter 8 SharePoint apps
Chapter 9 The new SharePoint REST API
Chapter 10 Remote event receivers
Part IV EXTENDING SHAREPOINT
Chapter 11 Developing Web Parts
Chapter 12 Customizing the UI
Chapter 13 Web templates
Chapter 14 Business Connectivity Services
Part V DEVELOPING WORKFLOWS
Chapter 15 Windows Workflow Foundation
Chapter 16 SharePoint workflow fundamentals
Chapter 17 Developing workflows
Chapter 18 Advanced workflows
Descarga:
Microsoft_Sharepoint_2013_Developer_Reference
Etiquetas:
Advanced,
Business Connectivity,
Client Side,
Developing,
Libros,
LINQ,
Microsoft,
Paolo Pialorsi,
Reference,
Remore Events,
REST API,
Services,
SharePoint,
SOM,
Web Parts,
Web Templates,
Workflow
Suscribirse a:
Entradas (Atom)






