Archana Prustyarchana77.hashnode.dev·Oct 5, 2024Understanding Python Functions: Day 16 SummaryIntroduction : Welcome back to my Python journey! Yesterday, I laid the foundation with control structures in python. Today, I dove into Functions, Let's explore what I learned! core python : introduction operators data types control structure c...Discuss2Articles1Week
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 24, 2024Docker for DevOps Engineers #Day-16Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run, including libraries, system tools...Discuss·2 likes·48 readsDevOpsTrainWithShubham
Pranit Kolamkarkpranit.hashnode.dev·Jul 21, 2024Guarding Your Cloud: A Detailed Comparison of AWS Security Groups and Network ACLsWithin the realm of AWS security, two crucial components safeguard your resources: Security Groups and Network Access Control Lists (NACLs). While both play vital roles, they function at distinct levels and offer unique advantages. This article delve...Discuss#90daysAWSchallenge
Mallika Gautamvbnm.hashnode.dev·Jul 12, 2024Mastering Cybersecurity: Day 16 of the 100-Day ChallengeLinux Architecture Linux architecture operating systems have an architecture and are made up of discrete components that work together to form the whole. In this video, we're going to look at all the components that, together, make up Linux. The comp...DiscussDay16
Rutuja Deodharrutu09.hashnode.dev·Apr 27, 2024Mastering Docker Commands: A Comprehensive GuideDocker has revolutionized the way developers build, ship, and run applications. With its containerization technology. Docker enables the creation of lightweight, portable, and scalable software environments. To leverage Docker effectively, it's essen...Discuss·2 likes·86 readsDay16
Prathmesh Vibhuteprathmeshh.hashnode.dev·Feb 18, 2024Day 16 : Docker for DevOps Engineers.In today's rapidly evolving landscape of software development and deployment, efficiency and scalability are paramount. DevOps engineers play a crucial role in streamlining the development-to-deployment pipeline, and Docker has emerged as a cornersto...DiscussDay16
Vishal Kumar90-days-of-devops-challenge.hashnode.dev·Feb 16, 2024Day 16: Docker for DevOps Engineers.Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker is an open-source containerization platform by which we can pack our application and all its dependencies into a standardized unit called a c...Discuss·6 likes#dockerlifecycle
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Feb 12, 2024Day 16: Docker for DevOps Engineers.(Part-01)What is Docker? Docker is a powerful containerization tool widely used in DevOps. It is an open-source platform used for packaging, distributing, and running applications within containers. Docker enables developers to package applications and thei...Discuss·10 likesday 16
Apurv Samadderapurv1990.hashnode.dev·Jan 27, 2024Day 16 Jenkins Part 1 (Basic)What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...DiscussJenkins basic
Unnati Guptadevunnatig.hashnode.dev·Sep 13, 2023Docker#day16 #90daysofdevopschallenge What is a docker? Docker is a platform for packaging, deploying, and running applications. Docker is a powerful tool that is used for packaging, deploying, and running applications. By using docker you can run your app...Discuss·94 readsDocker