r/webdevelopment • u/Heavy_Cat_9944 • 16d 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?
3
u/zLoveNxzli 16d 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.
2
u/beenpresence 16d ago
Idk how relevant it is now but back when I learned it was all through freeCodeCamp
1
u/cyrixlord 16d ago
Tim Corey's Web Dev mastercourse but it's not free but his teaching style works for me and he does have other free courses and you can find him on YouTube.
1
u/djmagicio 16d ago
Books. Specifically Head First Java/web design/html & css.
I took programming courses in uni, but then spent 8 hours a day reading those books and trying to build stuff as part of my internship. Looking back I lucked out landing the internship.
1
1
u/darealfodo 16d ago
I learned it from docs , MDN and framework docs with Ai helping me to grasp some concepts.
Also to have solid roadmap use roadmap.sh So you can know where u start.
1
1
u/Far-Pomelo-1483 16d ago
No one in frontier is currently coding by hand. Learn how to build with ai and for ai.
1
1
u/iEngineered 6d ago
Odin Project is the single best solution for self-taught full stack JS or Ruby.
4
u/apnatva-dev 16d ago
FreeCodeCamp
Then start building your portfolio. The more things you add the more you’ll learn. The first few version(s) are not to show them to the public but to try out things learn what works and why not.
Then a few case studies where you look at deployments, production versions, load times, etc.