Getting started with gitkube
Exploring ksonnet with an echo bot made in Golang...
Serve your static website in Github
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?
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
We will see how GitOps works and how to tackle it effectively...
The Simplest GitOps Implementation That Actually Works
Let's build the most minimal GitOps setup that you can actually use in production...
Git Recovery Magic: Reflog, Reset Recovery, and Cherry-Picking
We'll explore Git's safety net features: reflog for recovering lost commits, restoring deleted branches, and cherry-picking specific changes...
DevOps from Zero to Hero: Version Control for Teams
We will explore branching strategies, pull request best practices, conventional commits, and how to set up protected branches for team collaboration...