generated from btholt/next-course-starter
-
Notifications
You must be signed in to change notification settings - Fork 11
/
course.json
17 lines (17 loc) · 869 Bytes
/
course.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"author": {
"name": "Brian Holt",
"company": "SQLite Cloud"
},
"title": "Complete Intro to Containers",
"subtitle": "v2",
"frontendMastersLink": "https://frontendmasters.com/courses/complete-intro-containers-v2/",
"social": {
"linkedin": "btholt",
"github": "btholt",
"twitter": "holtbt"
},
"description": "Complete Intro to Containers course by Brian Holt aims to demystify containers, making them accessible to developers regardless of expertise level. In this course you will learn how to craft containers by hand, how to use Docker and its features, and how to use Docker in your development flows today.",
"keywords": ["linux", "containers", "javascript", "node", "brian holt", "frontend masters", "docker", "nodejs", "kubernetes", "k8s", "cloud", "aws", "gcp", "azure", "sql", "sqlite"],
"csvPath": "./out/lessons.csv"
}