Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 22, 2024Essential Linux and Git-GitHub Cheat Sheet for Quick Reference #Day-14A "Quick Reference: Linux and Git-GitHub Cheat Sheet" is a handy guide designed to provide users with a compact and accessible summary of essential commands and workflows. For Linux, it typically includes fundamental commands for file management, nav...3 likes·84 readsDevOpsLinux
Pranit Kolamkarkpranit.hashnode.dev·Jul 19, 2024Guide to Subnets in AWS Virtual Private CloudWithin the vast landscape of Amazon Web Services (AWS), Virtual Private Cloud (VPC) serves as the foundation for creating secure and isolated network environments for your cloud resources. But within a VPC, a critical concept emerges: subnets. This a...day14
Mallika Gautamvbnm.hashnode.dev·Jul 10, 2024Mastering Cybersecurity: Day 14 of the 100-Day ChallengeIntroduction To Security Hardening Security hardening is the process of strengthening a system to reduce its vulnerability and attack surface. All the potential vulnerabilities that a threat actor could exploit are referred to as a system's attack su...day14
Rutuja Deodharrutu09.hashnode.dev·Mar 31, 2024Understanding Python and Data Types and Structures in itPython, the versatile and powerful programming language, is a go-to choice for developers worldwide. From web development to machine learning, its simplicity and readability make it a top contender in the tech space. Did you know that Python was crea...10 likes·31 readsPython
Prathmesh Vibhuteprathmeshh.hashnode.dev·Feb 13, 2024Day 14 : Python Data Types and Data Structures for DevOpsIn the world of DevOps, efficiency and automation are paramount. Python, with its versatility and robustness, is a preferred choice for many DevOps professionals. Understanding Python data types and data structures is fundamental for effective script...day14
Apurv Samadderapurv1990.hashnode.dev·Jan 11, 2024Day 14 Docker Part 3 ( Advanced )Docker compose Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services. Then, with a single command, you create and start all the services from your co...Docker compose
Unnati Guptadevunnatig.hashnode.dev·Sep 1, 2023Python Data Types and Data Structures for DevOpsAlready discussed the data types in Python. Please go through this link: Python DataTypes Data Structures: Data Structures are a way of organizing data so that it can be accessed more efficiently depending on the situation. Data Structures are fundam...python data types
Meenal Jyotikameenaljyotika.hashnode.dev·Aug 13, 2023Day-14:Python Data Types and Data Structures for DevOpsIntroduction 🎉 Hello fellows! Welcome back to Day 14 of our 90 Days of DevOps Challenge! 🚀 Today, we're diving headfirst into the mystical world of Python dictionaries and cloud service providers! Buckle up, because we're about to unravel the secre...29 reads90 Days of DevOps#90daysofdevops
Moiz Asifmoiz-journeytodevops.hashnode.dev·Aug 11, 2023Day 14: Python Data Types and Data Structures for DevOpsData 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. If you want to know about data types in python. Please go through the link...pythondatatypes
Sneha Falmarisneha235.hashnode.dev·Aug 6, 2023#day14-Python Data Types and Data Structures for DevOps🐍.🗼Datatypes in Python: Data types define the kind of data that a variable can hold. Python is a dynamically typed language, which means you don't need to explicitly specify the data type of a variable. Instead, Python infers the data type based on th...Devops