Recent Posts

Neovim opening GitHub repos URLs

1 minute read

I have a very useful mapping in my Neovim: gx, which opens the URL under the cursor in the browser. I even wrote a blog post on it: Neovim Opening URLs

Implementing Calico CNI on existing cluster

4 minute read

In one of our production clusters, we’ve faced the issue of depleting the IP addresses, due to how ENI assigns and reserves IP addresses. You can check out E...

Signing Git commits in NeoVim

3 minute read

While all commits to GitHub through the web interface are automatically signed, you have to do some configuration to make it work in the console.