Rajendra Patilrajendrapatil9949.hashnode.dev·Aug 2, 2024#90DaysOfDevops | Day 8Welcome to Day 8 of our 90-day DevOps journey! Today, we're diving into shell scripting—an absolutely essential skill for any DevOps engineer! Shell scripting lets us automate tasks, making our workflows super efficient and reliable. Let's get excite...day8
Mallika Gautamvbnm.hashnode.dev·Jul 1, 2024Mastering Cybersecurity: Day 8 of the 100-Day ChallengeBasic Introduction To Networks A network is a group of connected devices. At home, the devices connected to your network might be your laptop, cell phones, and smart devices, like your refrigerator or air conditioner. In an office, devices like works...100DaysChallenge
Riva Diasdias-blog.hashnode.dev·Mar 18, 2024Basic 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...Git
Devbrat Singhcloudwithdev.hashnode.dev·Mar 9, 2024#90DaysOfDevOps Challenge - Day 8 - Basic Git & GitHub for DevOps EngineersThis is #day8 of #90DaysofDevopschallenge under the guidance of Shubham Londhe Sir ! Introduction Welcome to Day 8 of our DevOps journey! Today, we're diving into the world of Git and GitHub, two indispensable tools for version control and collabora...day8
Vivek Potdarvivek027.hashnode.dev·Feb 27, 2024Day 8 of AWS essentialsIntroduction to Serverless Removing the undifferentiated heavy lifting If you run your code on Amazon EC2, AWS is responsible for the physical hardware. You are still responsible for the logical controls, such as the guest operating system, security ...AWS
Himanshu Chauhanhimanshuchauhan.hashnode.dev·Feb 23, 2024Day 8: Error Handling in PythonOn my eighth day of learning Python, I want to share my insights into error handling. When writing code in any programming language, encountering errors is inevitable. However, understanding error handling can prevent our code from abruptly halting. ...1 likePython Python
Sarika Kambledevopsspotlight.hashnode.dev·Feb 15, 2024Day 8 - 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. ...2 likes·45 readsDevops
Shahi ShreshthforTechLearn Indiablog.techlearnindia.com·Feb 9, 2024How Image Processing Revolutionizes Data Science -( Day -8)Welcome back, image explorers! Today's voyage leads us to Day 8, where we'll delve into the intriguing realm of image statistics and texture analysis. Inspired by the captivating visual tapestry of Wonder Egg Priority, we'll extract valuable insights...1 likeskimage
Rutuja Deodharrutu09.hashnode.dev·Feb 7, 2024Understanding basic Git commands and how they workGit commands workflow: Now let's explore each command in detail. Create new directory for Git initiation Create a directory with "mkdir my_git_repo" and navigate into it using "cd my_git_repo" for Git initiation. Initialize a new Git repository R...30 likes·139 readsTrainWithShubham
Akash Jadhavakash-jadhav.hashnode.dev·Feb 4, 2024Day 8 Essential Git and GitHub Skills for DevOps Engineers.💻What is Git? Git is free and open-source version control system. It remembers every change, who made it, and lets you jump back in time if needed. Perfect for teamwork, keeping track of edits, and never losing work again. 🌐What is GitHub? GitHub i...day8