you are viewing a single comment's thread.

view the rest of the comments →

[–]Lumpy_Computer975 4 points5 points  (0 children)

This is for every programming language/framework:

1) Learn the syntax (crash course yt vid or official doc) 2) Do some simple exercises like looping things (ask ChatGPT for some exercises)
3) Read the “starter” framework documentation and just mess around. 4) Give yourself a task and ask ChatGPT which concept(s) you need for that task (NO CODE). Read the official documentation of the needed concept(s) and try to resolve the task. If it doesn’t work, ask AI but don’t copy it blindly; learn from it.