Getting started with gitkube
2019-01-01 | 11 min read
Exploring ksonnet with an echo bot made in Golang...
Serve your static website in Github
2019-01-29 | 5 min read
GitHub pages offers some great examples that are really easy to follow, but if you want to know how I configured everything for this blog continue reading...
Did you know that you can have up to 10000 Github self-hosted runners?
2024-08-31 | 3 min read
In this article we will quickly explore how easy it is to configure a new runner, to build or automate any task within github actions
Lets talk GitOps
2025-03-16 | 6 min read
We will see how GitOps works and how to tackle it effectively...
The Simplest GitOps Implementation That Actually Works
2025-08-09 | 9 min read
Let's build the most minimal GitOps setup that you can actually use in production...
Git Recovery Magic: Reflog, Reset Recovery, and Cherry-Picking
2025-09-09 | 10 min read
We'll explore Git's safety net features: reflog for recovering lost commits, restoring deleted branches, and cherry-picking specific changes...