Booking options
£37.99
£37.99
On-Demand course
2 hours 27 minutes
All levels
The "YAML Fundamentals" course helps beginners with the required skills to develop YAML documents. It will also help you gain skills to develop a properly structured YAML document in both block style and flow style. The "flow style" is also known as JSON style or compact style. If you are looking forward to adding YAML to your skillset, then this course is what you need. In today's market, every IT professional is expected to know YAML.
YAML is a data serialization language. The "YAML Fundamentals" course helps beginners with the required skills to develop YAML documents. Most common languages such as Go, Python, Java, C#, and so on provide support for YAML. You will see YAML being used in various ways in the industry for web service communication, configuration management, configuration files, data storage, and more. In this course, you will learn about YAML, and compare YAML with HTML, JSON, and XML. You will look at YAML structure, data types in YAML, and complex mapping. After that, you will learn to document multiple YAML documents in a single file, handle multi-line strings, and look at the advanced features of YAML (tags, anchors, chomping, and so on.). Following that, you will look at representing data using YAML, see different styles of documenting YAML, and tools and technologies leveraging YAML data serialization format. Next, you will be creating and validating YAML using VS Code Editor, using Python to read and extract data from YAML documents, and using Python to determine the data types in YAML documents. Finally, you will be reviewing examples of the Kubernetes YAML document and Ansible YAML playbook. By the end of this course, you will learn the fundamentals of YAML and build skills to develop a properly structured YAML document from scratch. All the resource files are uploaded on the GitHub repository at https://github.com/PacktPublishing/YAML-Fundamentals-for-DevOps-Cloud-and-IaC-Engineers
Study about YAML and its structure
Explore YAML syntax along with simple and complex YAML documents
Understand block and flow style, and use tags to enforce data type
Understand and instill the ability to handle long and multi-line strings
Look at how to develop professional YAML documents using Anchors
Learn to develop YAML documents from scratch
This course is designed for cloud engineers, DevOps engineers, software engineers, full-stack web developers, software architects, and software managers. This course will also benefit anyone with an interest in learning YAML.
Basic IT background is required to grasp the content quickly.
This is a crisp, beginner-friendly, and complete course on getting started with YAML. This course is designed for absolute beginners and the content is animated to make it highly engaging. There is a standalone section on real-work examples that would help you write code from scratch. The course is a good mix of theoretical and practical content throughout.
Build skills to develop a properly structured YAML document from scratch * The course is designed for absolute beginners with a step-by-step methodology and animated content * Python codes are provided that can be used to review YAML documents
https://github.com/PacktPublishing/YAML-Fundamentals-for-DevOps-Cloud-and-IaC-Engineers
GlobalETraining (brand name - CodingGears) offers self-paced technical courses and makes them easy to learn. They have been in the IT training business for many years, offering training courses in Unix, Windows, C#, Java, Python programming, SQL server, manual testing, automation, and so on. Their instructors have 20+ years of experience in various technical areas such as software development, software testing, Windows systems, and network administration, Unix/Linux systems and network administration, virtualization technologies, storage, shell scripting, database management systems (MS SQL Server, MySQL, IBM DB2, Cassandra), containerization (Dockers), Mesos, Marathon, Jenkins, Jira, Elastic Cloud Storage (ECS), Gluster file system, CoreOS, Ansible, and other areas. CodingGears/GlobalETraining has mentored thousands of students for over a decade and has extensive experience in delivering training-both in-class and online.
1. Introduction to the Course
1. Course Overview This video provides an overview of the course. |
2. Recommendations This video provides a few recommendations before diving deep into this course. |
2. YAML Fundamentals
1. Overview This video provides an overview about the section. |
2. Why Learn YAML This video explains why to learn YAML. |
3. HTML Versus XML Versus JSON Version YAML This video demonstrates the difference between HTML, XML, JSON, and YAML. |
4. YAML Structure This video explains the structure of YAML. |
5. Datatypes - Scalars - Part 1 This is first of the two-part video that talks about scalars in datatypes. |
6. Datatypes - Collections - Part 2 This is second of the two-part video that talks about collections in datatypes. |
7. YAML Visualization This video demonstrates the YAML visualization. |
8. Tags This video explains about the tags. |
9. Anchors This video explains about the Anchors. |
10. Complex Mappings This video explains about the complex mappings. |
3. YAML - Hands-On Demos
1. Overview This video provides an overview about the section. |
2. Demo: Visual Studio Code and YAML Extension This demo video demonstrates Visual Studio code and YAML extension. |
3. Demo: Python Code Review This demo video demonstrates the review of the Python code. You will install the Python library before working on the code review. |
4. Demo: Datatypes This demo video demonstrates about the datatypes. |
5. Demo: Single and Double Quotes This demo video explains the single and double quotes. |
6. Demo: Spaces This demo video demonstrates about the spaces. |
7. Demo: Indentation This demo video demonstrates about the indentation. |
8. Demo: Nulls and Boolean This demo video demonstrates about the nulls and boolean. |
9. Demo: Multiple YAML Documents in One File This demo video demonstrates about the multiple YAML documents in one file. |
10. Demo: Block and Flow Styles This demo video demonstrates the block and flow styles. |
11. Demo: Sets and Nested Maps This demo video demonstrates about the sets and nested maps. |
12. Demo: Multi-Line Strings This demo video demonstrates about the multi-line strings. |
13. Demo: Anchors This demo video demonstrates about the Anchors. |
14. Demo: Tags This demo video demonstrates about the tags. |
15. Demo: Complex Mapping This demo video demonstrates about the complex mappings. |
4. Real-Work Examples
1. Overview This video provides an overview about the section. |
2. Demo: Writing YAML Documents from Scratch This demo video helps in writing YAML documents from scratch. |
3. Demo: Kubernetes and Ansible YAML Examples This demo video demonstrates the Kubernetes and Ansible YAML examples. |
4. Demo: Using Online Formatters This demo video demonstrates how to format YAML documents using freely available online formatters. |