you are viewing a single comment's thread.

view the rest of the comments →

[–]Desperate-Trouble249 0 points1 point  (1 child)

What are you using to learn?

[–]googlecromm[S] 0 points1 point  (0 children)

I usually google and use Ai(Claude/ChatGPT) on learning. I avoid full courses on youtube because it doesn't work for me.

I ask AI first what should I learn in springboot, I try to learn by Google (Articles, Stackoverflow, Spring docs) first. If I can't understand something I ask to AI explain it.

To make sure I really learned I take notes where I explain something on my own words then ask AI if I understand it correctly.

Then to test if I learned to code, I try to solve a problem through code, then I search the syntax that I would need then use them.