Featured Posts
Andy Brown · 18/07/2024
The first post in a series exploring how to build a custom smart thermostat. This post focuses on controlling the boiler with a relay.
Latest Posts
Paul Brown · 04/09/2024
## Loop to perform a command multiple times ```bash for i in {1..20}; do php artisan test --filter ReflectionMethodHelperTest; done; ```
Andy Brown · 31/07/2024
The dig (Domain Information Groper) DNS tool is a command line too for querying DNS servers. ### Examples - If you run `dig google.com` you will get...
Andy Brown · 31/07/2024
- `gt create --all --message "Some commit message here"`: Create a branch for the current changes. - `gt create --all --message "Some commit message h...
Andy Brown · 28/07/2024
A look at the differences between Kotlin and Swift classes
Andy Brown · 18/07/2024
The first post in a series exploring how to build a custom smart thermostat. This post focuses on controlling the boiler with a relay.
Andy Brown · 17/07/2024
A look at the differences between Kotlin and Swift enums