Recent Posts
I recently got a new Mac mini M1 and I wanted to share my [iTerm2](https://iterm2.com/) key bindings: | Description | Keyboard shortcut | Action | Value | | --------------------------------- | ----------------- | ------------- | ----------- | | Move to the beginn...
Published on October 12, 2023
## Introduction In the world of software development, there are often clever tricks and hacks that developers use to solve specific problems. One such trick involves using `uint64` (unsigned 64-bit integer) arithmetic to subtract `1` from a number without actually using subtraction. This might sou...
Published on April 9, 2023
Adding a coverage badge to your repository is an excellent way to demonstrate your project's test coverage and maintain a high level of code quality. By the end of this guide, you will be able to generate a dynamic coverage badge that updates automatically with each new push to your repository. ##...