Skip to content

Instantly share code, notes, and snippets.

View argordmel's full-sized avatar

Iván Meléndez argordmel

View GitHub Profile
@argordmel
argordmel / test.js
Created November 8, 2022 22:06 — forked from jmyrland/test.js
Socket-io load test?
/**
* 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';
@argordmel
argordmel / es-ES.json
Created August 31, 2021 21:36 — forked from germanviscuso/es-ES.json
Alexa Skill Basics: Service Client API
{
"interactionModel": {
"languageModel": {
"invocationName": "datos personales",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@argordmel
argordmel / DwJWT.php
Last active June 8, 2017 23:32
Json Web Token JWT with KumbiaPHP
<?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
@argordmel
argordmel / vulcan-estudios-training.md
Created November 16, 2016 15:44 — forked from romelperez/vulcan-estudios-training.md
vulcan-estudios-training.md

Capacitación

Metodologías

  • 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.

DevOps

  • Continuous Integration
  • Best practices for deployment