Nischal Baidarnischalbaidar.hashnode.dev·Oct 15, 2024Day 11 - Working with CSV Files Using PandasWhen working with data in Python, CSV (Comma-Separated Values) files are one of the most commonly used formats for data storage and exchange. Pandas, a powerful data manipulation library, makes it extremely easy to load, manipulate, and analyze CSV f...nischal_baidar
Archana Prustyarchana77.hashnode.dev·Sep 30, 2024A Beginner's Guide to Type Casting in Python: Day 11Introduction: Welcome to Day 11 of my Python journey! We can convert one type / class value to another type/ class. This conversion is called Typecasting or Type conversion. The following are various in-built functions for type casting. 1. int() 2. f...Python
Vaishnavi Modakwardevopscloudhub.hashnode.dev·Sep 1, 2024A Beginner’s Guide to Cloud Computing #Day11Introduction to Cloud ☁️ In today's digital era, the term "cloud" has become a buzzword across industries. But what exactly does it mean? At its core, the cloud refers to accessing computing resources—like servers, storage, databases, networking, and...AWS Cloud#90daysofdevops chanllenge
Vibhuti Jainvibhutijain.hashnode.dev·Aug 24, 2024Day 11 Task: Error Handling in Shell ScriptingLearning Objectives Understanding how to handle errors in shell scripts is crucial for creating robust and reliable scripts. Today, you'll learn how to use various techniques to handle errors effectively in your bash scripts. Topics to Cover Underst...day11
Pranit Kolamkarkpranit.hashnode.dev·Jul 16, 2024Setting Up Multi-Factor Authentication on AWSAWS Identity and Access Management (IAM) is a fundamental service within the AWS cloud platform. It serves as the cornerstone for securing your AWS resources by managing users, groups, roles, and the permissions they have to access and interact with ...day11
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 12, 2024Shell Scripting Challenge #Day-11 : Error Handling in Shell ScriptingUnderstanding how to handle errors in shell scripts is crucial for creating robust and reliable scripts. Today, you'll learn how to use various techniques to handle errors effectively in your bash scripts. Topics to Cover Understanding Exit Status: ...1 like·128 readsDevOps#90daysofdevops
Mallika Gautamvbnm.hashnode.dev·Jul 4, 2024Mastering Cybersecurity: Day 11 of the 100-Day ChallengeVirtual Network And Privacy Common network protocols Network protocols are used to direct traffic to the correct device and service depending on the kind of communication being performed by the devices on the network. Protocols are the rules used by ...#cybersecurity
prince meeniaprince222.hashnode.dev·Mar 26, 2024Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2Git Stash: The git stash command is used to temporarily store changes that are not ready to be committed yet. This can be helpful if you need to switch branches or perform some other operation that requires a clean working directory without committin...day11
Sarika Kambledevopsspotlight.hashnode.dev·Feb 18, 2024Day 11 - Advance Git & GitHub for DevOps Engineers: Part-2✔️Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is useful when you need to switch to a different branch to work on something else, but you don't wa...1 likeDevops
SWATHI PUNREDDYswathireddy.hashnode.dev·Feb 11, 2024Day 11 Task: Advanced Git & GitHub for DevOps Engineers - Part 2Welcome back to our DevOps journey! In today's installment, we're diving deeper into Git and GitHub, focusing on advanced techniques that every DevOps engineer should master. Let's explore Git stash, cherry-pick, and resolving conflicts. Git Stash: S...48 reads#CodeManagement