YAML – Human readable data serialization standard

What is YAML? YAML stands for "YAML Ain't Markup Language" and it is extensively used in configuration files. YAML is popular because it is a human-readable structured data. Usually, all kind of configuration settings such as server config, application config, docker-compose configs, and etc. are stored in this format. YAML standard has been created to make it simple to [...]