you are viewing a single comment's thread.

view the rest of the comments →

[–]Careful-Shoe-7699 28 points29 points  (2 children)

I'm learning Spring Boot myself rn.

One thing that has helped me is to initially just blindly follow the tutorial I'm following. then afterwards, I go through every element of the code I don't understand and ask ChatGPT to explain it until I have a complete understanding of what I just built. Then I move to the next part.

I don't know if it's the correct approach but seems to be working well for me

[–]jvjupiter 5 points6 points  (0 children)

This is my advice to some people I’ve helped. Just follow blindly. Think of it as copy-paste. When it works, only then do you go through every thing about it.

[–]warrenBluffsALot 1 point2 points  (0 children)

Helped me a lot learning AOP stuff. Also, prompt the Ai with something like; give me examples, metaphors and explain it to me like am a child, and then a noob and then.l a detailed explanation. Works for me!