Skip to main content

Blogs

2023

Be more productive with Git bisect
·673 words·4 mins
When we’re developing, we’re not going to lie: we waste a lot of our time debugging. If I had to divide up the time I spend developing, I’d do it like this:

2022

How to set up multiple SSH keys for multiple accounts
·690 words·4 mins
I have personal and work accounts on GitHub, GitLab and Bitbucket. How could I set all of this to work properly through SSH keys so that my system relies on the correct SSH key based on the identity it needs to use.

2021

VS Code - using regular expressions in find / replace
·472 words·3 mins
A quick reminder to use regular expressions in VS Code. This is a feature I use frequently, but not enough to remember the patterns when I need them.