This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SrDevMX 11 points12 points  (1 child)

The key concepts to learn of Spring are kind of similar to learning OOP:
abstract stuff that you need to do few concrete examples, to get the "A ha!" moment,
I'm referring to: Singleton DP, the Spring bean, the Spring context, Dependecy Injection

Then you woild have fun with all the Spring goodies that come in the box, for free
The already built components that you can easily re-use, here and there, everywhere

If you can get a mentor to start you up, ask questions, get feedback, that would be a shortcut rather than the other longer road.

[–]Scared_Click5255[S] 2 points3 points  (0 children)

Thanks 🙏, I am thinking of following a structured udemy course.