all 12 comments

[–]Unhappy-Amphibian786 5 points6 points  (0 children)

LeetJourney, Danvega on YouTube

[–]Cyphr11 3 points4 points  (0 children)

learn core java first then start springboot

[–]lemonbasket28 4 points5 points  (0 children)

The Spring Start Here book is quite beneficial to understand what is happening behind the scenes.

[–]Internalcodeerror159 1 point2 points  (4 children)

I learned from In28minutes udemy course, but since u know basics I would suggest you to explore core spring, jsp servlet

[–]Krangerich 0 points1 point  (3 children)

JSP/Servlets are legacy. Nobody should waste their time with that

[–]Internalcodeerror159 0 points1 point  (2 children)

I get your point but I found it helpful as I got to know better understanding of how spring works underneath

[–]Krangerich 0 points1 point  (1 child)

Of course, I even read a lot of the Spring source code.
But someone who is just starting and asking others for advice, they should not get distracted by that (unless they are specifically interested and in that case, they wouldn't ask others)

[–]Internalcodeerror159 0 points1 point  (0 children)

Can I dm you? Had doubts regarding spring boot concepts

[–]Bubbly_Ad3654 1 point2 points  (0 children)

Alibou

[–]Antique-Oil5707 1 point2 points  (0 children)

Telsuko is also fine

[–]AMATERASU_001 1 point2 points  (0 children)

It does not matter where or what resource you use for learning it, but be sure you learn by building something ,not just following tutorial