Skip to content

Commit 660f39d

Browse files
authored
chore: remove prompting course (freeCodeCamp#66553)
1 parent 7815cb6 commit 660f39d

25 files changed

Lines changed: 0 additions & 584 deletions

client/i18n/locales/english/intro.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,36 +1411,6 @@
14111411
}
14121412
}
14131413
},
1414-
"learn-prompting-fundamentals": {
1415-
"title": "Learn Prompting Fundamentals",
1416-
"summary": [
1417-
"Learn the fundamentals of writing good prompts in this video course."
1418-
],
1419-
"intro": [
1420-
"This course will guide you through the essentials of AI and language models, teach you core prompting strategies, and show best practices for practical use."
1421-
],
1422-
"note": "",
1423-
"blocks": {
1424-
"foundations-of-ai-and-language-models": {
1425-
"title": "Foundations of AI & Language Models",
1426-
"intro": [
1427-
"Explore the basics of AI, machine learning, linguistics, and language models to build a solid foundation for effective prompting."
1428-
]
1429-
},
1430-
"prompting-core-concepts": {
1431-
"title": "Prompting Core Concepts",
1432-
"intro": [
1433-
"Learn key prompting techniques, and understand how to use ChatGPT effectively."
1434-
]
1435-
},
1436-
"practical-application-and-best-practices": {
1437-
"title": "Practical Application & Best Practices",
1438-
"intro": [
1439-
"Discover best practices for effective prompts, explore vectors and text embeddings, and review key takeaways."
1440-
]
1441-
}
1442-
}
1443-
},
14441414
"learn-oop-with-python": {
14451415
"title": "Learn OOP with Python",
14461416
"summary": [

client/i18n/locales/english/translations.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,6 @@
12791279
"introduction-to-algorithms-and-data-structures": "Introduction to Algorithms and Data Structures",
12801280
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
12811281
"introduction-to-precalculus": "Introduction to Precalculus",
1282-
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
12831282
"learn-oop-with-python": "Learn OOP with Python",
12841283
"a2-english-for-developers": "A2 English for Developers",
12851284
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",

client/src/assets/superblock-icon.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ const iconMap = {
9898
[SuperBlocks.LearnSQLAndBash]: DatabaseIcon,
9999
[SuperBlocks.IntroductionToNano]: Code,
100100
[SuperBlocks.IntroductionToGitAndGithub]: Code,
101-
[SuperBlocks.LearnPromptingFundamentals]: Clipboard,
102101
[SuperBlocks.IntroductionToVariablesAndStringsInJS]: JavaScriptIcon,
103102
[SuperBlocks.IntroductionToBooleansAndNumbersInJS]: JavaScriptIcon,
104103
[SuperBlocks.IntroductionToFunctionsInJS]: JavaScriptIcon,

curriculum/challenges/english/blocks/foundations-of-ai-and-language-models/introduction-to-ai-video.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

curriculum/challenges/english/blocks/foundations-of-ai-and-language-models/introduction-video.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

curriculum/challenges/english/blocks/foundations-of-ai-and-language-models/language-models-video.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

curriculum/challenges/english/blocks/foundations-of-ai-and-language-models/linguistics-video.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

curriculum/challenges/english/blocks/foundations-of-ai-and-language-models/what-is-prompt-engineering-video.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

curriculum/challenges/english/blocks/foundations-of-ai-and-language-models/why-is-prompt-engineering-useful-video.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

curriculum/challenges/english/blocks/practical-application-and-best-practices/ai-hallucinations-video.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)