Devs who got good at coding: how did you take notes?

Posted by Jealous-Look-7241@reddit | learnprogramming | View on Reddit | 18 comments

I’m learning web development through a Udemy course, and I’m confused about the “best” way to make notes while learning web dev.

I’m comfortable with handwritten notes, but I’m not sure what’s actually worth writing down vs what should just stay in code/projects/docs.

One reason I want to make notes is because I tend to forget things pretty quickly if I only watch and code along once, so writing helps me retain and revise concepts better. But at the same time, making notes takes time.

For example,

Recently I built a simple HTTP server using Node.js core modules like httpfs, and path.

While building it, I learned things like:

Now I’m confused about what’s actually worth writing down.

For experienced devs: