Blog Posts

Here you will find various writings on subjects which I deem interesting enough to write about. That typically includes web development, miscellaneous programming with python and the Godot game engine, and linux things.

If you wish to discuss anything you read here, feel free to open an issue over at the Github source of this blog.


  1. Running Flask Tests In Parallell with Pytest

    I like having high test coverage when building websites at work, but the more tests I write, the slower the suite becomes to run. This not only could discourage other team members from running the test suites themselves, but it also increases the time it takes for CI/CD to …

    read more

Useful Links