r/learnprogramming 1d ago

Video Courses that are learning by doing.

hi, guys i am a dotnet backend dev and want to learn other languages and become fullstack, but i mostly like to learn by doing projects on video, would you guys recommend me courses on

C++ (i am trying to learn opengl/vulkan after that)

Javascript(for frontend)

HTML

CSS

NodeJs

VUEJS

0 Upvotes

5 comments sorted by

2

u/HippieInDisguise2_0 1d ago

For HTML CSS and JavaScript theOdinProject is not video but it is the best.

1

u/NewbornDev 1d ago

I'm just learning frontend myself so I can't rank courses, but for HTML/CSS the freeCodeCamp responsive web design track is really hands-on — you build projects as you go. And once you get to layout, Flexbox Froggy + Grid Garden are quick games that made things click for me. They're all free, which helped me not stress about picking the "right" one.

2

u/db_tech_dev 1d ago

for JS/frontend stuff Net Ninja on youtube is solid and free, does project based stuff for vue and node both. for C++ into opengl specifically thecherno has a whole series building a game engine from scratch which is exactly learning by doing, helped me understand pointers way better than any theory course tbh. wouldnt bother with a dedicated html/css course honestly, you'll pick that up naturally while building the frontend projects anyway.

1

u/iamios 1d ago

The super simple . dev css html js were pretty useful for me.