Articles in this series
Challenge 1: List all files (including hidden ones) in your home directory and sort them by modification time. ๐ฏ Goal: Understand how to list files...
Initial Tasks: โ Install a Package: Install Git (sudo apt install git or sudo yum install git).โ Check Network Connectivity: Use ping google.com to...
Initial Tasks: โ Install Git on your system: Git Installationโ Configure your Git username and email: git config --global user.name "Your Name" git...
Learning points: ๐น Git Rebase โ Deep Dive๐น Git Cherry-pick โ Applying specific commits from one branch to another.๐น Resolving Merge Conflicts โ...
Learning points: ๐น Python Fundamentals โ Variables, data types, operators, and control flow.๐น Functions & Modules โ Writing reusable functions and...
Learning points: ๐น Cloud Automation with Boto3 โ Managing AWS services (EC2, S3, IAM, Lambda, RDS) using Python scripts.๐น Automating Cloud...