Blog
Saturday 18th September 2021
Extending GitHub Actions to output static content
At work, we use GitHub Actions extensively for running test suites and building software packages. It’s awesome to have such powerful and flexible functionality integrated directly into the GitHub...
ReadSaturday 22nd May 2021
Using MySQL error messages to ensure randomly generated strings are unique
For my home project GoStatic each deployment has a unique, randomly generated URL.
Example: https://er34oltia2yqkyvl.gostatic.app
The URL is generated using Laravel's Str::random()...