Seleccionar página
Uso de Async/Await para probar un API REST con Mocha, Chai y Fetch

Uso de Async/Await para probar un API REST con Mocha, Chai y Fetch

Esta es una versión actualizada del artículo Test de un API REST con Mocha, Chai, Co y Fetch Uno de los contextos donde puede llegar a ser más útil el uso de async/await para gestionar la asincronía de Javascript es en los juegos de pruebas, ya que es habitual tener...
Universal Pattern and Swagger

Universal Pattern and Swagger

Ejemplo de un scaffolding para poder utilizar Express y MongoDB para construir aplicaciones RESTFul de manera simple, con validaciones y de simple mantenimiento. Se verá como poder dividir una app en distintos módulos y unificarlos o bien en una app de Express o con...
Creating Engaging Mobile Apps with NativeScript and Vue

Creating Engaging Mobile Apps with NativeScript and Vue

NativeScript is already an amazing tool to build truly Native mobile apps with the Javascript you know and love. Now that integration with Vue has arrived, you can take advantage of the speed and ease of Vue, Vuex and the whole ecosystem to create all those apps that...
Resilient Microservice WebAPIs with REST and API Gateway

Resilient Microservice WebAPIs with REST and API Gateway

Splitting your application into a bunch of microservices is a non trivial task with a lot of challenges, that might end up in with a complete different system that’s breaking the clients. Can we fix that somehow? Yes – with REST (the real one) and an API...
Building Efficient Software

Building Efficient Software

El software generalmente se construye sin tener restricciones específicas en mente. Luego se despliega en producción, y en ciertas situaciones puede no cumplir con las expectativas, consumir demasiados recursos o romperse por completo. En esta charla, veremos algunas...