fyka.hashnode.devRetryable Errors in Git Merge AutomationThe other day, while working on Kargo (a project I maintain), I was adding a step runner for Git pull request merging. This step, which I called git-merge-pr, is responsible for taking an open PR and merging it automatically as part of a promotion pi...Sep 12, 2025·4 min read
advocate.hashnode.devRooted in happiness: Being Grounded and KindWhat is the ultimate aim of our existence? Not money, not that car, not that job, and not the material possessions or meeting societal expectations. Instead, it centers on a pursuit deeper and more profound: happiness. Yet, we often overlook an inval...Apr 18, 2024·9 min read
fyka.hashnode.devSlice Secrets in GoLangSlices are one of the most versatile and powerful data structures in Go, offering flexibility and efficiency in managing collections of data, and extremely used in literally every Go Program I have came across. However, there's more to slices than me...Apr 6, 2024·4 min read
fyka.hashnode.devThe 53 Kubernetes Objects | Quick SipIf you have been using Kubernetes, or studying about it or know at least something about it, you must have encountered Kubernetes Objects some or the other way. FWIMC, Kubernetes objects are those basic building blocks that empower Kubernetes to mana...Jan 28, 2024·3 min read
fyka.hashnode.dev`kubectl apply` | Certified Kubernetes Administrator CKA guide - Part 3/10kubectl apply -f <filename.yaml> Well, if we have come this far, you should have known the kubectl apply command that's the one command that stands out for its versatile usage in Kubernetes. In this blog, we shall explore how it actually works under ...Jan 22, 2024·2 min read