How to choose the right online course or platform when you’re learning to code (2024)

/ #Programming
How to choose the right online course or platform when you’re learning to code (1)

by Code Girl

How to choose the right online course or platform when you’re learning to code (2)

There has never been a better time to learn to code. There are vast numbers of online courses and platforms for learning, ranging from free to mildly expensive to out of my budget. It’s important that you take a moment to consider which course will bring you the most success.

There is a temptation to simply look for a course that matches your current need. This could be a language — for example, JavaScript — or a library — for example, React.

An effective evaluation of each course is paramount to success. In this post, I cover five points of evaluation based on educational psychology — brain science — that I think are important. This is based on my experience as a former college professor in the field of education.

What should a course include to ensure that your learning experience is optimal so that you both complete the course and successfully learn the content? Without such an evaluation, you may find yourself drifting from course to course in a perpetual state of confusion which brings about frustration, and may lead you to give up.

A variety of learning styles

In previous posts I’ve talked about the importance of learning styles, your brain’s preferred method of learning new information.

Most people have a dominant style or a combination of dominant styles that are:

  • verbal (reading)
  • visual (images)
  • auditory (listening).

This means that video-based courses that (1) have transcripts for reading, (2) include diagrams, images and make use of color, and (3) voice recordings of information ensure that more participants can be successful.

My favorite course is React 16 — The Complete Guide by Maximillian Schwarzmuller. The content is verbal, visual, and auditory. Max explains every step of the course, and you can read the transcription and follow along as he talks. This transcription is helpful when you don’t quite hear what was said, or you want to reread for clarification — especially if he is explaining something step by step.

Max also includes visuals — diagrams and illustrations — to help clarify concepts. Further, his visuals always emphasize key points. The images pair perfectly with the audio. The combination of the three learning styles ensures that you understand the content. See below for one of his diagrams.

How to choose the right online course or platform when you’re learning to code (3)

Let’s talk about freeCodeCamp for a minute. While the platform itself is verbal learning — reading snippets of documentation and then practicing what you learned — there is way more to it than meets the eye. Because freeCodeCamp is so popular, they have a dedicated following of programmers that provide supplemental materials on YouTube channels that cover audio and visual learning styles.

For instance, Jose Moreno’s We Will Code walks through various freeCodeCamp challenges going into more detail as he explains the directions (verbal). Cody Seibert’s The Daily Programmer does something similar, but he walks through the challenges on a whiteboard and teases out the concepts being covered (visual).

There are many more of these channels, and I encourage you to explore them. Don’t forget the freeCodeCamp Podcast and blog. You have one powerful learning platform that meets the three learning styles, which is optimal for success.

When looking for a course, pick one where the material is presented in multiple ways so that you have a greater chance of understanding and retaining the information.

Project-based learning

When it comes to education, kinesthetic learning — learning by doing — is the most effective and efficient way to absorb the material. Learning occurs when there is a transformation of information into a working product. It is natural during this learning process for your work to get messy and break because this is learning in context.

Instruction should always be an 80/20 ratio. 80% of the time you are actually working, in this case coding. 20% of the time you are listening or reading or watching a video.

The course I learned the most from was Filip Kordanovski: Build a Responsive Website with HTML5, CSS3, and Bootstrap. The entire course was centered around building a landing page for a fictional company. We learned by doing. Each section of the landing page was set up so that we would learn new concepts. Not only did I learn HTML, CSS, and Bootstrap, I learned quite a bit about design along the way.

Another course I enjoyed was Wes Bos’s JavaScript 30. This is a free course that is designed for you to make small projects every day for 30 days.

Of course, there is no doubt that freeCodeCamp is project-based. In order to earn your Responsive Web Design Certificate, you build five very different projects. There are 20 projects in the interview take home prep session alone! Every section of the platform concludes with several relevant projects that test your abilities once you have gone through the curriculum.

Below you can see the first page of my freeCodeCamp Tic Tac Toe game. I had a blast putting this together with a little superhero spin on it.

How to choose the right online course or platform when you’re learning to code (4)

Always look to see if the course you want to take has a project that you build throughout the course. Working on real projects builds your muscle memory for basic skills. But don’t stop there. Once you learn how to build through your course, it’s time for you to create your own original project. That is kinesthetic learning, learning by doing.

Problem-solving opportunities

Unfortunately, many courses do not provide a chance for students to problem-solve. Most video-based courses are just a code-along.

Without the proper practice in solving problems, it will be very difficult for you in the real world of coding. That is because you need practice in analyzing cause and effect, and understanding hierarchy, debugging, and refactoring. That is probably one of the greatest strengths of freeCodeCamp — you are always solving problems. The entire basic JavaScript portion of the platform is solving one problem after another.

To prevent fatigue, I suggest you set a goal of solving a certain number of problems a week. Of course, many people like to take other classes. It’s important that you evaluate those classes to see if there are problem-solving opportunities.

The Colt Steele Web Developer Bootcamp does a great job of assigning coding challenges and projects after every section of learning. The Complete JavaScript Course 2018 by Jonas Schmedtmann is very similar and, in addition, the course is project-based and you create a budget application using everything you learned in the course.

When you are evaluating a potential class, always look to see if there are opportunities for you to solve problems on your own. The course should offer solutions to those problems, and there should be opportunities for you to try out your skills. This is a self-assessment. If you aren’t able to solve these problems, you might want to go back and redo a particular section or two from the course.

A community

There is nothing worse than when you are working through a course problem and you hit a brick wall and have nowhere to turn to for help. You try everything you can including lots of googling. But nothing. This actually stops your learning in its tracks and is why it is so incredibly important that your course brings together the community of learners to help you get “unstuck”.

