Understanding YAML: A Beginner's Guide
Jun 23, 2024 · 3 min read · YAML, which stands for YAML Ain't Markup Language, is a human readable data serialization language which is often use for writing configurations file. It can also be used in conjunction with any programming language. Due to YAML’s syntax, it’s consid...
Join discussion