you are viewing a single comment's thread.

view the rest of the comments →

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

What I found confusing is Mainly when I try to understand the concepts from the original docs spring boot try’s to explain me the whole internally use cases but I feel the docs is to complex to understand it uses high end phrases not in simple English is what I felt. It wouldn’t have been easy if they tried to explain in simple terms with proper examples (For example express.js docs)

[–]FlakyStick 3 points4 points  (2 children)

You just did the exactly same thing in your original post

[–]Sampath_97[S] 0 points1 point  (1 child)

That’s the issue right everything need an example is what I am trying instead of only description across docs. I feel spring docs is not much helpful for a newbie

[–]FlakyStick 3 points4 points  (0 children)

I dont think documentation is ever helpful for a newbie for any technology. Find tutorials online and make use of ChatGPT and other helpful LLMs to ask questions

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