DEV Community

Best resources for a beginner developer?

Florin Pop on August 11, 2019

I’m often asked: “What is the best resource to learn programming for a beginner?” Some of the places I recommend are: FreeCodeCamp Youtube video...
Collapse
 
helenanders26 profile image
Helen Anderson

Nice list. I'm also a big fan of Brad Traversy, he probably has the most diverse and comprehensive collection of resources out there.

For the complete beginner I also like:

  • Havard's CS50 via edX - Everyone should watch CS50s content to appreciate how computers, the internet, and programming works.  The course covers everything from low-level C to Javascript and SQL. Even if you don't complete the coursework, the video content is a valuable introduction to Computer Science.

  • General Assemblys Dash - a free, interactive introductory course that is all done in the browser.  The projects include a landing page, blog theme, and restaurant website.

  • Code Academy - Most of the content is free, easy to follow and frames each lesson on a project. The Pro version includes more projects, quizzes and online help via chat.

Collapse
 
andres profile image
Andrés Pérez

Everything awesome-x in GitHub. Whenever I try to learn a new technology, it's one of the first things I search for, here are some examples:

Collapse
 
hctrbz profile image
hctrbz

Flexbox Froggy

And

CSS Grid Garden

Collapse
 
ra9 profile image
Carlos Nah

The Odin Project is another good resource for beginners, it have ton of examples and projects to work on as you go through the resources on the site.

Collapse
 
learnbyexample profile image
Sundeep

yeah, I frequently recommend resources to the point that I put them on github for easy sharing

github.com/learnbyexample/curated_...

Collapse
 
jmurray90 profile image
Jake Murray

Awesome list! thanks.