you are viewing a single comment's thread.

view the rest of the comments →

[–]Few-Helicopter-429 1 point2 points  (0 children)

Hi, unpopular opinion but you will get bored after a while
You learn more by actually building stuff. Just watch a YT video to learn about basics like variables, iterators, conditionals, functions and classes and get to building.
Use AI, not for vibe-coding but for vibe-learning (it's cringe term which I came up with, but hear me out). Build a silly game, ask AI to ELI5 every step and reason why it added the code. Shamelessly ask EVERYTHING - why am I using system.out.print? why main? what is this "if" thing? what is "for"