Nothing here yet.
Nothing here yet.
Sep 12, 2025 · 4 min read · The 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...
Join discussionApr 18, 2024 · 9 min read · What 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...
GTMGps and 2 more commented
Apr 6, 2024 · 4 min read · Slices 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...
Join discussion
Jan 28, 2024 · 3 min read · If 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...
Join discussion