Intro to Git

🚀 Git is a distributed version control system that helps you keep track of changes to your code. Git is free and open-source software. It was originally created by Linus Torvalds for version contro...
0 Read More

Gitlab - Self Managed Server Setup

It’s been a while since I’ve put any of my learnings online — and I’ve realised I should do it more often. Starting now, I’m committing to writing two articles per week to stay consistent wi...
0 Read More

Gitlab - Runner Setup

The Runner is a super important part of the GitLab ecosystem. Builds, tests, deployments — you name it, and the Runner’s got you covered.In simple terms, Runners are agents that execute GitLab CI/...
0 Read More