As well as the more well-known benefits of Test-Driven Development (TDD) such as modular designs and high test coverage, I can add one more which
TL;DR: What’s not to like? Orthogonal database schemas prevent hard-to-find bugs by: The gist of the principle of orthogonality is that each piece of information
I’m too cheap to pay for CI/CD for a small personal project like this one, so I decided to do it myself. The “production” server
Wow, Python can be painful sometimes. I was setting up a test directory for my project. The repo structure is I tried a few different
I read this post and realised I had been writing unhelpfully terse commit messages for many years. I went down a rabbit hole and discovered
Here’s what I did to start developing in Rust on my Linux Manjaro laptop. TL;DR – follow this guide, I should have done that from