1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

chore: update roadmap content json (#8690)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-26 22:51:52 +06:00
committed by GitHub
parent 3429c17074
commit a367be60dc
2 changed files with 258 additions and 0 deletions

View File

@@ -218,6 +218,32 @@
}
]
},
"z8-556o-PaHXjlytrawaF": {
"title": "Writing Semantic HTML",
"description": "Semantic HTML refers to the use of HTML markup to reinforce the meaning of web content, rather than merely defining its appearance. It involves using HTML elements that clearly describe their purpose and content. Semantic HTML improves accessibility, SEO, and code readability. Key elements include `<header>`, `<nav>`, `<main>`, `<article>`, `<section>`, `<aside>`, and `<footer>`. It also encompasses using appropriate heading levels (`<h1>` to `<h6>`), lists (`<ul>`, `<ol>`,`<li>`), and data tables (`<table>`, `<th>`, `<td>`). Semantic HTML helps screen readers interpret page content, enables better browser rendering, and provides clearer structure for developers. By using semantically correct elements, developers create more meaningful, accessible, and maintainable web documents that are easier for both humans and machines to understand and process.\n\nVisit the following resources to learn more:",
"links": [
{
"title": "Guide to Writing Semantic HTML",
"url": "https://cs.fyi/guide/writing-semantic-html",
"type": "article"
},
{
"title": "W3Schools: Semantic HTML",
"url": "https://www.w3schools.com/html/html5_semantic_elements.asp",
"type": "article"
},
{
"title": "Semantic HTML - web.dev",
"url": "https://web.dev/learn/html/semantic-html/",
"type": "article"
},
{
"title": "Why & When to Use Semantic HTML Elements over Div(s)",
"url": "https://www.youtube.com/watch?v=bOUhq46fd5g",
"type": "video"
}
]
},
"V5zucKEHnIPPjwHqsMPHF": {
"title": "Forms and Validations",
"description": "Before submitting data to the server, it is important to ensure all required form controls are filled out, in the correct format. This is called client-side form validation, and helps ensure data submitted matches the requirements set forth in the various form controls.\n\nVisit the following resources to learn more:",

View File

@@ -0,0 +1,232 @@
{
"jrH1qE6EnFXL4fTyYU8gR": {
"title": "Introduction",
"description": "",
"links": []
},
"74JxgfJ_1qmVNZ_QRp9Ne": {
"title": "LLMs and how they work?",
"description": "",
"links": []
},
"i4ijY3T5gLgNz0XqRipXe": {
"title": "What is a Prompt?",
"description": "",
"links": []
},
"43drPbTwPqJQPyzwYUdBT": {
"title": "What is Prompt Engineering?",
"description": "",
"links": []
},
"Yb5cQiV2ETxPbBYCLOpt2": {
"title": "OpenAI",
"description": "",
"links": []
},
"o-6UKLZ6oCRbAKgRjH2uI": {
"title": "Google",
"description": "",
"links": []
},
"V8pDOwrRKKcHBTd4qlSsH": {
"title": "Anthropic",
"description": "",
"links": []
},
"Td2YzDFT4LPGDw8JMmQSQ": {
"title": "Meta",
"description": "",
"links": []
},
"3wshuH7_DXgbhxsLzzI4D": {
"title": "xAI",
"description": "",
"links": []
},
"pamV5Z8DRKk2ioZbg6QVK": {
"title": "LLM",
"description": "",
"links": []
},
"NPcaSEteeEA5g22wQ7nL_": {
"title": "Tokens",
"description": "",
"links": []
},
"b-Xtkv6rt8QgzJXSShOX-": {
"title": "Context Window",
"description": "",
"links": []
},
"SWDa3Su3VS815WQbvvNsa": {
"title": "Hallucination",
"description": "",
"links": []
},
"yfsjW1eze8mWT0iHxv078": {
"title": "Model Weights / Parameters",
"description": "",
"links": []
},
"Ke5GT163k_ek9SzbcbBGE": {
"title": "Fine-Tuning vs Prompt Engg.",
"description": "",
"links": []
},
"gxydtFKmnXNY9I5kpTwjP": {
"title": "RAG",
"description": "",
"links": []
},
"Pw5LWA9vNRY0N2M0FW16f": {
"title": "Agents",
"description": "",
"links": []
},
"6W_ONYREbXHwPigoDx1cW": {
"title": "Prompt Injection",
"description": "",
"links": []
},
"Sj1CMZzZp8kF-LuHcd_UU": {
"title": "AI vs AGI",
"description": "",
"links": []
},
"JgigM7HvmNOuKnp60v1Ce": {
"title": "Sampling Parameters",
"description": "",
"links": []
},
"iMwg-I76-Tg5dhu8DGO6U": {
"title": "Temperature",
"description": "",
"links": []
},
"FF8ai1v5GDzxXLQhpwuPj": {
"title": "Top-K",
"description": "",
"links": []
},
"-G1U1jDN5st1fTUtQmMl1": {
"title": "Top-P",
"description": "",
"links": []
},
"wSf7Zr8ZYBuKWX0GQX6J3": {
"title": "Output Control",
"description": "",
"links": []
},
"vK9Gf8dGu2UvvJJhhuHG9": {
"title": "Max Tokens",
"description": "",
"links": []
},
"v3CylRlojeltcwnE76j8Q": {
"title": "Stop Sequences",
"description": "",
"links": []
},
"g8ylIg4Zh567u-E3yVVY4": {
"title": "Repetition Penalties",
"description": "",
"links": []
},
"YIVNjkmTOY61VmL0md9Pj": {
"title": "Frequency Penalty",
"description": "",
"links": []
},
"WpO8V5caudySVehOcuDvK": {
"title": "Presence Penalty",
"description": "",
"links": []
},
"j-PWO-ZmF9Oi9A5bwMRto": {
"title": "Structured Outputs",
"description": "",
"links": []
},
"GRerL9UXN73TwpCW2eTIE": {
"title": "Zero-Shot Prompting",
"description": "",
"links": []
},
"Iufv_LsgUNls-Alx_Btlh": {
"title": "One-Shot / Few-Shot Prompting",
"description": "",
"links": []
},
"fWo39-hehRgwmx7CF36mM": {
"title": "System Prompting",
"description": "",
"links": []
},
"XHWKGaSRBYT4MsCHwV-iR": {
"title": "Role Prompting",
"description": "",
"links": []
},
"5TNK1KcSzh9GTKiEJnM-y": {
"title": "Contextual Prompting",
"description": "",
"links": []
},
"2MboHh8ugkoH8dSd9d4Mk": {
"title": "Step-back Prompting",
"description": "",
"links": []
},
"weRaJxEplhKDyFWSMeoyI": {
"title": "Chain of Thought (CoT) Prompting",
"description": "",
"links": []
},
"1EzqCoplXPiHjp9Z-vqn-": {
"title": "Self-Consistency Prompting",
"description": "",
"links": []
},
"ob9D0W9B9145Da64nbi1M": {
"title": "Tree of Thoughts (ToT) Prompting",
"description": "",
"links": []
},
"8Ks6txRSUfMK7VotSQ4sC": {
"title": "ReAct Prompting",
"description": "",
"links": []
},
"diHNCiuKHeMVgvJ4OMwVh": {
"title": "Automatic Prompt Engineering",
"description": "",
"links": []
},
"Wvu9Q_kNhH1_JlOgxAjP6": {
"title": "AI Red Teaming",
"description": "",
"links": []
},
"0H2keZYD8iTNyBgmNVhto": {
"title": "Prompt Debiasing",
"description": "",
"links": []
},
"HOqWHqAkxLX8f2ImSmZE7": {
"title": "Prompt Ensembling",
"description": "",
"links": []
},
"CvV3GIvQhsTvE-TQjTpIQ": {
"title": "LLM Self Evaluation",
"description": "",
"links": []
},
"P5nDyQbME53DOEfSkcY6I": {
"title": "Calibrating LLMs",
"description": "",
"links": []
}
}