What's your learning process with the courses?

Hi everyone, I’m about five days in and curious how others here are taking in the content.

I’m starting with HTML/CSS and have been trying a few different ways to learn and apply what I’m learning.

I tried coding along with Mosh but found that there may another optimal way. By the time I got to the exercises, I was having to backtrack which in my opinion is more than fine. It helped me grasp the concepts even more.

What I’m trying now is to watch the entire session curriculum without coding along at first. I’ll re-watch it but this time, coding along before finally reaching the exercise portion.

I realise this adds more time in learning but it’s nominal, just the first watch period and to be honest, I’m replaying some lessons before moving on to the next one.

I know there are many ways to go about this and at the end of the day, how everyone goes about it different to suit your learning style but I’d appreciate hearing what worked for you and of course what didn’t work.

Thanks!

Davide

Usually I’ll take detailed notes as i follow along since that helps me retain the info a little better, but during the exercises if i need further clarification instead of video hopping ill sometimes consult to google lol. if i get really stuck, I just cheat and look at his code and compare to figure out what i got wrong/was missing.

That’s really useful!

I thought about taking notes too but since the curriculum is always available, they’re technically notes that are already written and easier to reference. Google had definitely been my friend too when needing further clarification on subjects, just recently searched rem VS px VS % :smirk:

Referencing his code in comparison is definitely a must!

When i’m going through i’m not taking notes but coding along with him in visual studio. I end up making mistakes along the way and have to figure out what i did differently to make it not work so i end up spending a lot more time on it. However i realize it’s helping me with debugging seeing what causes what kinds of problems. if it’s something interesting i’ll mess around with the values. I may need to go back through the vids again at some point to take more detailed notes though, but there are many different ways to learn.

Here is what I recommend:

  • write things down (not everything but technical words and their meaning)
  • skim (it’s normal to not understand everything at once. So, skim i.e, fast forward the lecture just to get an idea of the content/topic!).
  • now this is a bit interesting part: understand the problem thoroughly before working on it. write the algorithm in bullet format (step by step explanation of the solution and then code based on that algorithm).
  • Once you have written a solution, try to find a way to optimize it.
  • Also, look for edge cases to handle.

That is all!
GOOD LUCK and ALL THE BEST

2 Likes