Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Kevin H. Schneider
2,738 PointsLearning
Whatβs the best way to learn from the courses? Should i take notes? How i remember the most? Guideline how to learn effectifly (and maybe fast). Thanks.
3 Answers

ashley king
2,475 PointsI'm working on the Wordpress Track and I just do it right along with the videos and pause as needed to catch up.
Mateusz Hyla
4,658 PointsIn my opinion you shouldn't try memorise API on 100%. There is thousands of keywors, functions and such in programing languages so just when you need something search for it or create it when there is nothing like it.
I am making step by step courses.
Cheers

Kevin H. Schneider
2,738 PointsTo memorise everything in coding is not really important, it's more importen how to look things up if you need it and to have a basic knowledge what possibilities are available and what you need in a specific situation. But sometimes i stuck finding things and my coding is not good and simple organizes. Than i have problems later in the website.
Mateusz Hyla
4,658 PointsHey Kevin, sorry I made typo mistake I meant you shouldn NOT memorise everything. If you are stuck make comment while coding and use debugger. Make your code clean to read and simple to understand.
Cheers

Kevin H. Schneider
2,738 PointsThe main problem is, i don't want to watch all courses over and over again. It's time intensive and if you know the content already its boring. And not only boring to me, boring for the brain too. To learn something you have to repeat things over and over but everytime you do that you have to do it in a different way that the brain does't know. Same learning material but everytime you repeat it change the way you learn it.
Mateusz Hyla
4,658 PointsYou should start your own project. Maybe try to create some web crawler or ToDo list or mail client its up to you. Invention plan always push to creativity and its fun to do :-)
Kevin H. Schneider
2,738 PointsKevin H. Schneider
2,738 PointsI pause the videos too and try to think about what i saw and try to repeat it in my head. Taking notes is an option too but sometimes or very often it makes not much sense but it helps to remember things.