Deliberate discovery, exploratory testing and code playground

Have you ever pair-programmed with a colleague of yours who has a separate project, usually named sandbox or playground where all sorts of cool and crazy code snippets and experiments are located? ...

March 20, 2022 · 9 min

Postgres tests setup in Go

Here we end up with the working setup of Postgres tests in Go, both locally and in CI, using docker and docker-compose. ...

March 24, 2021 · 7 min