A Touch of GitOps

In this guide, I’ll walk you through how I deployed and managed a Kubernetes based application using ArgoCD on macOS with Docker Desktop. The goal was to automate the deployment of a video transcription service with a frontend and backend, all while utilizing ArgoCD for GitOps management. This allows changes Read more…

Docker Cheat Sheet

Docker Basics Key Concepts Start with Simple Commands Building and Running Containers Build an Image Run a Container Interacting with Containers Execute Commands Inside a Running Container Copy Files Attach to a Container Viewing Logs and Debugging Logs Stats Inspect Managing Images Image Commands Tagging and Pushing Docker Volumes Persistent Read more…

Mastering Git

Git is more than just a tool for version control. It’s a core skill for any developer working in a collaborative environment. This guide will walk you through essential Git commands, concepts, and tips to make you effective in managing code and collaborating on projects. We’ll cover setup, basic operations, Read more…