🖥️ Networking 101: Essential Commands for Everyone 🌐Whether you're a seasoned IT professional or just starting to explore the world of networking, knowing some basic commands can make a big difference. Let's dive into some essential networking commands that can help you troubleshoot, monitor, and mana...May 18, 2024·2 min read
#Day 14. Python Continues...Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are clas...Apr 8, 2024·3 min read
#Day 13 Python For Beginners.What is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language. It was created by Guido van Rossum Python consists of vast libraries and various frameworks like Django, Tensorflow, Flask, Pandas, Ke...Apr 5, 2024·4 min read
#Day12 Git GitHub Advance.In the previous blog Day11 You will find the notes for the below tasks. Task-01 Create a new branch and make some changes to it. Use git stash to save the changes without committing them. Switch to a different branch, make some changes and commit...Mar 21, 2024·3 min read
#Day 11. Git GitHub Continued.Git branching strategies. Every repository has a default branch; from it, multiple branches can be created. we can create a separate branch for the Dev team then we need their branch to work in then we can create a new branch called dev, this will he...Mar 21, 2024·9 min read
#Day10 Deep Dive in Git & GitHub for DevOps Engineers.I will write the notes today on the below topic, in my own words. What is Git and why is it important? What is the difference Between the Main Branch and the Master Branch?? Can you explain the difference between Git and GitHub? How do you create...Mar 18, 2024·4 min read
#Day 9 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...Mar 14, 2024·5 min read