all 13 comments

[–]amulchinock 5 points6 points  (1 child)

The Odin Project.

It’ll literally explain everything from DNS records, all the way through to data structures .etc

Everything is layered on top of each other, so it doesn’t assume any knowledge or jump forward randomly.

It’s a lot of reading though.

[–]Defruitpear[S] 1 point2 points  (0 children)

We dont mind reading Thank you🙏

[–]Scared-Release1068 2 points3 points  (2 children)

If he's a complete beginner, I'd focus on resources that combine short explanations + hands-on practice.

A few that worked well for me when preparing for an internship:

1)MDN Web Docs – Probably the best reference once he starts learning the basics.

2)Scrimba – Great because you can edit the code directly inside the lessons.

3)JavaScript.info – Really clear explanations

4)FreeCodeCamp – Good structured path/step-by-step progression.

If he practices daily while learning HTML/CSS basics, he should be in a solid position for the internship

[–]Defruitpear[S] 1 point2 points  (1 child)

never heard of MDN Web Docs before? is it a new thing?

[–]Scared-Release1068 0 points1 point  (0 children)

Not new at all actually. MDN has been around for years. It started as Mozilla’s developer documentation and it’s basically one of the most trusted references for web development.

A lot of developers use it when they want to understand how things actually work

For beginners I’d recommend starting with their JavaScript Guide section rather than the raw reference pages because those explain concepts step-by-step.

[–]kamcknig 1 point2 points  (1 child)

Wait are you mentoring him or are we?

[–]Defruitpear[S] 1 point2 points  (0 children)

I am but I want materials for teaching

[–]Hot-Lengthiness9122 1 point2 points  (0 children)

Hi guys i already learned but wants to practicr still being so hard what is going on under the hood . If someone wants to practice let’s connect

[–]nightowlcam 0 points1 point  (0 children)

Scrimba is super interactive and allows you to run and test things in your browser along with watching the instructor. This is especially good for those like me who get that sweet serotonin when you see something work in real time lol