Programming

Pinned ·

zprofile git prompt

Sometimes the simple things are still helpful, attached is my new favourite zsh profile script, it gives a concise and quite helpful prompt.

Pinned ·

Posgres JSONb notes

Postgres JSONb notes I find one of the most annoying parts of working with jsonb columns in postgres is remembering the syntax. Below are some notes, mostly for myself. (Yes reading the postgres docs is probably a better call, I'm writing this for me.) ¯\_(ツ)_/¯ Also how great is…

Pinned ·

CARO Signs

During the pandemic Heather and I wrote a small mobile app for the Canadian Association of Rally Obedience group. We're currently cooking up an overdue update for the new handbook/ruleset. It's been a fun project. Apparently this is in use quite heavily during competitions and tr…

Pinned ·

Handy Git Commands v1

Git notes I have a list of operations below I often find myself looking for online, collected here for a easy retrieval. Please don't take my word that these will work for you or are correct, test in a sandbox and use carefully! Git workflows are complex, I use these primarily on…