GitHub and GPG keys
Intro To get the nice verified checkmarks on your GitHub commits, you need to use either SSH or GPG key to sign your commits. I have opted for GPG key, as this would be a single purpose key, inste...
Intro To get the nice verified checkmarks on your GitHub commits, you need to use either SSH or GPG key to sign your commits. I have opted for GPG key, as this would be a single purpose key, inste...
Every now and then I reevaluate my terminal setup. I have been using iTerm2 with zsh, oh-my-zsh, and powerlevel10k for a while now. I have been happy with this setup, but after reading about powe...
TigerBeetle is a high-performance financial accounting database. I came across this database on a Youtube channel called ThePrimeTime, while watching this video: The database is fully open sou...
Creating blog using Jekyll One of the simplest ways to create a blog is to use Jekyll. Jekyll is a static site generator, and it’s very easy to use. It’s also very easy to host on GitHub Pages. A...