Building docker development repo

Docker-based development repo helps to reduce setup time for our apps in a local environment. It also allows us to manage multiple services from one place and emulate the production environment. This article serves as a step-by-step guide for creating a development repo.

Continue reading
Coding
28.2.2022

Docker development repo

If you have ever dealt with a larger infrastructure that contains multiple applications you probably experienced some issues with local development. There is a lot of options on how to configure the dev environment. The option ranges from running the whole infrastructure in developer's machines to "Yes, we are developing on production DB, but we are careful". I would like to show you an approach that works well in my day-to-day job on a large project and also on my small 1 person side project.

Continue reading
Coding
9.1.2022