Projects
-
Ottawa Dog Parks - I found it difficult to find off-leash dog parks in and around Ottawa, so I made this website that shows them conveniently on a map and allows you to filter by various critera. It imports park data from Ottawa's open city database on a daily schedule. The frontend is built in Vue and a Laravel application powers the API to enable searching and filtering.
-
dotenvdiff - A small command-line utility to compare the environment variable differences between two
.env
(or .env.example
) files. Useful if your team has evolved the .env.example
file over the life of a project and you want to check for new variables.
-
secrets.host - Not alive anymore, this was a secure way to share secrets with another person over the internet using asymmetric cryptography. It was built completely serverless, the asymmetric key generation was client-side, and encrypted secrets were stored in S3 for a limited time.
Made with
Jigsaw and
Torchlight.