From b513a48c2add383b03b263b7c40d7162aeb9d603 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:44:36 +0600 Subject: [PATCH] chore: update roadmap content json (#7488) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/ai-engineer.json | 60 +++++++++++++++++++--- public/roadmap-content/cyber-security.json | 2 +- public/roadmap-content/nodejs.json | 5 ++ 3 files changed, 60 insertions(+), 7 deletions(-) diff --git a/public/roadmap-content/ai-engineer.json b/public/roadmap-content/ai-engineer.json index bab60f520..303f76ff3 100644 --- a/public/roadmap-content/ai-engineer.json +++ b/public/roadmap-content/ai-engineer.json @@ -6,18 +6,66 @@ }, "GN6SnI7RXIeW8JeD-qORW": { "title": "What is an AI Engineer?", - "description": "", - "links": [] + "description": "AI engineers are professionals who specialize in designing, developing, and implementing artificial intelligence (AI) systems. Their work is essential in various industries, as they create applications that enable machines to perform tasks that typically require human intelligence, such as problem-solving, learning, and decision-making.\n\nVisit the following resources to learn more:", + "links": [ + { + "title": "AI For Everyone", + "url": "https://www.coursera.org/learn/ai-for-everyone", + "type": "course" + }, + { + "title": "How to Become an AI Engineer: Duties, Skills, and Salary", + "url": "https://www.simplilearn.com/tutorials/artificial-intelligence-tutorial/how-to-become-an-ai-engineer", + "type": "article" + }, + { + "title": "AI engineers: What they do and how to become one", + "url": "https://www.techtarget.com/whatis/feature/How-to-become-an-artificial-intelligence-engineer", + "type": "article" + }, + { + "title": "AI Engineers- What Do They Do?", + "url": "https://www.youtube.com/watch?v=y8qRq9PMCh8&t=1s", + "type": "video" + } + ] }, "jSZ1LhPdhlkW-9QJhIvFs": { "title": "AI Engineer vs ML Engineer", - "description": "", - "links": [] + "description": "An AI Engineer develops broad AI solutions, such as chatbots, NLP, and intelligent automation, focusing on integrating AI technologies into large applications. In contrast, an ML Engineer is more focused on building and deploying machine learning models, handling data processing, model training, and optimization in production environments.\n\nVisit the following resources to learn more:", + "links": [ + { + "title": "AI Engineer vs. ML Engineer: Duties, Skills, and Qualifications", + "url": "https://www.upwork.com/resources/ai-engineer-vs-ml-engineer", + "type": "article" + }, + { + "title": "AI Developer vs ML Engineer: What’s the difference?", + "url": "https://www.youtube.com/watch?v=yU87V2-XisA&t=2s", + "type": "video" + } + ] }, "wf2BSyUekr1S1q6l8kyq6": { "title": "LLMs", - "description": "", - "links": [] + "description": "Large Language Models (LLMs) are advanced artificial intelligence programs designed to comprehend and generate human language text.\n\nVisit the following resources to learn more:", + "links": [ + { + "title": "What is a large language model (LLM)?", + "url": "https://www.cloudflare.com/learning/ai/what-is-large-language-model/", + "type": "article" + }, + { + "title": "Large language model", + "url": "https://en.wikipedia.org/wiki/Large_language_model", + "type": "article" + }, + { + "title": "How Large Language Models Work", + "url": "https://www.youtube.com/watch?v=5sLYAQS9sWQ&t=1s", + "type": "video" + } + ] }, "KWjD4xEPhOOYS51dvRLd2": { "title": "Inference", diff --git a/public/roadmap-content/cyber-security.json b/public/roadmap-content/cyber-security.json index 95e28dbee..a6d38d39b 100644 --- a/public/roadmap-content/cyber-security.json +++ b/public/roadmap-content/cyber-security.json @@ -78,7 +78,7 @@ "type": "article" }, { - "title": "Libra Office", + "title": "LibreOffice", "url": "https://www.libreoffice.org/", "type": "article" } diff --git a/public/roadmap-content/nodejs.json b/public/roadmap-content/nodejs.json index 0c590de47..24c34bda2 100644 --- a/public/roadmap-content/nodejs.json +++ b/public/roadmap-content/nodejs.json @@ -463,6 +463,11 @@ "title": "Node.js Errors - Official Docs", "url": "https://nodejs.org/api/errors.html#errors_class_systemerror", "type": "article" + }, + { + "title": "@Article@16 Common Errors in Node.js and How to Fix Them", + "url": "https://betterstack.com/community/guides/scaling-nodejs/nodejs-errors/", + "type": "article" } ] },