Posts by Michał "Butla" Bultrowicz

Developer workflow with local tests using Docker Compose

Recently, I did a presentation about my development workflow for back-end applications.

Read more ...


Separating different kinds of tests

When I work on a project I differentiate three kinds of tests: unit, integrated, and external. In this post I’ll explain how I think about them.

Read more ...