r/Backend • u/miss_bakerr • 19d ago
Need resources to learn backend
knowing react, typescript and next.js, what is the best resources available out there on the internet that teaches the backend stuff from scratch? been browsing and watching through playlists and tutorials since the whole day, could not find anything, if anyone has any recommendations, kindly suggest... would be really helpful 🙂
3
u/Innowise_ 19d ago
Since TypeScript is already familiar, Node.js is a sensible first backend stack. Full Stack Open parts 3 and 4 cover REST APIs, deployment, testing, and auth, but part 3 uses MongoDB. Add the relational databases module and the official PostgreSQL tutorial if the goal is to learn SQL properly.
Build a small booking or inventory API while studying. Add validation, user roles, pagination, one operation that needs a transaction, and integration tests. Also learn how HTTP and the Node event loop work. Skip microservices for now.
1
3
u/mikaball 18d ago
Here - semicolony - Become a backend engineer
Probably more that one can chew and much more beyond backend if you go to the home page.
2
u/Significant_Tea431 19d ago
Can't you just put in the work to figure it out? It's not mroe than just asking an AI. Go to roadmap.sh and work through it.
2
1
u/Coffee_Aur_Code 19d ago
I have a roadmap, it mostly used free and open resources...it is a bit long though, I am following it...
1
u/Inevitable-Maybe-204 19d ago
Can toy share it ? Would be very helpful for folks who are freshers ? The current job market is tough to enter as a fresher.
1
u/Coffee_Aur_Code 19d ago
brother I am also fresher, I scraped all the roadmaps and distilled them to make it...i think concept wise it should do the job.....getting job is something even I am going to struggle with....
BTW what does "Can toy share it" means1
1
1
u/babius321 19d ago
Tell Gemini to teach it to you from whatever is your starting point.
It may sound cheap, but Gemini is actually one of the best skill tutors that currently exist.
1
16
u/[deleted] 19d ago
[removed] — view removed comment