Archana Prustyarchana77.hashnode.dev·Oct 2, 2024Python Control Statements Explained - Day 13 LearningIntroduction : Welcome back to my Python journey! Yesterday, I laid the foundation with control structures in python. Today, I dove into control statements, essential building blocks of any programming language. Let's explore what I learned! Control ...Discuss·10 likes2Articles1Week
Rajendra Patilrajendrapatil9949.hashnode.dev·Aug 9, 2024#90DaysOfDevops | Day 13Git Branching Branches are a core concept in Git, enabling isolated development work without affecting the main codebase. Each repository has a default branch (often main or master), but you can create multiple branches for different tasks. This way,...Discuss#90daysofdevops
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 19, 2024Advance Git & GitHub for DevOps Engineers #Day-13Git Branching Branches are a core concept in Git, enabling isolated development work without affecting the main codebase. Each repository has a default branch (often main or master), but you can create multiple branches for different tasks. This way,...Discuss·66 readsDevOps#90daysofdevops
Pranit Kolamkarkpranit.hashnode.dev·Jul 18, 2024AWS KMS Theory Explained: Key Concepts and UsesIn the realm of cloud security, encryption plays a pivotal role in safeguarding sensitive data. However, managing encryption keys – the vital components that unlock and protect your data – can be a complex and cumbersome task. Enter AWS Key Managemen...DiscussDay13
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...Discuss·10 likes·31 readsPython
Vishal Kumar90-days-of-devops-challenge.hashnode.dev·Feb 12, 2024Day 13: Basics Of PythonPython: Python is a high-level, interpreted programming language. It was created by Guido van Rossum. Python is famous for being easy to use, having a robust standard library, and dynamic semantics. The main goal behind its creation is to make it si...Discuss#90daysofdevops
Prathmesh Vibhuteprathmeshh.hashnode.dev·Feb 12, 2024Day 13 : Let's Start with Basics of Python: A Beginner's GuidePython is a versatile and powerful programming language known for its simplicity and readability. It's widely used in various fields such as web development, data analysis, artificial intelligence, machine learning, and more. Whether you're a beginne...DiscussDay13
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Feb 7, 2024Day 12: Git Cheat SheetSure! Here's a Git cheat sheet covering each topic with 5-6 commands: Setup and Init: git config --globaluser.name"Your Name": Set your name globally. git config --globaluser.email"youremail@example.com": Set your email globally. git init: Initia...Discussday 13
Apurv Samadderapurv1990.hashnode.dev·Dec 18, 2023Day 13 Docker Basic Part 2Docker Hub*: It's like a Repository for Docker Images, similar to GitHub where we store the code of the project, whereas, Docker Hub, stores the Images that are created from those program files.* Docker push: This is used to push Docker images to Doc...Discuss#Dockeradvanced
Unnati Guptadevunnatig.hashnode.dev·Aug 31, 2023Python Basics#day13 - #90daysofdevopschallenge Let's Start a new chapter of our 90daysdevopschallenge Journey. What is Python? Python is an open-source, general-purpose, high-level, and object-oriented programming language. It was created by "Guido Van Rossum". I...Discuss·1 likeBasics of Python