@@ -21,6 +21,7 @@ const shareContent = (url) => {
2121// List of Best Tech Courses on the Internet
2222
2323const courses = [
24+ // Javascript Courses by Hitesh Choudhary, Akshay Saini, FreeCodeCamp, Bro Code
2425 {
2526 platform : 'YouTube' ,
2627 title : 'Javascript - Hindi | part 1' ,
@@ -61,6 +62,18 @@ const courses = [
6162 courseLink : 'https://youtu.be/8dWL3wF_OMw?si=s0GckMSp8QK024Sj' ,
6263 shareLink : '#javascriptbybrocode' ,
6364 } ,
65+ {
66+ platform : 'namastedev.com' ,
67+ title : 'Namaste JavaScript - Hindi + English' ,
68+ instructor : 'Akshay Saini' ,
69+ duration : '12+ Hours' ,
70+ level : 'Beginner' ,
71+ domain : [ 'Web Development' , 'Javascript' , 'JS' , 'Frontend' , 'Free' ] ,
72+ poster : '/assets/Courses/AkshaySainiNamasteJavaScript.png' ,
73+ courseLink : 'https://namastedev.com/learn/namaste-javascript' ,
74+ shareLink : '#javascriptbyakshaysaini' ,
75+ } ,
76+ // HTML and CSS Courses by Prashant Jain, Love Babbar, FreeCodeCamp, Dave Gray, Simon Bao, Kevin Powell
6477 {
6578 platform : 'YouTube' ,
6679 title : 'HTML - Hindi' ,
@@ -71,16 +84,6 @@ const courses = [
7184 courseLink : 'https://youtu.be/rklidcZ-aLU?si=2iv5ZV0EypTpTsw7' ,
7285 shareLink : '#htmlbyprashantJain' ,
7386 } ,
74- {
75- platform : 'YouTube' ,
76- title : 'CSS - Hindi' ,
77- instructor : 'Prashant Jain' ,
78- duration : '8 Hour' ,
79- level : 'Beginner' ,
80- domain : [ 'Web Development' , 'CSS' , 'Frontend' , 'Free' ] ,
81- courseLink : 'https://youtu.be/OpWjt_wbV4E?si=u_Z9BbUrhim4Ne9_' ,
82- shareLink : '#cssbyprashantJain' ,
83- } ,
8487 {
8588 platform : 'YouTube' ,
8689 title : 'HTML - Hindi' ,
@@ -101,6 +104,16 @@ const courses = [
101104 courseLink : 'https://youtu.be/pQN-pnXPaVg?si=QQYNbdJuG0L9uVrS' ,
102105 shareLink : '#htmlbyfreecodecamp' ,
103106 } ,
107+ {
108+ platform : 'YouTube' ,
109+ title : 'CSS - Hindi' ,
110+ instructor : 'Prashant Jain' ,
111+ duration : '8 Hour' ,
112+ level : 'Beginner' ,
113+ domain : [ 'Web Development' , 'CSS' , 'Frontend' , 'Free' ] ,
114+ courseLink : 'https://youtu.be/OpWjt_wbV4E?si=u_Z9BbUrhim4Ne9_' ,
115+ shareLink : '#cssbyprashantJain' ,
116+ } ,
104117 {
105118 platform : 'YouTube' ,
106119 title : 'CSS - Hindi' ,
@@ -111,6 +124,16 @@ const courses = [
111124 courseLink : 'https://youtu.be/dSJM4Gyh8jE?si=0DA97_AKrV3bfKFo' ,
112125 shareLink : '#cssbylovebabbar' ,
113126 } ,
127+ {
128+ platform : 'YouTube' ,
129+ title : 'CSS - English' ,
130+ instructor : 'Dave Gray' ,
131+ duration : '11 Hour' ,
132+ level : 'Beginner' ,
133+ domain : [ 'Web Development' , 'CSS' , 'Frontend' , 'Free' ] ,
134+ courseLink : 'https://youtu.be/OXGznpKZ_sA?si=_2uGEik_pdGQM_Ks' ,
135+ shareLink : '#htmlbydavegray' ,
136+ } ,
114137 {
115138 platform : 'YouTube' ,
116139 title : 'HTML CSS - English' ,
@@ -131,29 +154,10 @@ const courses = [
131154 courseLink : 'https://youtu.be/1L2YiWdaUDM?si=ZjQmd8SmAUisctP6' ,
132155 shareLink : '#htmlcssbykevinpowell' ,
133156 } ,
157+ // ReactJS Courses by Hitesh Choudhary, HuXn WebDev, Sarthak Sharma, Prashant Jain
134158 {
135159 platform : 'YouTube' ,
136- title : 'CSS - English' ,
137- instructor : 'Dave Gray' ,
138- duration : '11 Hour' ,
139- level : 'Beginner' ,
140- domain : [ 'Web Development' , 'CSS' , 'Frontend' , 'Free' ] ,
141- courseLink : 'https://youtu.be/OXGznpKZ_sA?si=_2uGEik_pdGQM_Ks' ,
142- shareLink : '#htmlbydavegray' ,
143- } ,
144- {
145- platform : 'YouTube' ,
146- title : 'Namaste JavaScript - Hindi + English' ,
147- instructor : 'Akshay Saini' ,
148- duration : '12 Hour+' ,
149- level : 'Beginner' ,
150- domain : [ 'Web Development' , 'Javascript' , 'JS' , 'Frontend' , 'Free' ] ,
151- courseLink : 'https://youtu.be/pN6jk0uUrD8?si=89uQMPPR2rZvjfnY' ,
152- shareLink : '#namastejs' ,
153- } ,
154- {
155- platform : 'YouTube' ,
156- title : 'React JS Full Course - Hindi' ,
160+ title : 'ReactJS Full Course - Hindi' ,
157161 instructor : 'Hitesh Choudhary' ,
158162 duration : '9 Hour' ,
159163 level : 'Beginner' ,
@@ -163,7 +167,7 @@ const courses = [
163167 } ,
164168 {
165169 platform : 'YouTube' ,
166- title : 'REACT.JS 19 MONSTER Course - English' ,
170+ title : 'ReactJS 19 MONSTER Course - English' ,
167171 instructor : 'HuXn WebDev' ,
168172 duration : '50 Hour' ,
169173 level : 'Intermediate' ,
@@ -177,7 +181,7 @@ const courses = [
177181 instructor : 'Sarthak Sharma' ,
178182 duration : '4 Hour' ,
179183 level : 'Beginner' ,
180- domain : [ 'Web Development' , 'ReactJS' , 'Frontend' , 'Free' ] ,
184+ domain : [ 'Web Development' , 'React' , ' ReactJS', 'Frontend' , 'Free' ] ,
181185 courseLink : 'https://youtu.be/E6tAtRi82QY?si=KUOqEZ_c_rujUNQY' ,
182186 shareLink : '#reactjs-sheryians' ,
183187 } ,
@@ -187,10 +191,11 @@ const courses = [
187191 instructor : 'Prashant Jain' ,
188192 duration : '20 Hour' ,
189193 level : 'Beginner' ,
190- domain : [ 'Web Development' , 'ReactJS' , 'Redux' , 'Frontend' , 'Free' ] ,
194+ domain : [ 'Web Development' , 'React' , ' ReactJS', 'Redux' , 'Frontend' , 'Free' ] ,
191195 courseLink : 'https://youtu.be/eILUmCJhl64?si=yuhUO0jjYMb7mahQ' ,
192196 shareLink : '#reactjsbyprashantJain' ,
193197 } ,
198+ // Tailwind CSS Courses by Hitesh Choudhary
194199 {
195200 platform : 'YouTube' ,
196201 title : 'Tailwind CSS - Hindi' ,
@@ -201,6 +206,7 @@ const courses = [
201206 courseLink : 'https://youtu.be/_9mTJ84uL1Q?si=3xxaXdAaN8u52n0w' ,
202207 shareLink : '#tailwindcss-hc' ,
203208 } ,
209+ // Full stack courses by Mehul, Angela Yu, Krish Naik
204210 {
205211 platform : 'YouTube' ,
206212 title : 'Full Stack Web Development - English' ,
0 commit comments