@@ -65,6 +65,93 @@ const courses = [
65
65
author :"freeCodeCamp" ,
66
66
link :"https://www.freecodecamp.org/news/free-python-crash-course/" ,
67
67
} ,
68
+ {
69
+ id : 7 ,
70
+ title : "Node for beginners" ,
71
+ description :
72
+ "Learn Node from scratch. This course is for absolute beginners who want to learn the Node programming language." ,
73
+ category : "node" ,
74
+ imageUrl :
75
+ "https://imgs.search.brave.com/TkwsCIAoHvzhuIwwdrgDgn8Cyomr8jPGr6zKeJmNce8/rs:fit:860:0:0/g:ce/aHR0cHM6Ly93d3cu/ZnJlZWNvZGVjYW1w/Lm9yZy9uZXdzL2Nv/bnRlbnQvaW1hZ2Vz/L3NpemUvdzIwMDAv/MjAyMy8wNS9yZXZp/c2VkX25vZGUucG5n" ,
76
+ author :"freeCodeCamp" ,
77
+ link :"https://www.freecodecamp.org/news/what-exactly-is-node-guide-for-beginners/" ,
78
+ } ,
79
+ {
80
+ id : 8 ,
81
+ title : "Mongodb Learning path" ,
82
+ description :
83
+ "Learn Mongodb from scratch. This course is for absolute beginners who want to learn the Mongodb." ,
84
+ category : "mongodb" ,
85
+ imageUrl :"https://miro.medium.com/v2/resize:fit:720/format:webp/0*BmLKgrU_qFtakYsB.png" ,
86
+ author :"freeCodeCamp" ,
87
+ link :"https://www.tutorialsteacher.com/mongodb" ,
88
+ } ,
89
+ {
90
+ id : 9 ,
91
+ title : "SQL" ,
92
+ description :
93
+ "Learn SQL from scratch. This course is for absolute beginners who want to learn the SQL." ,
94
+ category : "sql" ,
95
+ imageUrl :
96
+ "https://imgs.search.brave.com/nzvumMGxKaku5XP5zvTjgH4ixFT5Gpi2ytqzGUm_mQo/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZWVrc2Zvcmdl/ZWtzLm9yZy93cC1j/b250ZW50L3VwbG9h/ZHMvMjAyNDAzMjEx/MjQ3NDAvTGVhcm4t/U1FMLndlYnA" ,
97
+ author :"GeeksForGeeks" ,
98
+ link :"https://www.geeksforgeeks.org/sql-tutorial/" ,
99
+ } ,
100
+ {
101
+ id : 10 ,
102
+ title : "Express" ,
103
+ description : "Learn Express.js from scratch. This course is for absolute beginners who want to learn the Express framework for Node.js." ,
104
+ category : "express" ,
105
+ imageUrl : "https://imgs.search.brave.com/9eWX5MiEPXS6e9pqf7EgK-Nvz7gaIltadxZJa5bLQfU/rs:fit:500:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZWVrc2Zvcmdl/ZWtzLm9yZy93cC1j/b250ZW50L2Nkbi11/cGxvYWRzLzIwMjMw/MzEwMTUwMTQ1L0V4/cHJlc3MuanMtVHV0/b3JpYWwuanBn" ,
106
+ author :"GeeksForGeeks" ,
107
+ link : "https://www.geeksforgeeks.org/express-js/"
108
+ } ,
109
+ {
110
+ id : 11 ,
111
+ title : "Bootstrap" ,
112
+ description : "Learn Bootstrap from scratch. This course is for absolute beginners who want to learn front-end development with Bootstrap framework." ,
113
+ category : "bootstrap" ,
114
+ imageUrl : "https://imgs.search.brave.com/_WU9TAtctP0zG6K0SGoCGmyC-Rx3TordAxPKvGlly3M/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9zdGF0/aWMtYXNzZXRzLmNv/ZGVjYWRlbXkuY29t/L2Fzc2V0cy9ob21l/cGFnZS9wbGF0Zm9y/bS1zaG93Y2FzZS9t/b2JpbGUtbGUud2Vi/cA" ,
115
+ author : "Bootstrap" ,
116
+ link : "https://www.codecademy.com/learn/learn-bootstrap"
117
+ } ,
118
+ {
119
+ id : 12 ,
120
+ title : "Sass" ,
121
+ description : "Learn Sass from scratch. This course is for absolute beginners who want to learn CSS preprocessing with Sass." ,
122
+ category : "sass" ,
123
+ imageUrl :"https://miro.medium.com/v2/resize:fit:720/format:webp/1*2tphvXl5uXk2rHgJa23Vog.jpeg" ,
124
+ author : "sass" ,
125
+ link : "https://github.com/sass/sass"
126
+ } ,
127
+ {
128
+ id : 13 ,
129
+ title : "Redux" ,
130
+ description : "Learn Redux from scratch. This course is for absolute beginners who want to manage state in JavaScript applications using Redux." ,
131
+ category : "redux" ,
132
+ imageUrl : "https://imgs.search.brave.com/f7Aa28NUf5KIsoAiNu5HxCjM2xNSmdvZm66ERqBrvVI/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5vbmxpbmVjb3Vy/c2ViYXkuY29tLzIw/MTkvMDMvMTIwMTE0/NDUvMTExMzUwOF9k/ZTUwXzMtNzUweDQw/NS5qcGc" ,
133
+ author : "Redux" ,
134
+ link : "https://www.valentinog.com/blog/redux/"
135
+ } ,
136
+ {
137
+ id : 14 ,
138
+ title : "Typescript" ,
139
+ description : "Learn TypeScript from scratch. This course is for absolute beginners who want to use TypeScript for building scalable and maintainable applications." ,
140
+ category : "typescript" ,
141
+ imageUrl : "https://www.freecodecamp.org/news/content/images/size/w2000/2022/01/Cheat-Sheet-Poster--1-.png" ,
142
+ author : "TypeScript" ,
143
+ link : "https://www.freecodecamp.org/news/learn-typescript-beginners-guide/"
144
+ } ,
145
+ {
146
+ id : 15 ,
147
+ title : "Figma" ,
148
+ description : "Learn Figma from scratch. This course is for absolute beginners who want to learn Figma for designing user interfaces." ,
149
+ category : "figma" ,
150
+ imageUrl : "https://cdn.sanity.io/images/599r6htc/regionalized/80e3e2472a0120ed87663cf758f1cbfe9be2be47-2400x1256.png?w=720&q=75&fit=max&auto=format" ,
151
+ author : "Figma" ,
152
+ link : "https://www.figma.com/resource-library/design-basics/"
153
+ }
154
+
68
155
] ;
69
156
70
157
export default courses ;
0 commit comments