In this story, I will show you how I build small-to-medium-sized NestJS applications using a hybrid monolith pattern. I have one repository, and one docker container with the whole app, but each container is a separate application, almost like it was deployed from another repo! This is achieved by container…