TDD example: Test an existing Flask app Make sure your API doesn't break after the changes you're about to make.
How to prepare for studies in Computer Science? What to learn in preparation for studying Computer Science in depth? Here is my list!
Infrastructure as Code with Pulumi Apply the concept of Infrastructure as Code (IaC) to reduce the risk of your sites suddenly disapperaring.
C++: Adding the first unit test Having a test means a lot more than the choice of the framework to run it with.
With and without unit tests (C++) Once upon a time I was tasked with writing a parser. Unit tests were what kept me sane in the process.