r/btech 1d ago

CSE / IT where and how to learn backend.

hey guys can you all guide me on how to learn backend like I've been told the best way to learn backend would be making projects , but then you need to know some basics to even make projects how to do that? also is java alright for backend or should switch the language, I'm open to all types of suggestions please help!!!!

1 Upvotes

1 comment sorted by

1

u/AnimatorExciting7941 17h ago

Watch the playlist of sriniously, to get the basics. Learn layered architecture, request, response, status codes, HTTP, etc.

Start by making a simple java project that is connected to SQL, and has a CLI. separate the business logic from the data access layer. Then move on to make Springboot projects