Skip to content

Instantly share code, notes, and snippets.

@rcotrina94
Last active October 25, 2023 09:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcotrina94/2a4c98178028afc01e4c to your computer and use it in GitHub Desktop.
Save rcotrina94/2a4c98178028afc01e4c to your computer and use it in GitHub Desktop.
What do professional developers think of online programming courses such as Codecademy or Code School?

What do professional developers think of online programming courses such as Codecademy or Code School?

by Song Zheng,Developer

90% of the people who use Codecademy and Codeschool to try to learn coding fail. This is because 90% of people who turn to Codecademy and Codeschool are learning programming for the sake of learning how to code. This is why you will not be hired if you list Codecademy and/or CodeSchool badges on your resume.

The other 10% of people who use Codecademy or Codeschool become successful developers because they are learning programming to build a tictactoe game to play with their friends; a ecommerce site so they can sell things; a video chat app to connect with relatives; etc.

There is a very different mentality between the 90% and the 10% who are learning programming, and the successful ones are those who sees learning platforms as means to an end, not the end itself. For example, if you have no programming experience and want to learn how to code, your goal should not be claiming all the badges on Codecademy. Your goal should be building a simple game (or website) and you should learn just enough on Codecademy/Codeschool to build that app.

As you move along, you will set bigger and more complex goals for yourself and build more engaging apps. These will became the apps that you will proudly put on your resume, and the story of your wonderful journey will have given you the experience you need for a programming job.

... or perhaps one of your apps might one day inspire hundreds of talented individuals to work under you.

edit: A great example is Jennifer Dewalt, who learned programming by building 180 Websites in 180 days.

@DevKen64-bit
Copy link

I am not sure how old this is, but I do have to ask, do you have a citation for your 90% statistic? Or is that being used arbitrarily? Moreover, adding badges to your resume is fine, as long as it is accompanied by a good portfolio of projects. Programming certifications aren't that useful, but they do show you committed to something, so they're not bad to put on the resume. Though, this differs dramatically when it comes to certifications in the IT Infrastructure area of the tech field. There are actual highly recognized certifications, like the CCIE, or OSCP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment