AVAnubhav Vardhaninanubhavv.hashnode.dev·Jan 13, 2022 · 5 min readIntroduction to YAMLWhat is YAML? YAML is a very popular data serialization language like JSON or XML for writing configuration files. YAML is used with many DevOps tools and applications such as Docker, Kubernetes etc. YAML stands for YAML Ain't Markup Language and YAM...01D
AVAnubhav Vardhaninanubhavv.hashnode.dev·Aug 5, 2021 · 9 min readDocker explained for Beginners 🐳What is Docker? Docker is an open platform that uses OS level virtualization to deliver software in packages called containers. What is a container? A way to package application with all the necessary dependencies and configuration. A portable arti...01V