PCPiyush Chauhaninpiyushchauhan6397.hashnode.dev·Nov 17, 2023 · 3 min readDay 18 : Docker for DevOps Engineers (Part 2)Docker Compose and Yaml Introduction So far we have gone through docker basics and implemented an application using various docker commands, in this blog, we will move forward with DOCKER COMPOSE, what's YAML here for docker and explore more with som...00
PCPiyush Chauhaninpiyushchauhan6397.hashnode.dev·Nov 15, 2023 · 3 min readDay 17 : DevOps Project with DOCKERDocker and Dockerfile Docker is a tool or platform designed to simplify the process of creating, deploying, and packaging and shipping out applications along with its parts such as libraries and other dependencies. Its primary purpose is to automate ...00
PCPiyush Chauhaninpiyushchauhan6397.hashnode.dev·Nov 13, 2023 · 3 min readDay 16: Docker for DevOps EngineersDocker is an open platform for developing, shipping and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same w...00
PCPiyush Chauhaninpiyushchauhan6397.hashnode.dev·Nov 9, 2023 · 2 min readDay 15 : Python libraries for DevOpsIntroduction Python is one of the best programming language and its powerful tool is several impactful libraries in which Python have to perform a variety of tasks like configuration, development, and Deployment in computer engineering. Python offers...00
PCPiyush Chauhaninpiyushchauhan6397.hashnode.dev·Nov 7, 2023 · 5 min readDay 14 : Python Data Types & Data StructuresData types In programming, data type is an important concept. Variables can store data of different types, and different types can do different things. Python has the following data types built-in by default, in these categories: You can get the data...00