DEV Community

Cover image for ๐Ÿš€ 10 Github repositories to achieve Javascript mastery ๐Ÿง™โ€โ™‚๏ธ๐Ÿช„โœจ
Sumit Saurabh for novu

Posted on

๐Ÿš€ 10 Github repositories to achieve Javascript mastery ๐Ÿง™โ€โ™‚๏ธ๐Ÿช„โœจ

TL;DR

This article contains a list of 10 Github repositories that are going to be useful for Javascript developers of all experience levels

Hey folks! ๐Ÿ‘‹

In this article, we'll take a look at 10 publicly available Github repositories that will take your Javascript skills to the truly next level!

Whether you're a complete beginner to the language or have been developing with JS for a while, there's something for everyone here. Without any further ado, let's jump in.

repo


HackSquad 2023 is live!

Contribute code, meet community members, participate in workshops, and win more SWAG.

With the fantastic atmosphere of Hacktoberfest, we have decided to create Hacksquad. Hacksquad is here to enhance your Swag, meet with more community members and participate in workshops from our great sponsors.

Join here! ๐Ÿ‘‡
https://www.hacksquad.dev

HackSquad


1. 33 Concepts Every JavaScript Developer Should Know

Like the name suggests, this repo contains a list of 33 Javascript concepts that every 'good' Javascript developer should know about.

Each concept also has a bunch of learning resources to learn more about it and with the various articles and videos shared, it is hard not to learn it well.

33 Javascript concepts you should know

ย 

2. Javascript questions

This repository lets you:

  • test how well you know JavaScript,
  • refresh your knowledge a bit,
  • or prepare for your coding interview!

It contains questions from basic to advanced and is updated regularly with new questions. The answer to each question is present in the collapsed section below each question that you can click to expand (but don't cheat!!!)

If you're the kind of person who follows Solving a question a day keeps unemployment away then this is the perfect repo for you.

Javascript questions Github repo

ย 

3. You don't know JS

If you want to learn the language inside out, this is the place for you to be in. It is a series of books designed to take you from a newbie to a seasoned developer who has sound understanding of how things work behind the scenes in Javascript.

It dives deep into the core mechanisms of the Javascript language and is available online completely for free.

You should not miss this one if you want to have a firm grasp over the language!

You don't know JS book's Github repo

ย 

4. Airbnb Javascript style guide

This is one of the most famous Javascript resource on the internet today and rightly so.

It contains a set of guidelines and best practices to code in Javascript and was originally written by the engineering team of Airbnb.

It covers various aspects of Javascript and provides detailed recommendations on a plethora of topics.

Totally worth checking out!

Airbnb Javascript style guide Github repo

ย 

5. Tech interview handbook

If you are reading this, chances are that at some point, you'll be appearing for a tech interview.

As such, this can be an immensely useful resource for you.

Having benefitted over 500,000 people, this handbook saves you the trouble of the sometimes recommended rote practice of grinding competitive programming questions.

This repo has practical content that covers all phases of a technical interview, from applying for a job to passing the interviews to offer negotiation.

Tech Interview handbook

ย 

6. The Algorithm - Javascript

This is another one of those wildly popular resource on the internet that is well worth checking out. It focuses on implementing various data structures and algorithms in Javascript ranging from the basic ones like sorting and searching to complex ones such as dynamic programming.

You'll find detailed explanations code snippets for each!

The algorithm- Javascript Github repo

ย 

7. Awesome Javascript

This repo contains a list of awesome browser-side libraries, resources and other shiny things, all in Javascript.

It covers everything from package managers, loaders, bundlers and transpilers to UI tools, utilities, gestures, maps, animation and what not.

If any browser-side magic can be done with Javascript, chances are, you'll find it listed here.

Definitely start this and keep it for future reference.

Awesome Javascript Github repo

ย 

8. WTFJS

If you've been developing in Javascript, chances are that every one in a while you'll encounter something quirky about it.

As a language, Javascript is filled with these little tricky things that sometimes annoy so much.

If any of the above two sentences resonated with you then look no further.

This repo contains a list of many, many such concepts that are tricky to understand as a new developer.

Jump in and have fun!

WTF Javascript

ย 

9. Effective Engineer Notes

"They are the people who get things done. Effective Engineers produce results."

If you want to be an effective engineer, you'll have to learn and unlearn and re-learn a lot over the course of your career.

As such, this gist will help you adopt the right mindset and know what to do as well as what not to do.

This can be one of most useful resource out there if you take proper advantage of it!

Effective Engineer

ย 

10. Free programming books

No matter how many courses I watch and how many youtube videos I go through, books are still the gold standard when it comes to learning new stuff.

If you're like me then this repo is for you.

It is a collection of programming books that are freely available to anyone.

It is one of the most famous repositories out there with over 271,000+ stars on Github.

Well worth checking out!

Free programming books' Github repo


That brings us to the end of this article. If you liked reading this, don't forget to check out our remaining articles.

Don't forget to comment what you liked and didn't like about this tutorial and if there's something you know that I should have included in this article, do let me know in the comments down below.

Have a great one, bye! ๐Ÿ‘‹

~ Sumit Saurabh

Top comments (65)

Collapse
 
vincanger profile image
vincanger

Oh I actually didn;t know about the AirBnB style guide. Gonna check that out!

Collapse
 
nevodavid profile image
Nevo David

This is really cool!

Collapse
 
ipazooki profile image
Mo

Same, that was really interesting one.

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Happy to have helped! :)

