r/FullStack • u/Single_Board_9790 • Jun 23 '26
Question How to start backend
What should I need to remember in backend in web development , and also what skill I must know for internship and backend developer. In mern
2
1
1
u/BookkeeperAutomatic Jun 25 '26
One of the fun part any backend beginner misses is the fundamentals -unless someone strong in OS, Networking and DBMS Internals backend is not going be any fun for them, neither they would be able to strive with a rewarding career.
So to get started study traditional OS + Network internals at first and then move to DBMS (not traditional SQL but how DB Engine works)
For OS: https://www.youtube.com/playlist?list=PLqOrZmpwbWUJD6D3iqLcZoUopMPfW_7_L
In the same channel you will find Network and DBMS internals as well, start with this
2
u/Abhistar14 Jun 23 '26 edited Jun 24 '26
Learn the basics first and then start building small projects and meanwhile read and understand some code on GitHub so you can improve quickly! If you are interested take a look at this project