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.
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
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.
Β
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.
Β
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!
Β
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!
Β
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.
Β
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!
Β
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.
Β
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!
Β
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!
Β
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!
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 (67)
Oh I actually didn;t know about the AirBnB style guide. Gonna check that out!
This is really cool!
Same, that was really interesting one.
Happy to have helped! :)
Very famous
It's one of the most famous resources out there!
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
π
Will check it out, thanks for sharing
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 !ππ
Haha
π π
Nice article!
There were a couple on the list that I wasn't aware of. Thaks for sharing!
Always happy to share :)
Perfect
Thanks Angel!
Thanks manππ
π
if you like to learn JavaScript by solving tiny puzzle pieces in the form of failing tests: jskatas.org/
Just what I needed! π Thank you!
Glad to have helped! π
Great. Thanks
Glad you like it!
Grateful that you have this knowledge to help others.
Thanks
Thanks for reading!