#devops
Read more stories on Hashnode
Articles with this tag
Learning points: ๐น What is Containerization? โ How containers differ from virtual machines and why they are beneficial.๐น Docker Terminology โ Image...
Learning points: ๐น Cloud Automation with Boto3 โ Managing AWS services (EC2, S3, IAM, Lambda, RDS) using Python scripts.๐น Automating Cloud...
Learning points: ๐น Python Fundamentals โ Variables, data types, operators, and control flow.๐น Functions & Modules โ Writing reusable functions and...
Learning points: ๐น Git Rebase โ Deep Dive๐น Git Cherry-pick โ Applying specific commits from one branch to another.๐น Resolving Merge Conflicts โ...
Initial Tasks: โ Install Git on your system: Git Installationโ Configure your Git username and email: git config --global user.name "Your Name" git...
Initial Tasks: โ Install a Package: Install Git (sudo apt install git or sudo yum install git).โ Check Network Connectivity: Use ping google.com to...