Notes on Source Control with GIT

The Basics of Using Git Understanding the Git File System Dictionary Description commit_editmsg Plain file with commit messages HEAD Contains reference to current branch config Configuration information about our repository description Contains name of the repository hooks Contains scripts that you can add to setup some automation tasks index Keeps tracks of files in the … Read more

ArgoCD on MiniKube on MacOS (Intel Version)

📣 If you have an M1/M2 Mac, see this post instead What Is Argo CD? Argo CD is a Kubernetes controller, responsible for continuously monitoring all running applications and comparing their live state to the desired state specified in the Git repository. It can automatically apply any change to the desired state in the Git … Read more

Ultimate Home Lab – Dynamic IPs, CloudFlare & Nginx Proxy Manager

Consider this: Are you running several services on your home workstation/server/Raspberry Pi and would like to be able to securely expose them to the Internet for easy access, management and/or monitoring when you’re not there? If yes, then this article could be just what you’re looking for 😎 Intro I still use a VPN to … Read more