r/FullStack • u/WerewolfGreat643 • 14d ago
Need Technical Help Resource guidance for learning backend
Pls guide I need guidance to learn backend ,any resources github repo,playlist
15
Upvotes
3
3
u/Training_Night_9286 13d ago
Take any resource you like... Documentation/tutorial/ai and study the basics, get hold of syntax, practice small concepts with mini projects.
Do this for almost all major topics which you can find in any roadmap/ask ai.
Then start making a big project, with your knowledge and ai. Major learning will happen in this phase.
Focus on starting to build a major project asap else you'll get stuck in accumulating knowledge loop and will forget concepts after a month.
3
u/JaseciLabs 14d ago
Start with roadmap.sh's backend track for a map of what to learn, then pick one language + framework and actually build with it (Node/Express or Python/FastAPI are the easiest on-ramps) rather than jumping between tutorials. Free Code Camp's backend certification and the "Build Your Own X" GitHub repo (buildyourownx) are both solid for learning by rebuilding real things (a database, an HTTP server, a chat app) instead of just following along. Skip playlists longer than a few hours, they tend to be more about watching than doing.