Mob Programming
At a recent Dev Ops conference , I heard the term mob programming for the first time. There do not appear to be too many people doing this at the moment.
At a recent Dev Ops conference , I heard the term mob programming for the first time. There do not appear to be too many people doing this at the moment.
Getting an application from development servers into production can often be an afterthought for developers. Use Docker from early on to ease this step.
This post continues the development of an application using Flask. Today we will add some Rest endpoints to the anonymous estimator.
Flask is a Python framework for creating lightweight web sites and API endpoints. This post is about my first experience using Flask.
A Dev Ops operating model shows its best qualities when most testing is done automatically. Remove exploratory testing by replacing it with automated testing.