What Actually Happens When You Run “git clone”? An Inside LookWhen you clone a repository, Git does a lot more than just copy files. This article breaks down exactly what happens when you run git…Sep 24, 2024Sep 24, 2024
A Comprehensive Introduction to Git & GitHub — Part 2/4: Leveling Up with Diffing, Stashing, and…Introduction In the previous article, we covered the basics of Git, including how to initialize a repository, commit changes, and work…Sep 20, 2024Sep 20, 2024
A Comprehensive Introduction to Git & GitHub — Part 1/4: Core git features.Introduction Git is one of the most powerful tools for managing code changes, offering developers full control over their projects…Sep 18, 2024Sep 18, 2024
DevOps vs. SRE vs. Platform Engineer: Understanding the Key DifferencesLately, you may have noticed new roles emerging within DevOps teams, and some are often used interchangeably. This can be confusing…Sep 16, 2024Sep 16, 2024
Using Multiple GitHub Accounts on the Same MachineMany of us encounter situations where we need to use both personal and work GitHub accounts on the same machine. I’ve seen many developers…Sep 7, 2024Sep 7, 2024
Mastering the Power of the ‘find’ Command: The Ultimate Linux GuideNo matter why you use Linux, you’ll inevitably need to search for and locate files — whether by name, size, type, or even permissions…Sep 4, 20241Sep 4, 20241
AWS practice lab: Lambda function to create OpenSearch snapshot for a private domain to S3 bucketIn this lab, We have a private OpenSearch domain (that resides in a VPC). We want to create a lambda function to make a snapshot and stores…Sep 2, 20242Sep 2, 20242