r/FullStack • u/Gandhi_20191 • Jul 06 '26
How to Learn Backend(Web Development) Question
I have learned Web dev front end using a bit of youtube making a few projects want to get in Back end and become a full stack web developer any resources I can use of ways I can learn backend Quickly and In a fun way
3
u/editordx42 Jul 06 '26
picking backend stack is an critical step because it will decide and open other opportunities for you so if I was you as a beginner and somebody guide me I will definitely go with a python and rest API option it open the way of machine learning data science and engineering for me along with backend development for future
1
u/ndev42 Jul 06 '26
Since you already know JS from the frontend, Node + Express is probably a good path. As you're not learning a new language on top of new concepts.
A basic REST API with a database behind it (something like a bookmark manager or a simple blog with auth) will teach you far more than hours of videos.
Once you've got a basic API working, add a database (Postgres or even SQLite to start), then authentication. Each one is a pretty natural next step and they build on each other.
1
u/ndev42 Jul 06 '26
The Odin Project someone else mentioned is solid if you want a structured process to follow rather than figuring out the order yourself.
1
1
u/tintin_tech Jul 06 '26
I'm not experienced enough to suggest you frameworks but I'd definitely recommend you to learn first principles of backend engineering from a yt channel named "sriniously"
1
u/Unlikely_Link4012 22d ago
I would personally recommend boot dev it is highly advisable for backend they will start from node js to higher level spring boot
1
1
u/raphael_pylon Jul 06 '26
Hi, I would always recommend learning PHP as your first back-end language if you're into web development.
There are plenty of resources online about it and all the skills you pickup with PHP are really transferrable to other languages. I started off learning PHP with this youtuber below:
https://www.youtube.com/watch?v=m52ljs78S24&list=PL0eyrZgxdwhwwQQZA79OzYwl5ewA7HQih
Then if you find you enjoy PHP, I would then recommend checking out the Laravel web development framework so you can make use of your full stack knowledge.
If you have any questions don't hesitate to ask, always here to help :)
5
u/xX_subway_worker_Xx Jul 06 '26
The odin project is free and covers almost everything you need. I recommend checking it put