@@ -29,6 +29,53 @@ export default function JoinTeam() {
29
29
30
30
const cardsInfo = useMemo (
31
31
( ) => [
32
+ {
33
+ role : "Coding Roadmap Creator" ,
34
+ department : "Technology" ,
35
+ responsibility : [
36
+ "Collaborate with educational and technical teams to design coding roadmaps for different programming languages and technologies." ,
37
+ "Research and stay updated on the latest trends and best practices in the tech industry to ensure the relevance and quality of the roadmaps." ,
38
+ "Create visually engaging and easy-to-follow roadmap graphics." ,
39
+ "Develop supplementary materials and resources to support the learning journey outlined in the roadmaps." ,
40
+ "Collect and analyze feedback from users to continuously improve and update the coding roadmaps." ,
41
+ ] ,
42
+ shortDescription :
43
+ "Create and maintain coding roadmaps that guide learners through a structured path to mastering different programming languages and technologies." ,
44
+ requirements : [
45
+ "Proven experience in educational content creation or instructional design, preferably in the tech field." ,
46
+ "Strong knowledge of various programming languages and technologies." ,
47
+ "Ability to break down complex technical topics into manageable learning paths." ,
48
+ "Proficiency in graphic design software to create visually engaging roadmap materials." ,
49
+ ] ,
50
+ questions : [
51
+ { type : "shortAnswer" , question : "What is your full name?" } ,
52
+ { type : "shortAnswer" , question : "How old are you?" } ,
53
+ { type : "shortAnswer" , question : "What is your email?" } ,
54
+ {
55
+ type : "longAnswer" ,
56
+ question : "What does Tech Optimum's mission mean to you?" ,
57
+ } ,
58
+ {
59
+ type : "shortAnswer" ,
60
+ question : "In which timezone are you located?" ,
61
+ } ,
62
+ {
63
+ type : "shortAnswer" ,
64
+ question : "How many years of experience do you have in creating educational content or coding roadmaps?" ,
65
+ } ,
66
+ {
67
+ type : "longAnswer" ,
68
+ question :
69
+ "Describe a challenging project where you had to create a learning roadmap or curriculum. What obstacles did you face and how did you overcome them?" ,
70
+ } ,
71
+ {
72
+ type : "checkbox" ,
73
+ question :
74
+ "By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position." ,
75
+ options : [ "Yes" ] ,
76
+ } ,
77
+ ] ,
78
+ } ,
32
79
{
33
80
role : "Video Editor" ,
34
81
0 commit comments