Node.jsAll you need to know about MongoDB schema migrations in node.js Forget about running updates manually on robomongo. Use an automated migration tool instead!
Node.jsEasy full-stack pagination for node.js for any database, any javascript framework [Examples] Slow endpoints? Are you sendint too much data? Add pagination today!
Node.jsPaginacion Full-Stack con node.js para cualquier base de datos y cualquier FrontEnd framework [Ejemplos] Endpoints lentos? ¿Estás enviando demasiados datos? Agregue paginación hoy!
Node.jsDiscovering progressive content hydration - A design pattern Strike the perfect balance between initial and subsequent load time while enabling smart preload of content. The foundations of offline usage
BestExploiting Tinder to get paid features for free Reverse engineer your way through the paywall and have something interesting to say in your next date
BestTinder Hijack para obtener caracteristicas premium gratis Como realizar ingeniería inversa a través del paywall de tinder y tener algo interesante que decir en su próxima cita
Node.jsError handling - The missing piece of your node.js architecture How do you handle errors? And what about the server logs?
Node.jsManejo de errores - La pieza faltante en tu arquitectura de Node.js ¿Cómo manejas los errores? ¿Y qué hay de los registros del servidor?
Node.js🛑 You don't need passport.js - Guide to node.js authentication ✌️ The complete guide to master authentication in node.js without external libraries. Part I
Node.js🛑 No necesitas pasaporte.js - Guía para la autentificación de node.js ✌️ La guía completa para la autenticación maestra en node.js sin bibliotecas externas. Parte I
Node.jsBulletproof node.js project architecture 🛡️ A simple yet powerful project architecture for node.js REST APIs 💎
Node.jsUna arquitectura a prueba de balas para proyectos Node.js 🛡️ Una simple pero poderosa arquitectura para proyectos de node.js y REST APIs 💎
Node.js3 node.js scalability problems and how to solve them 🚀 Serving static assets, not using cluster mode, and poorly designed cron jobs, are the most common mistakes when scaling a node.js server.
AWS S3Direct uploads to AWS S3 from the browser (crazy performance boost) Using pre signed URLs upload files securely to a S3 bucket
AWS S3Subidas directas a AWS S3 desde el navegador (Increíble mejora de rendimiento) Usando URLs pre-firmados sube los archivos de forma segura a un S3 bucket
Node.js1 simple trick to prevent your node.js server from crashing on production A simple line of code that should be on every node.js application
Node.jsUn truco facilisimo para prevenir que tu servidor node.js se rompa en produccion Una simple línea de código que debería estar en cada aplicación node.js
JavascriptConvert your callback functions to javascript promise Get rid of those annoying callbacks functions with this simple utility