Quick Tricks Bash script to check SSL certificate expiry This script iterates through my list of targets, checks the certificate expiry and prints the details.
Rust Writing Tests in Bevy Here I build the classic phone game Snake,with tests using the Bevy Game Engine.
Testing Unit Test Scope (Domain) By understanding what a function is and is not responsible for we reduce duplication and make our code easier to understand and more resilient to change.
Testing Smaller, Clearer Tests Generating test values can better express intent of input values. The examples are written using Typescript, but the same technique can be used elsewhere.