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

Gitlab - Registry Setup

A Registry is the source of truth for any container image you use. It's a secure way to store and fetch the images you need.To simplify it even further, think of it as a warehouse for container images...
0 Read More