Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions public/roadmap-content/game-developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,19 @@
},
"YTkOF_33oL1ZkA-loc_DP": {
"title": "Curve",
"description": "Curve\n-----",
"links": []
"description": "Curve\n-----\n\nA `curve` in game development is a mathematical tool for creating smooth lines or paths, used in areas like animation, 3D modeling, UI design, and level layouts. Curves simplify complex shapes and movements, enabling more natural results compared to linear approaches. They're key for `lifelike animations`, organic shapes, `realistic physics`, and smooth camera movements, essential for polished, fluid game design.\n\nLearn more from the following resources:",
"links": [
{
"title": "Curves wikipedia",
"url": "https://en.wikipedia.org/wiki/Curve",
"type": "article"
},
{
"title": "Curves basics",
"url": "https://byjus.com/maths/curve/",
"type": "article"
}
]
},
"nTiHZXRh2j3_FsBotmlGf": {
"title": "Spline",
Expand All @@ -121,8 +132,14 @@
},
"DUEEm9sAaZqSI-W-PFZ8f": {
"title": "Bezier",
"description": "`Bezier curves` are named after Pierre Bezier, a French engineer working at Renault, who used them in the 1960s for designing car bodies. A Bezier curve is defined by a set of control points with a minimum of two but no upper limit. The curve is calculated between the first and the last control point and does not pass through the controlling points, which only influence the direction of the curve. There are linear, quadratic, and cubic Bezier curves, but curves with more control points are also possible. They are widely used in computer graphics, animations, and are extensively used in vector images and tools to create shapes, texts, and objects.",
"links": []
"description": "`Bezier curves` are named after Pierre Bezier, a French engineer working at Renault, who used them in the 1960s for designing car bodies. A Bezier curve is defined by a set of control points with a minimum of two but no upper limit. The curve is calculated between the first and the last control point and does not pass through the controlling points, which only influence the direction of the curve. There are linear, quadratic, and cubic Bezier curves, but curves with more control points are also possible. They are widely used in computer graphics, animations, and are extensively used in vector images and tools to create shapes, texts, and objects.\n\nLearn more from the following resources:",
"links": [
{
"title": "Bezier Curves Explained",
"url": "https://www.youtube.com/watch?v=pnYccz1Ha34",
"type": "video"
}
]
},
"N9GoA3YvOaKwYjljj6NZv": {
"title": "Catmull-Rom",
Expand Down
5 changes: 5 additions & 0 deletions public/roadmap-content/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,11 @@
"title": "Official Documentation",
"url": "https://nodejs.org/api/process.html#processstdin",
"type": "article"
},
{
"title": "Node.js Process stdin & stdout",
"url": "https://nodecli.com/node-stdin-stdout",
"type": "article"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions public/roadmap-content/react.json
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,11 @@
"title": "React Suspense",
"url": "https://react.dev/reference/react/Suspense",
"type": "article"
},
{
"title": "React Suspense - A complete guide",
"url": "https://hygraph.com/blog/react-suspense",
"type": "article"
}
]
},
Expand Down
25 changes: 23 additions & 2 deletions public/roadmap-content/technical-writer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,29 @@
},
"jl1FsQ5-WGKeFyaILNt_p": {
"title": "What is Technical Writing?",
"description": "Technical writing involves explaining complex concepts in a simple, easy-to-understand language to a specific audience. This form of writing is commonly utilized in fields such as engineering, computer hardware and software, finance, consumer electronics, and biotechnology.\n\nThe primary objective of a technical writer is to simplify complicated information and present it in a clear and concise manner. The duties of a technical writer may include creating how-to guides, instruction manuals, FAQ pages, journal articles, and other technical content that can aid the user's understanding.\n\nTechnical writing prioritizes clear and consistent communication, using straightforward language and maintaining a uniform writing style to prevent confusion. Technical writers often integrate visual aids and leverage documentation tools to achieve these objectives.\n\nThe ultimate goal is to enable the user to understand and navigate a new product or concept without difficulty.",
"links": []
"description": "Technical writing involves explaining complex concepts in a simple, easy-to-understand language to a specific audience. This form of writing is commonly utilized in fields such as engineering, computer hardware and software, finance, consumer electronics, and biotechnology.\n\nThe primary objective of a technical writer is to simplify complicated information and present it in a clear and concise manner. The duties of a technical writer may include creating how-to guides, instruction manuals, FAQ pages, journal articles, and other technical content that can aid the user's understanding.\n\nTechnical writing prioritizes clear and consistent communication, using straightforward language and maintaining a uniform writing style to prevent confusion. Technical writers often integrate visual aids and leverage documentation tools to achieve these objectives.\n\nThe ultimate goal is to enable the user to understand and navigate a new product or concept without difficulty.\n\nVisit the following resources to learn more:",
"links": [
{
"title": "Indeed: What Is Technical Writing?",
"url": "https://www.indeed.com/career-advice/career-development/technical-writing",
"type": "article"
},
{
"title": "TechWhirl: What Is Technical Writing?",
"url": "https://techwhirl.com/what-is-technical-writing/",
"type": "article"
},
{
"title": "Amruta Ranade: What do Technical Writers do?",
"url": "https://www.youtube.com/watch?v=biocrCx5T_k",
"type": "video"
},
{
"title": "Technical Writer HQ: What is Technical Writing?",
"url": "https://www.youtube.com/watch?v=KEI5JzBp2Io",
"type": "video"
}
]
},
"j69erqfosSZMDlmKcnnn0": {
"title": "Role of Technical Writers inOrganizations",
Expand Down