Recent events have forced a lot of businesses and teams to work from home, many for the very first time. If you are leading one of these teams and you have never worked remotely before, you are probably realizing you’re going to need to make some adjustments, most importantly to your communication. Clear Communication Hopefully,
How to Clean Up GitLab Artifacts
If you are running into GitLab storage quota limits there is a high likelihood that the usage is coming from job artifacts. These artifacts contain information about the job itself, such as the files an application built, code scan results, etc. In my experience, there is usually no need to keep the old job runs
How to build a VPN client as a Docker container
There is not much to be found online about running a VPN inside Docker. Indeed, I do not believe many out there have thought about it, however leveraging a VPN inside of Docker unlocks a wealth of new possibilities. Here are just a few examples that come to mind, some of which I have used
How I set up a new Mac in minutes with a simple Homebrew script
Setting up a new machine used to be a huge chore that I did not look forward to, however in the Apple world there is a great tool called Homebrew that makes setting up a new machine a snap. Homebrew is a package manager for MacOS. It has a plethora of packages available. In fact,