Writing things down seems to help - in my case I have a notes.md
file open in another window (usually 1 .md file per section of a course). This also provided an opportunity for me to learn markdown pretty quickly.
It’s labor intensive and it takes longer to get through each video as I’m constantly pausing to add to the markdown file. The thing is, he isn’t lying when he says:
I don’t waste time going over the same things…I’ve structured this course very carefully…etc.
What I understand him to mean by this is e.g., he might show how you can split a string up into an array of the individual letters of the string using ""
as the delimiter, but he’s not going to then show 4 other delimiters you could use instead of ""
. It’s like classes and objects - he is teaching us the cookie cutter, but not wasting our time waiting for 4 dozen different kinds of cookies to come out of the oven. He’ll make a few cookies to make another important point, say, related to polymorphism or inheritance - but then that’s it - you won’t be seeing him make that same point again. If you miss it, you’ve missed it.
Obviously he does repeat some things - it’s the nature of teaching.
The constructor function of an object was the function used to create that object…etc.
The problem is, nearly everything he does say is important and essential, and so it can be frustrating stopping every 30 seconds to update notes
But when I write the notes in the .md file, I use my own words and if I can’t get it written out to where it makes sense - that means I still don’t understand it. Whenever I would tell a professor “Yeah, I understand it, (really believing I did) I just can’t find the right words to use when writing out the answer…” - same thing going on, as professor would just smile at me, knowing I still didn’t really understand it lol.
After the courses, I’ve found I have to just dive in and start coding something. Gemini/chat bots are your friends - ask them to give you some beginner/advanced, whatever, project ideas using X language - they come up with some good exercises.
As a writer, the hardest thing to look at is a blank page. Now my new blank page is a vscode window with 3 files in it, and I’m staring at the blank index.js or index.html, wuteva