Over the last few years, I've accumulated a huge amount of links to useful GitHub repos. Today I picked a few of them, which I would like to share with you.
An ultimate list of resources for all kinds of developers. From JavaScript to Fortran and from Docker to Rails. One of the most popular GitHub repos with almost 160k stars.
https://github.com/sindresorhus/awesome
A repo dedicated to the well-known You Don't Know JS book series by Kyle Simpson.
https://github.com/getify/You-Dont-Know-JS
A giant list of completely free programming books in different languages.
https://github.com/EbookFoundation/free-programming-books
Official repo of a roadmap.sh project. Highly recommend it for people who are only taking the first steps in IT.
https://github.com/kamranahmedse/developer-roadmap
A very useful repo in order to bring your GitHub Readme to the next level.
https://github.com/anuraghazra/github-readme-stats
All you need for mastering the command line on one page.
https://github.com/jlevy/the-art-of-command-line
A modern cheatsheet for the JavaScript knowledge you will frequently encounter in your projects.
https://github.com/mbeaudru/modern-js-cheatsheet
JavaScript Style Guide from Airbnb. Also available on https://airbnb.io/javascript/.
https://github.com/airbnb/javascript
An exhaustive list of all the elements you need to have before launching your website to production.
https://github.com/thedaviddias/Front-End-Checklist
The must-know Clean Code principles adapted for the JavaScript world.
https://github.com/ryanmcdermott/clean-code-javascript
A curated and frequently updated collection of design resources for developers. Graphics, Fonts, Logos, Icons, you name it.
https://github.com/bradtraversy/design-resources-for-developers
Algorithms and data structures implemented in JavaScript with explanations and links to further readings.
https://github.com/trekhleb/javascript-algorithms
A 12-week, 24-lesson Web Dev curriculum made by Microsoft.
https://github.com/microsoft/Web-Dev-For-Beginners
A truly impressive list of all kinds of websites every programmer should visit.
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
A broad learning roadmap from Frontend Masters.
https://github.com/FrontendMasters/learning-roadmap