Luis Elizondo

Hi, I'm Luis Elizondo and I live in Guadalajara, Mexico. I currently work at Rever. I write mostly about tech stuff.

A production ready Docker workflow. Part 4: Service Discovery and the load balancer
This is the final part of a series of posts about how we're using Docker in production at IIIEPE
A production ready Docker workflow. Part 3: Orchestration tools
This is the third part of a series of posts about how we're using Docker in production at IIIEPE.
A production ready #Docker workflow. Part 2: The Storage Problem
A few days ago I wrote about how we at IIIEPE started using Docker in production. It really changed the way we develop and deploy web based applications. In this series of posts I'll keep writing about our experience and the problems we faced and how we solved them.
A production ready Docker workflow
Docker is now 2 years old this week and here at IIIEPE have been using it in production for about 3 months. I want to share our experience and the workflow we had to design.
How to run tests with #Docker, #Mongoose, #Nodejs and #Mocha
I thought about posting here how I'm testing a Node.js application that needs to be connected to a Database running MongoDB with Mongoose. I'm using Mocha as a testing framework and it can be tricky to configure everything to get you up and running.