DEV Community

Cover image for 35 Must Known GitHub Repositories For Developers
Abhay Parashar
Abhay Parashar

Posted on

35 Must Known GitHub Repositories For Developers

GitHub is a git hosting platform service. There is not a single thing that you can’t find on GitHub related to the software industry. It is a goldmine of resources for developers. Like every other mine in the world, you need to be a good miner to dig gold to get great resources from it.
If you are not in the mood to do a lot of research, don’t worry I am here for you. In this blog, we are going to see some of the best GitHub repositories for developers that you should bookmark right away.

1. The Algorithm

It is one of the best GitHub repositories for learning data structures and algorithms using different languages. Data Structures must be known for every computer science student. Whether you are a python developer, Java developer, Go developer, or some old-school C++ developer, there is something for everyone in this repository that you should learn. All the algorithms and data structures present here are explained very easily. They also have a website for easy access to all the code.
Stats : (111k+ ⭐) (30.4k+ Forked)

2. freeCodeCamp/freeCodeCamp

Freecodecamp is a nonprofit organization that provides a free learning platform for learning to code. Their Github repository is the backend for everything. In the repo, there is a README.md file that contains the links to each course available on the website. The Github Profile of FreeCodeCamp also contains many other useful repositories like boilerplates for different programming languages, how to contribute to open source, and many more.
Stats : (325k+ ⭐) (26k+ Forked)

3. EbookFoundation/free-programming-books

This repository is another GEM of Github. The repository provided by EbookFoundation contains a list of free programming books. You will find links to free books in 20+ languages. There are Over a thousand books that are covering over 100 programming languages and millions of concepts.
Stats : (194k+ ⭐) (43k+ Forked)

4. Avik-Jain/100-Days-Of-ML-Code

This repository is more than a repo, it shows the constant hard work and dedication of a group of people to contribute to open source. As the name of the repository suggests, it has a 100-day curriculum to learn Machine Learning. One of the best parts of this repo is the attractive banner images for every day. If you are a learner or a developer of ML this one is a must be forked for you.
Stats : (32.4k+ ⭐) (8.2k+ Forked)

5. tuvtran/project-based-learning

One of the best ways to learn to code is by building projects because in the end, all that matters is the number of projects and knowledge you have. Many companies are giving priority to projects more than certificates.
This repo has a collection of links to different projects on the internet to help you boost your learning in different areas of programming. Whether it is web development, Game Development, JavaScript, or Python you will find a project for everything.
Stats : (51.4k+ ⭐) (8k+ Forked)

Check Out Other 30 Valuable Repositories here

Top comments (0)