Only YAML Tutorial you need as a DevOps Engineer // Project Included Bootcamp Day - 6 (Hindi)

Опубликовано: 15 Октябрь 2024
на канале: TrainWithShubham
42,906
1.4k

DevOps Batch 8 Starts on 5th October 2024 9 a.m
Check Syllabus: https://bit.ly/tws-junoon

YAML tutorial in Hindi for beginners and DevOps engineers with a Live project.

Watch DevOps Bootcamp Playlist:    • DevOps Bootcamp - Live Project  

Watch Linux For DevOps Engineer Playlist:    • Linux For DevOps Engineer  

Watch DevOps with AWS Playlist:    • DevOps Engineer AWS  

Python code:

import yaml

with open('first.yml','r') as file:
try:
print(yaml.safe_load(file))
except yaml.YAMLError as exc:
print(exc)
-

✨ TELEGRAM: https://t.me/trainwithshubham

✨ INSTAGRAM: @train_withshubham
  / train_withshubham  

👨🏻‍💻 GITHUB:
https://github.com/LondheShubham153

💼 LINKEDIN:
  / shubhamlondhe1996  

👨‍💻 DISCORD: @TrainWithShubham
  / discord  

📩 EMAIL:
[email protected]

-
00:00 Intro
00:49 What is YAML
02:00 YAML Hands-on tutorial
13:00 YAML usage in Project (Surprise)

About -

TrainWithShubham is the channel created with the idea of bridging the gap between academic learning and the corporate world. We all know that schools and universities don't necessarily prepare us for the corporate world. There's a huge difference between what's going on in the industry and what's being taught to us in schools and colleges.

We are here to prepare you for the world with content based on my industry knowledge & experiences as a developer.