-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevops.json
More file actions
17 lines (17 loc) · 780 Bytes
/
Copy pathdevops.json
File metadata and controls
17 lines (17 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "DevOps",
"emoji": "ðŸ”",
"tagline": "Bridge the gap between dev and operations",
"description": "DevOps is a set of practices combining software development and IT operations to deliver faster, more reliable software.",
"category": "DevOps",
"level": "Intermediate",
"videoUrl": "https://www.youtube.com/watch?v=9zUHg7xjIqQ",
"videoTitle": "DevOps Engineering Course for Beginners (freeCodeCamp)",
"nextSteps": [
"Learn CI/CD with GitHub Actions",
"Study Docker and Kubernetes",
"Set up a full pipeline project"
],
"videoEmbedUrl": "https://www.youtube.com/embed/9zUHg7xjIqQ",
"videoId": "9zUHg7xjIqQ"
}