Yaml Basics
Introduction
YAML (YAML Ain't Markup Language) is a human-readable data serialization format. In simpler terms, it's a way to represent data in a format that is easy for humans to read and write, but also easy for machines to parse and generate.
Imag...
eaglecharles.hashnode.dev7 min read