Manav Rautday-1-of-90daysofdevops.hashnode.dev·Oct 21, 2024Day 12 Task: Deep Dive in Git & GitHub for DevOps Engineers1. What is Git and Why is it Important? 🚀 Git is a version control system that allows multiple people to work on a project simultaneously, keeping track of changes and enabling collaboration without overwriting each other’s work. Imagine it as a det...TrainWithShubham
Vaishnavi Modakwardevopscloudhub.hashnode.dev·Sep 2, 2024🌍 Understanding AWS Regions and Availability Zones: Building a Strong Cloud Foundation #Day12Introduction Amazon Web Services (AWS) is a leading cloud provider that offers a vast range of services across a global network of data centers. This global infrastructure is organized into Regions and Availability Zones (AZs), enabling businesses to...AWS Cloud#90daysofdevops chanllenge
Rajendra Patilrajendrapatil9949.hashnode.dev·Aug 8, 2024#90DaysOfDevops | Day 12What is Git and why is it important? Git is a distributed version control system that allows multiple developers to work on the same project efficiently. It keeps track of all changes and provides powerful tools to manage code history and collaborati...#90daysofdevops
Pranit Kolamkarkpranit.hashnode.dev·Jul 17, 2024Demystifying AWS Amazon VPC: A Comprehensive GuideWithin the vast ecosystem of Amazon Web Services (AWS), Amazon Virtual Private Cloud (VPC) emerges as a cornerstone for building secure and isolated network environments. This article delves into the intricacies of VPC, exploring its core functionali...#day12
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 15, 2024Deep Dive in Git & GitHub for DevOps Engineers #Day-12What is a Version Control System? A Version Control System (VCS) is a tool that helps you manage changes to your code over time. It allows you to keep track of every modification, revert to previous versions, and collaborate with others effectively. ...69 readsDevOpsDevops
Nikhil Yadavnikhil-blogs.hashnode.dev·Feb 10, 2024Linux and GitHub Cheat-sheetLinux Commands: # List all the files or directories ls # Lists hidden files or directories: ls -a # Long listing format: ls -l # Create new directory: mkdir <directory_name> # Multiple directory creation: mkdir -p A/B/C/D # Remove directory: rmd...#90daysofdevops
Prathmesh Vibhuteprathmeshh.hashnode.dev·Feb 9, 2024Day 12 : A Cheat Sheet for Linux and Git-GitHubIn the world of programming and system administration, proficiency in Linux commands and Git-GitHub is indispensable. Whether you're a seasoned developer or just starting your journey, having a comprehensive cheat sheet at your disposal can significa...#day12
Vishal Kumar90-days-of-devops-challenge.hashnode.dev·Feb 7, 2024Day 12: Cheat-Sheet for Linux and Git CommandsWe have completed the Linux & Git-GitHub hands-on, let's make a cheat sheet of all the commands we have learned so far. Linux commands: whoami -> It is used to display the current username. man -> It is used to display the user manual of any comman...26 reads#day12
Apurv Samadderapurv1990.hashnode.dev·Nov 30, 2023Day 12 Docker basics Part 1What is Docker? Docker is an open platform that can be said a Platform as a service for developing, shipping and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With...#dockerbasic
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Nov 22, 2023AWS ECR (Elastic Container Registry)— Day 12What is AWS ECR? AWS ECR is a fully managed container registry service that makes it easy to store, manage, and deploy Docker container images. Seamlessly integrated with other AWS services like Amazon ECS, Amazon EKS, and AWS Fargate, ECR simplifies...611 reads#day12