馃殌Accelerate Next.js Deployment with AWS Amplify: Terraform and CI/CD for Reliable, Scalable AppsJun 22, 2023路4 min read
Best Practices for Managing Code with Branches 馃殌"Efficient Branching Strategies for Seamless Collaboration"Mar 31, 2025路3 min read
Git & Github Cheat SheetIn this Git & Github line cheat sheet, you will learn: Git configuration Starting A Project Day-To-Day Work Git branching model Review your work Tagging known commits Reverting changes Synchronizing repositories Git configuration Configure ...Jun 7, 2023路5 min read
Linux Command Cheat SheetIn this Linux/Unix command line cheat sheet, you will learn: Basic Linux commands File Permission commands Environment Variables command User management commands of Linux Networking command Process command VI Editing Commands Basic Linux com...Jun 6, 2023路6 min read
Advance Git & GitHub for DevOps Engineers: Part-2Supercharge Your DevOps Workflow: Advanced Git & GitHub PracticesJun 4, 2023路4 min read
Advance Git & GitHub for DevOps Engineers: Part-1Git Branching In Git, a branch is a new/separate version of the main repository. Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch and can have multiple other branches....Jun 3, 2023路10 min read
Deep Dive in Git & GitHub for DevOps Engineers.You can refer Basic Git & GitHub for DevOps Engineers. What is Git and why is it important? Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for so...May 25, 2023路7 min read
Basic Git & GitHub for DevOps Engineers.What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of files. Wi...May 24, 2023路7 min read