Collapse
 
vucat12 profile image
vucat12

Very famous

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

It's one of the most famous resources out there!

Collapse
 
matijasos profile image
Matija Sosic

Very cool, WTFJS is my favorite, haven't heard of it so far :). Btw if you want to go fast (and far) with JS and build a full-stack app, you should definitely check github.com/wasp-lang/wasp

Collapse
 
pendragon90 profile image
Pendragon_123

๐Ÿ‘

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Will check it out, thanks for sharing

Collapse
 
srbhr profile image
Saurabh Rai

You don't know JS is the best one out there. Kyle has done a great job of explaining JS. For those interested, "You don't know JS Yet" is also coming out in parts.

Also, DHH ๐Ÿ’• JS !๐Ÿ˜‚๐Ÿ˜‚

Collapse
 
nevodavid profile image
Nevo David

Haha

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

๐Ÿ˜…๐Ÿ˜…

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Nice article!

There were a couple on the list that I wasn't aware of. Thaks for sharing!

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Always happy to share :)

Collapse
 
milenaosc profile image
milenaosc

Just what I needed! ๐Ÿ‘ Thank you!

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Glad to have helped! ๐Ÿ™Œ

Collapse
 
cofe profile image
alister collins

โค๏ธ๐ŸคŒ

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

โค๏ธ

Collapse
 
highrollers profile image
AlexSouz

Nice!

Collapse
 
tailcall profile image
Maria Zaitseva

Amazing showcase! Thanks for sharing. :)

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Glad you liked it, Maria!

Collapse
 
nevodavid profile image
Nevo David

Real good libraries!
Thank you for putting them all together Sumit!

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Thanks for checking it out, Nevo!

Collapse
 
suede profile image
Yuval

Nicee

Collapse
 
pizofreude profile image
Pizofreude

The Algorithm - Javascript is news to me. Cheers for the heads up!

Collapse
 
nevodavid profile image
Nevo David

๐Ÿš€

Collapse
 
pitzzahh profile image
Peter John Arao

Awesome! I just learn Javascript while coding randomly while learning web development, and looking for a mastery guides that I can follow. Thanks for sharing!

Collapse
 
cantillojo54982 profile image
Joiner David Cantillo Camargo

Great. Thanks

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Glad you like it!

Collapse
 
blessingcode profile image
Prince Luah Marwiah

Grateful that you have this knowledge to help others.
Thanks

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Thanks for reading!

Collapse
 
lifetech365 profile image
LifeTech365

It made my JavaScript journey sound much fulfilling, since my mind was all over searching for one material to get all things down and start

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Always happy to help!