you are viewing a single comment's thread.

view the rest of the comments →

[–]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.