Originally published on Medium. Developers should focus on solving problems by writing code. They don’t need to be concerned about how, why, or where their solutions are deployed. The ecosystem should take responsibility of the technical complexity. Introduction The GitFlow Workflow¹, published by Vincent Driessen, is a branching model that allows for multiple streams with strict boundaries […]
Month: October 2018
Month: October 2018
10
Oct
2018
Originally published on Medium. This guide will assist in how to set up a basic developer environment in Ubuntu 18.04 with docker, npm, and a local wildcard domain. I’ve had to set up an environment in Ubuntu recently for a new developer and found some great articles out there about setting up the different components, […]