- Cómo elegir la metodología correcta para cada equipo de desarrollo? Su experiencia con metologías que haya trabajado.
- Herramienta de metodología ágil.
- Continuous Integration
- Best practices for deployment
| /** | |
| * Modify the parts you need to get it working. | |
| */ | |
| var should = require('should'); | |
| var request = require('../node_modules/request'); | |
| var io = require('socket.io-client'); | |
| var serverUrl = 'http://localhost'; |
| { | |
| "interactionModel": { | |
| "languageModel": { | |
| "invocationName": "datos personales", | |
| "intents": [ | |
| { | |
| "name": "AMAZON.CancelIntent", | |
| "samples": [] | |
| }, | |
| { |
| <?php | |
| /** | |
| * JSON Web Token implementation, based on this spec: | |
| * http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06 | |
| * | |
| * PHP version 5 | |
| * | |
| * @category Authentication | |
| * @package Authentication_JWT |