Have you ever been tasked with pipelining out an existing application in a new tool? This can be a long and daunting task. Especially if your application is multi-service, and mono-repo. I’m not going to get into all of hows and whys of multi-repo vs mono-repo today, but there is always a use case or operational model for each. One of the biggest issues I have run into with multi-serivce mono-repo apps is getting the container builds to work the first time.

Continue Reading