• Post category:StudyBullet-6
  • Reading time:5 mins read


Learn YAML by doing – This ain’t just a theory course

What you will learn

What is YAML

The design goals of YAML

All the syntax and components of YAML

Use cases of YAML including Docker Compose and Kubernetes

How to load and dump YAML content with Python

Description

This course is for Free!!

Are you learning DevOps?

Are you a computer science student?

Are you a Programmer?

Then, you should learn about YAML now!!

Learn one of the most popular data serialization languages for Free

What you will get:


Get Instant Notification of New Courses on our Telegram channel.


  • Free course
  • Complete YAML Tutorial
  • YAML official Cheat sheet
  • A hands-on course where you will learn by doing
  • Python code to load and dump YAML
  • Docker-compose understanding
  • Kubernetes YAML file understanding

YAML  is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted. YAML targets many of the same communications applications as Extensible Markup Language (XML) but has a minimal syntax that intentionally differs from SGML.

YAML is line-oriented and thus it is often simple to convert the unstructured output of existing programs into YAML format while having them retain much of the look of the original document. Because there are no closing tags, braces, or quotation marks to balance, it is generally easy to generate well-formed YAML directly from distributed print statements within unsophisticated programs. Likewise, the whitespace delimiters facilitate quick-and-dirty filtering of YAML files using the line-oriented commands in grep, AWK, Perl, Ruby, and Python.

The course has the following content:

  1. Understand what YAML is
  2. Data Serialization
  3. YAML vs JSON vs XML
  4. YAML Design goals
  5. Learning by doing YAML
  6. Understanding components of YAML
  7. Defining a profile of a cricket player with YAML
  8. Defining a matrix with YAML
  9. Use cases of YAML
  10. Reading YAML with Python
  11. Storing config file with YAML
  12. Docker-Compose file with YAML
  13. YAML in Kubernetes

I hope you enjoy this free course.

Cheers,

Mohit

English
language

Content

Introduction

Introduction
Course Agenda

YAML Overview

YAML Overview
What is Data Serialization?
YAML vs JSON vs XML
YAML design goals
YAML Syntax
Section 1 Quiz

YAML Hands On

Hands on overview
YAML File extension
Comments in YAML
Mappings in YAML
Excercise – Mappings
Sequences in YAML
Scalars in YAML
YAML Keys with Quotes
Multiple Documents with YAML
Section 2 Quiz

YAML Use cases

Python – Load a YAML Document
Python – Dump data to YAML document
Python – Load a composite YAML document
YAML use cases in Docker Compose, Kubernetes and AWS Cloudformation

Way forward

Thank You
Bonus Lecture