Posts by Michał "Butla" Bultrowicz
Rapid development workflow - tests with Docker Compose
- 2023-04-08
- English
Recently, I did a presentation about my development workflow for back-end applications.
Separating different kinds of tests
- 2023-03-27
- English
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.