Archana Prustyarchana77.hashnode.dev·Oct 7, 2024Discover More about Function calls in Python on Day 18Introduction : Welcome back to my Python journey! Yesterday, I laid the foundation with control structures in python. Today, I dove into Function calling, Let's explore what I learned! Function python does not support call by value mechanism pytho...Discuss2Articles1Week
Rajendra Patilrajendrapatil9949.hashnode.dev·Aug 17, 2024#90DaysOfDevops | Day 18Docker ComposeDocker Compose is a tool that allows you to define and manage multi-container Docker applications. It uses a YAML file to define the services, networks, and volumes required for the application, making it easy to spin up and manage comp...Discuss#90daysofdevops
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 2, 2024Docker for DevOps Engineers #Day-18Introduction Welcome to Day 18 of our 90-day DevOps journey! So far, we've created Dockerfiles and pushed them to repositories. Today, we're diving deeper into Docker by exploring Docker Compose. Let's understand what Docker Compose is and how it can...Discuss·2 likes·67 readsDevOpsTrainWithShubham
Pranit Kolamkarkpranit.hashnode.dev·Jul 23, 2024In-Depth Look at Amazon IAM FeaturesWithin the vast realm of Amazon Web Services (AWS), security is paramount. To ensure only authorized users and applications have access to your cloud resources, AWS Identity and Access Management (IAM) emerges as a cornerstone service. This in-depth ...Discussday18
Mallika Gautamvbnm.hashnode.dev·Jul 15, 2024Mastering Cybersecurity: Day 18 of the 100-Day ChallengeFile permissions and ownership Permissions are the type of access granted to a file or directory. Permissions are related to authorization. Authorization is the concept of granting access to specific resources in a system. Authorization allows you to...Discussday18
Prathmesh Vibhuteprathmeshh.hashnode.dev·Mar 3, 2024Day 18 : Docker for DevOps EngineersIn today's fast-paced DevOps landscape, containerization has emerged as a crucial technology for building, shipping, and running applications reliably and efficiently. Among the plethora of containerization tools available, Docker stands out as one o...Discussprathmesh vibhute
SWATHI PUNREDDYswathireddy.hashnode.dev·Feb 25, 2024Deploying Multiple Applications on AWS EC2 with DockerWelcome to our blog where we delve into the exciting world of deploying applications using Docker on AWS EC2 instances. In today's blog, we'll explore the deployment process for three different types of applications: Java, Flask (Python), and Node.js...Discuss·10 likes·460 readsjava application
Siri Chandanairis1919.hashnode.dev·Oct 11, 2023Day18-Docker Compose & YAML for DevOps EngineersWhat is YAML? YAML is a data serialization language that is often used for writing configuration files. Depending on whom you ask, YAML stands for yet another markup language or YAML ain’t markup language (a recursive acronym), which emphasizes that ...Discuss·51 reads#90daysofdevops chanllenge
Unnati Guptadevunnatig.hashnode.dev·Sep 25, 2023Docker Compose for DevOps Engineer#90daysdevopschallenge #day18 If you don't have knowledge about docker. Please learn first docker. Go through this article to learn docker: https://devunnatig.hashnode.dev/docker Docker Compose: Docker Compose is a tool for defining & running multi-c...Discuss·112 readsDocker compose
Ajay Giteajaygite.hashnode.dev·Sep 5, 2023Diving into Docker Compose: Simplifying Multi-Container DeploymentsYAML: YAML (short for "YAML Ain't Markup Language" or sometimes "Yet Another Markup Language") is a human-readable data serialization format. It is often used for configuration files and data exchange between languages with different data structures....Discuss·1 like·58 readsTrainWithShubham