Now, there are a number of ways to do this. freeCodeCamp does this in a forum on their website and there are a number of freeCodeCamp Facebook groups. Other courses use Slack or Discord, which are group chat applications.

This is crucial. If you don’t have a way to get answers to your questions in a timely manner, you will forget what you have learned and will be demotivated to move further. I make it a priority of only choosing courses that bring the community of students together for this purpose.

freeCodeCamp takes this one step further with in-person study groups. I attend the study group in Atlanta every other Sunday and have made some incredible friends there. Below is a picture of some members of our study group (including me) attending the We RISE conference hosted by Women Who Code.

How to choose the right online course or platform when you’re learning to code (5)

Benchmarks

While clever marketing will make you think that you can learn programming in a month and land an incredible job, the likelihood is that you can’t, and that is okay.

Learning programming takes time. You are learning new abilities, such as languages (JavaScript), frameworks (Angular), libraries (jQuery). Everyone learns at their own pace. It’s important that you set realistic goals so that you do not become discouraged along the way. This includes:

  • career goals, for example a developer job in one year
  • long-term goals, for example finish freeCodeCamp’s Responsive Web Design Certificate in 6 months
  • short-term goals, for example complete the next three videos from the React 16 course this week

Great courses provide benchmarks which help motivate you and encourage you to move forward. You see this very clearly in freeCodeCamp. If you follow the curriculum map, you always see your progress for each section. And the motivational pop-ups after each challenge just make my day (see below).

The Filip Kordanovski Build a Responsive Website with HTML5, CSS3, and Bootstrap course has built-in benchmarks because each section of the class is building another part of the website. These benchmarks are like short-term goals, and completing them makes you feel like you have accomplished something which in turn motivates you to work harder and get to the next benchmark.

While this may seem like something you can overlook when evaluating a course, it’s extremely important to your mental health while learning. A sense of accomplishment does wonders for your psyche.

How to choose the right online course or platform when you’re learning to code (6)

Conclusion

Yes, there are vast numbers of courses out there for you to learn to program, but evaluating them with these five principles will actually knock many off the list.

Let’s review.

  • You want a course that addresses different learning styles so you have a better chance of understanding the material.
  • Since best practices in education tells us learning by doing is the best approach, only choose courses where there is a project that you have to build as you learn.
  • Make sure your course has opportunities for you to problem-solve on your own. This will help you to know how well you are understanding the curriculum.
  • Also, creating a community of learners helps you to get “unstuck” while you are working. Any platform will do — a forum, a Facebook page, a Slack channel. Don’t be afraid to ask for help.
  • Finally, having obvious benchmarks will help you to complete short-term goals and stay motivated for the long haul.

For more information on learning styles and brain science please visit my website here.

Follow me on Twitter to learn more about brain science and learning code @fwallacephd.

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

ADVERTIsem*nT

If this article was helpful, .

Learn to code for free. freeCodeCamp's open source curriculum has helped more than 40,000 people get jobs as developers. Get started

ADVERTIsem*nT

How to choose the right online course or platform when you’re learning to code (2024)

FAQs

How to choose the right online course or platform when you’re learning to code? ›

A good way to check the content quality is to read the reviews, ratings, and testimonials from previous students. You can also look at the instructor's credentials, experience, and reputation. Pluralsight

Pluralsight
Pluralsight is an e-learning platform that has been around since 2004 and has grown to become one of the most popular online learning platforms. It offers over 7,000 courses taught by industry experts, covering topics such as software development, IT ops, data, security, cloud computing, and more.
: This platform offers a wide range of courses on programming languages, software development, and IT.

How do I choose a coding course? ›

The structure of the course should be sound, and its author should be identified. Search for the programmers who designed the courses you are interested in. Spend some time looking into the instructor's qualifications and background. This will help you decide if the course is the right match for you.

Is Codecademy good for beginners? ›

Codecademy is an online coding bootcamp provider offering a variety of computer programming courses and career paths. With options for beginners, advanced professionals and everyone in between, Codecademy's bootcamps can help learners unlock new career opportunities in the tech industry.

What is the easiest coding platform? ›

However, if you're an absolute beginner who's never written a line of code before, we think the best programming languages to learn right now are Python and JavaScript. They're the most popular as well as two of the simplest coding languages for total newbies.

Are online courses better? ›

Online students have better opportunities to collaborate with classmates through virtual group work and meetings. One of the benefits of online courses are the message boards and grouping tools that allow students to post their feedback on readings and other assignments and respond to their classmates.

How much should coding classes cost? ›

While the average full-time coding bootcamp in the US costs $13,584, bootcamp tuition can range from $7,800 to $21,000.

Is it worth paying for a coding course? ›

If you're just curious about coding and want to see if it's the career for you, investing thousands into a program probably isn't worth it. On the other hand, if you want to make a big career change, spending more on a high-quality coding bootcamp can provide a good return on investment.

Are online coding courses worth it? ›

Yes, a coding bootcamp can get you a job, and some providers even offer job guarantees. A Forbes Advisor survey found that 28% of bootcamp alums found new jobs after graduating, and most secured a job within three months.

Can you really learn to code online? ›

Every aspect of freeCodeCamp, including advanced courses, projects, and certifications, is completely free. Thousands of freeCodeCamp learners have successfully transitioned into software developer roles, making this online learning platform an excellent choice for anyone aspiring to code.

Can I get a job if I learn coding online? ›

So, can self-taught programmers find employment in the tech industry? Absolutely! It's all about your dedication, the quality of your portfolio, and your ability to showcase your skills. Embrace any setbacks as opportunities for growth and keep pushing forward.”

Is it okay to learn coding online? ›

Can I Get a Job After Learning Coding Online? Yes, a good online course will give you the skills to start your coding career. Treehouse has enabled many students to make a career change into paths like software engineering.

Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6668

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.