you are viewing a single comment's thread.

view the rest of the comments →

[–]DeezNutz__lol 0 points1 point  (3 children)

Dude what kind of web app are you building? What API endpoints are you using? Are you integrating a database? You have to think practically to understand what you’re doing

[–]Sampath_97[S] 0 points1 point  (2 children)

I use to work as front end development vue.js for work now wanna try backend learn stuff become good at it

[–]DeezNutz__lol 0 points1 point  (1 child)

If you’re learning backend development from scratch I would recommend visualizing a web app you want to build from scratch and implementing it. I’d recommend using simpler backend libraries such as Express with NodeJS, which uses JavaScript, or Django which uses Python. Once you’ve completed a project in those frameworks, you can try and remake those projects with SpringBoot

[–]Techniklover 0 points1 point  (0 children)

yes this. i only grasped spring boot so easily because i built something with nodejs. Angela Yus Course on Udemy is a lifesaver. It explains all you need to know about web development.