GithubHelp home page GithubHelp logo

reberan / yaml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eazybytes/yaml

0.0 0.0 0.0 23 KB

Udemy: YAML Zero to Master - Examples

Home Page: https://www.udemy.com/course/yaml-zero-to-master

udemy udemy-course

yaml's Introduction

YAML Zero to Master

Image

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

Topics covered in the course

  • What is YAML (YAML Ain't Markup Language) and introduction to it
  • How YAML is different from XML (Extensible markup language) and JSON (JavaScript Object Notation)
  • How YAML is similar inline style to JSON (is a superset of JSON)
  • Understand how easy and simple to represent complex mapping inside YAML
  • 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
  • YAML support to Strings, Integer, Float, Date, Timestamp, Boolean, Null etc.
  • How to write multiple lines of String using folded style and literal style inside YAML
  • How YAML supports comments inside it and how to write them with the help of #
  • YAML support to implicit and explicit typing
  • How to write different types of date formats using !!timestamp data tag
  • What are Sequences inside YAML and how to write it using Block style and flow style
  • What are Dictionaries inside YAML and how to write them to represent related object details like Application, Person, Vehicle etc.
  • 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 --- & ...
  • How to validate YAML files using command line tools and yamllint which is a python package
  • How to define custom configurations inside yamllint
  • How to validate YAML files and convert them into JSON using online websites
  • YAML real examples inside AWS Cloud Formation, Docker Compose and Kubernetes

Pre-requisite for the course

  • Basic understanding on XML and JSON
  • Interest to learn and explore YAML

Important Links

yaml's People

Contributors

eazybytes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.