From d05fdd3786f801bc9a5d6a68d9e3737d96a44912 Mon Sep 17 00:00:00 2001 From: helldweller <12999086+helldweller@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:24:42 +0000 Subject: [PATCH] chore: update roadmap content json --- public/roadmap-content/game-developer.json | 25 ++++++++++++++++---- public/roadmap-content/nodejs.json | 5 ++++ public/roadmap-content/react.json | 5 ++++ public/roadmap-content/technical-writer.json | 25 ++++++++++++++++++-- 4 files changed, 54 insertions(+), 6 deletions(-) diff --git a/public/roadmap-content/game-developer.json b/public/roadmap-content/game-developer.json index 9ac90222fce5..bc81397db223 100644 --- a/public/roadmap-content/game-developer.json +++ b/public/roadmap-content/game-developer.json @@ -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", @@ -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", diff --git a/public/roadmap-content/nodejs.json b/public/roadmap-content/nodejs.json index 6f3d4b93e6e5..79c75173c859 100644 --- a/public/roadmap-content/nodejs.json +++ b/public/roadmap-content/nodejs.json @@ -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" } ] }, diff --git a/public/roadmap-content/react.json b/public/roadmap-content/react.json index a7f0e3bf767f..6e7fb25d8a14 100644 --- a/public/roadmap-content/react.json +++ b/public/roadmap-content/react.json @@ -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" } ] }, diff --git a/public/roadmap-content/technical-writer.json b/public/roadmap-content/technical-writer.json index 82911fad310f..fce6d8c0b6d5 100644 --- a/public/roadmap-content/technical-writer.json +++ b/public/roadmap-content/technical-writer.json @@ -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",