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.
Quick Tricks
This script iterates through my list of targets, checks the certificate expiry and prints the details.
Rust
Here I build the classic phone game Snake,with tests using the Bevy Game Engine.
Testing
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
Generating test values can better express intent of input values. The examples are written using Typescript, but the same technique can be used elsewhere.