Skip to content

Commit 0cb9534

Browse files
committed
Add new courses: "Zero to Full Stack: Master JavaScript" by HuXn WebDev and "100 Days of Code: The Complete Python Pro Course" by Dr. Angela Yu
1 parent 877eb16 commit 0cb9534

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/Page/ResoucesHub/Courseslist.jsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@ const courses = [
154154
courseLink: 'https://namastedev.com/learn/namaste-javascript',
155155
shareLink: '#javascriptbyakshaysaini',
156156
},
157+
{
158+
platform: 'YouTube',
159+
title: 'Zero to Full Stack: Master JavaScript and Create Dynamic Web Apps - English',
160+
instructor: 'HuXn WebDev',
161+
duration: '16 Hour',
162+
level: 'Intermediate',
163+
domain: ['Web Development', 'Javascript', 'JS', 'Frontend', 'fullstack', 'Free'],
164+
courseLink: 'https://youtu.be/H3XIJYEPdus?si=HB3XchtzU3-7ydgq',
165+
shareLink: '#javascriptbyhuxn',
166+
},
157167
// ReactJS Courses by Hitesh Choudhary, HuXn WebDev, Sarthak Sharma, Prashant Jain
158168
{
159169
platform: 'YouTube',
@@ -242,6 +252,18 @@ const courses = [
242252
'https://www.udemy.com/share/10bPPF3@u19KFpL6vN7IwhSrJN5cYFVFa4wyBFF0FWt0kxtj3520J2P4WzcUK3R_NXptnbDGeQ==/',
243253
shareLink: '#pythonwithdsakrish',
244254
},
255+
{
256+
platform: 'Udemy',
257+
title: '100 Days of Code: The Complete Python Pro Course',
258+
instructor: 'Dr. Angela Yu',
259+
duration: '52 hours',
260+
level: 'Intermediate',
261+
domain: ['Python', 'automation', 'data science', 'Algorithms', '100 projects', 'Paid'],
262+
poster: '/assets/Courses/AngelaPython.png',
263+
courseLink:
264+
'https://www.udemy.com/share/103IHM3@PpzlFKvoy_U8C44nS4mcr3ctFo9qRxCWrgOqCDeXLdFS6ybdfqRrtt4QuxJwC5Rhdw==/',
265+
shareLink: '#pythonbyangela',
266+
},
245267
// Python, MLOps, Machine Learning, Data Science, Generative AI, Data Analyst, courses by Krish Naik, Jayant Topnani, Sunny Savita
246268
{
247269
platform: 'Udemy',

0 commit comments

Comments
 (0)