The Weekly Dev

Developer News & Tutorials

Est. 2024  ·  Vol. I
The Weekly Dev

GitHub Repositories That Will Help You Become a Better JavaScript Developer

A curated list of GitHub repositories that will help you sharpen your JavaScript skills, ordered from beginner to advanced.

VA

By Vasili Zalimidis

GitHub Repositories That Will Help You Become a Better JavaScript Developer

So you have read a couple of tutorials, followed some YouTube videos and learned the basics of JavaScript, but what's next?

Here are some repositories that will help you sharpen your skills in JavaScript, ordered by level from 0 to 100%.

"Hello world" — absolute beginners

Beginners that know some stuff

  • JavaScript30 Challenge by Wes Bos — An awesome 30-day challenge that will help you apply everything you learned in daily projects. A good way to also build a basic portfolio as a junior JS developer.

Ok, so that's how it works!

Let's check what's going on under the hood

  • Computer Science in JavaScript by Nicholas C. Zakas — A collection of classic computer science paradigms, algorithms and approaches written in JavaScript.

Bring the heavy artillery

Little bonus

  • 30 Seconds of Code by 30secondsofcode.org — Hundreds of JavaScript snippets that will help you speed up your development process while keeping your code clean and efficient.

The above repos should provide you with everything you need to sharpen your skills and become a better JavaScript developer.

← Back to Front Page