by jmbmxer on 7/27/15, 6:22 PM with 1 comments
If you had to build a tech stack to support your developers and you had very few constraints how would you do it? How would you structure your deployment process and infrastructure? Containers? VMs? Paas?
I'd like to avoid heavyweight deployment frameworks but also want to use the right tools for the job.
Our current stack is simple. It's a Meteor JS application behind an nginx proxy. We have a Staging and Production environment and are using dploy.io for continuous deployment on Staging branches.
I'm trying to gain perspective here from others who have been in this situation and have some lessons learned around growing a web service from scratch.
by tmaly on 7/27/15, 6:48 PM