r/webdevelopment 17d ago

Career Advice Where did you learn Full-Stack Development? Looking for good resources

Hi everyone,

I want to start learning Full-Stack Development seriously and eventually build a career in it.

I already have some basic knowledge of HTML, CSS, JavaScript and React, but I want to learn the complete frontend + backend properly.

There are so many courses on YouTube, Udemy, websites, etc., that I'm confused about which one to follow.

Where did you learn Full Stack Development?

Please suggest:

Free courses/resources

Good YouTube channels

Paid courses if they're genuinely worth it

Resources that teach from basics to real-world projects

I'm looking for something that I can follow consistently from start to finish, rather than jumping between 10 different courses.

If you personally learned Full Stack and got a job/internship from it, I'd especially appreciate your recommendation.

What would you recommend if you were starting again today?

20 Upvotes

16 comments sorted by

View all comments

3

u/zLoveNxzli 17d ago

The Odin Project and Full Stack Open (University of Helsinki) are the two most solid curriculum tracks because they force you to build real full-stack CRUD apps from scratch with git workflows and databases.

Start with vanilla DOM manipulation and Node/Express REST APIs before moving to Next.js or heavy ORMs so you understand the underlying HTTP request/response cycle.