Hello, welcome here dear visitor. This website is under construction, so in the meantime feel free to read the articles below.
Testcontainers' reaper problem
2024-08-18
How to run external dependencies in containers to support your unit tests and clean them up reliably, without Docker socket access or additional privileges?
Testing a routing protocol using network namespaces
2024-03-10
How do you test your own routing protocol without a real network?
Have courage to change legacy code.
2023-10-27
Are you afraid to change existing code because 'if it ain't broke, don't fix it'? You might want to change your mind.
I tried out Test Driven Development.
2023-03-27
I decided to switch from writing unit tests after writing implementation to using Test Driven Development. In the process, I document my first experiences.