-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcourse.json
More file actions
30 lines (30 loc) · 994 Bytes
/
course.json
File metadata and controls
30 lines (30 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"author": {
"name": "Sabrina Goldfarb",
"company": "GitHub"
},
"title": "Practical Prompt Engineering for Developers",
"subtitle": "for Frontend Masters",
"frontendMastersLink": "https://frontendmasters.com/courses/",
"social": {
"linkedin": "sabrinagoldfarb",
"github": "sgoldfarb2"
},
"productionBaseUrl": "/practical-prompt-engineering",
"description": "Learn how to use Large Language Models (LLMs) like ChatGPT, Claude, and GitHub Copilot to build applications, generate code, and enhance your development workflow. This course covers prompt engineering techniques, best practices, and real-world examples to help you harness the power of AI in your projects.",
"keywords": [
"Prompt",
"Engineering",
"Prompt Engineering",
"LLM",
"Large Language Model",
"AI",
"Artificial Intelligence",
"ChatGPT",
"Claude",
"Copilot",
"Cursor"
],
"csvPath": "./out/lessons.csv",
"llmFullTextPath": "./out/llms.txt"
}