YAML Zero to Master

Learn basic & advance topics, data types, syntaxes, key features, and capabilities of YAML along with use cases.

YAML Zero to Master
YAML Zero to Master

YAML Zero to Master free download

Learn basic & advance topics, data types, syntaxes, key features, and capabilities of YAML along with use cases.

'YAML Zero to Master' course will help in understanding about YAML format, syntax and how to build, validate YAML files. By the end of this course, students will understand all the below topics,


  • What is YAML (YAML Ain't Markup Language) and introduction to it

  • Writing a simple YAML file

  • Parsing and visualizing YAML files using Python

  • How YAML is different from XML (Extensible markup language) and JSON (JavaScript Object Notation)

  • YAML use cases and why it is being used heavily inside Configurations management

  • Thumb rules that needs to be followed in writing a valid YAML file

  • Scalars inside YAML and how they represent a single stored value

  • How YAML support various data types like Strings, Integer, Float, Date, Timestamp, Boolean, Null etc.

  • How to define Long,multi-line Strings in YAML using folded style and literal style

  • How YAML supports comments inside it and how to write them with the help of #

  • How YAML supports Date and Timestamp values

  • Tags in YAML

  • How to define Sequences, Sets, Ordered mappings in YAML

  • What is the common structure inside YAML document

  • How to write complex keys inside YAML using ?

  • What are Anchors & Alias inside YAML. How to write them using & and *

  • What is overriding/merging inside YAML and how to use inside Anchors and Alias using <<:

  • How YAML supports multi-documents and how to write them using --- & ...

  • YAML real examples inside AWS Cloud Formation, Docker Compose, Kubernetes etc.

The pre-requisite for the course is basic knowledge of XML, JSON and interest to learn.