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.
Coding together A colleague once told me it was a wonderful experience for him to share a pair programming session instead of writing code and submitting a pull request afterwards. He said in under 3 hours he got done with a task that initially seemed very difficult. He also didn't
Interactive Python for Incremental Programming Learn a much more efficient way to program in Python. Move a step closer to the legendary concept of Incremental Programming.