Member-only story
How to get the most out of programming courses
If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on [Twitter](https://twitter.com/VladPasca5) for more information about web development and how to improve as a developer. This article was first published on my [Blog](https://vladpasca.hashnode.dev/)
1. Watch the entire course and take notes
In this part, you just need to watch the course and take notes
Note the concepts you didn’t understand from the beginning or the important ones
Make sure that you stay focused while you do all this
2. Go over the notes you took
Now after you finished watching the course and taking notes you go and read all the notes once again
If you still can’t understand some concepts go on and research more about them
Do this until you understand what every concept does
3. Go through the course once again
Now you need to go through the course once again and code along
Look over your notes from time to time
Also, make sure that you break the code and play around with it
Maybe building something similar after each lesson/video
4. Build a project after each chapter/section
Let’s say that you finished learning about if/else statements and all that