Do your own research——Depends on your personal condition
Only References——Reference is not a recommendation
Focus on Project-based learning (core)
Learn a little → Start a project
Learn more → New project
Why?
It keeps you motivate.
It helps you focus.
It helps you learn efficiently.
Don’t focus on note-taking
To know what is important
To figure out which code to steal
Play around with our code
Very curious
Exploratory
So instead of following tutorial, exactly like doing exactly what that person is doing, you can try to play around a little bit if a tutorial is telling you like oh you're trying to concatenate a string and like an integer, and you have to change the integer into a string, you should be like.
Learn how coding languages work under the hood
Logic:
The more higher up you go on the levels
things will become more abstracted a way
you don't have to like manually controls many things
So higher level languages are generally easier
What if follow the traditional learning method
More likely to give up
Not learn it faster
Painful
Reference order
JAVA, Javascript→python→C
