Skip to main content

Overview of all the posts on Gerald's blog

2020


Regex Named Groups and Using Them in C#

·4 mins
While working on some regex this I learned something: regex named groups. Regex has the ability to name each matched group which is then easy to use in C#

GitHub Domain Verification with Namecheap

·3 mins
This post will show you how you can setup your DNS the right way for GitHub domain verification with a domainname that is registered on Namecheap

Empty Commit in Git: Great for Triggering CI

·2 mins
While working on CI, I wanted to test changes, I didn’t want to add a space to a Markdown file to trigger it. Instead you can create an empty commit in git