Photos by [Kelly Sikkema](https://unsplash.com/@kellysikkema) on [Unsplash](https://unsplash.com)

How to set up multiple SSH keys for multiple accounts

Introduction 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. For this particular post, we’re going to connect a personal and business identity for each account. But you can add as many as you like 😉 🔑 Key generation....

14 May 2022 · 4 min · Ludovic Wyffels
Photos by [Steven Wright](https://unsplash.com/@stevenwright) on [Unsplash](https://unsplash.com)

VS Code - using regular expressions in find/replace

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. What is the regular expression engine? Regular expressions may be in ECMAScript 5 or PCRE2 format. Opening the search/replace widget To start a search, simply use Ctrl + F or for MacOS Cmd + F to open this widget: To start a search with replacement, simply use Ctrl + Shift + F or for MacOS Cmd + Shift + F which opens this widget:...

11 June 2021 · 3 min · Ludovic Wyffels