19 GitHub Repositories to Make you a 10x Developer

Written by madzadev | Published 2022/03/01
Tech Story Tags: web-development | javascript | css | html | coding | beginners | github | careers

TLDRI often refer to GitHub as a great place to start your web development career. I decided to compile some of the best repositories I know. I wish I knew them when I started myself, so treat them as a valuable shortcut to speed up your learning path. I have arranged them via categories, starting from basics to courses, handbooks, best practices, projects, interviews, and resources. This article is obviously oriented for beginners, although some more experienced developers might get some value too.via the TL;DR App

I have often been asked what resources would I recommend for beginners looking to step their foot into the web development career. I often refer to GitHub as a great place to start.

I decided to compile some of the best repositories I know. I wish I knew them when I started myself, so treat them as a valuable shortcut to speed up your learning path.

This article is obviously oriented on beginners, though I'm sure some of the more experienced developers might learn a thing or two from these, too.

To help you to navigate I have arranged them via categories, starting from basics to courses, handbooks, best practices, projects, interviews, and resources.

Fundamentals ⚡

1. how-web-works

⭐ GitHub stars 4k+

https://github.com/vasanthk/how-web-works

What happens behind the scenes when we type www.google.com in a browser?

2. developer-roadmap

⭐ GitHub stars 187k+

https://github.com/kamranahmedse/developer-roadmap

This is probably the best and most complete roadmap, that will help you to grasp the bigger picture of the development landscape, its main technologies, and the recommended sequence of learning things.

Courses 👨‍🏫

3. web-dev-for-beginners

⭐ GitHub stars 41k+

https://github.com/microsoft/Web-Dev-For-Beginners

Quality 12-week, 24-lesson course about JavaScript, CSS, and HTML basics. Each lesson includes pre-and post-lesson quizzes, written instructions to complete the lesson, a solution, an assignment, and more.

4. javascript-30

⭐ GitHub stars 18k+

https://github.com/wesbos/JavaScript30

Starter Files + Completed solutions for the JavaScript 30 Day Challenge by Wes Bos.

Handbooks 📚

5. developer-handbook

⭐ GitHub stars 1k+

https://github.com/apptension/developer-handbook

An opinionated guide on how to become a professional Web/Mobile App Developer.

6. spellbook-of-modern-webdev

⭐ GitHub stars 14k+

https://github.com/dexteryy/spellbook-of-modern-webdev

A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development.

Best Practices 💯

7. web-fundamentals

⭐ GitHub stars 12k+

https://github.com/google/WebFundamentals

Some of the best practices for modern web development, provided by Google developers.

8. airbnb

⭐ GitHub stars 120k+

https://github.com/airbnb/javascript

One of the best Style Guides out there.

9. clean-code-javascript

⭐ GitHub stars 64k+

https://github.com/ryanmcdermott/clean-code-javascript

Software engineering principles, from Robert C. Martin's book "Clean Code", adapted for JavaScript. A guide to producing readable, reusable, and refactorable software in JavaScript.

10. system-design-primer

⭐ GitHub stars 164k+

https://github.com/donnemartin/system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

Projects 📂

11. simpl

⭐ GitHub stars 4k+

https://github.com/samdutton/simpl

Simplest possible examples of HTML, CSS, and Javascript.

12. realworld

⭐ GitHub stars 64k+

https://github.com/gothinkster/realworld

Realworld allows you to choose any frontend (React, Vue, & more) and any backend (Node, Django, & more) and see how they power real-world, beautifully designed full-stack apps.

13. build-your-own-x

⭐ GitHub stars 133k+

https://github.com/danistefanovic/build-your-own-x

Build your own (insert technology here).

Interviews 💼

14. coding-interview-university

⭐ GitHub stars 211k+

https://github.com/jwasham/coding-interview-university

A complete computer science study plan to become a software engineer.

15. front-end-interview-handbook

⭐ GitHub stars 32k+

https://github.com/yangshun/front-end-interview-handbook

Front End interview preparation materials for busy engineers.

16. tech-interview-handbook

⭐ GitHub stars 66k+

https://github.com/yangshun/tech-interview-handbook

Curated interview preparation materials for busy engineers.

Resources 💾

17. design-resources-for-developers

⭐ GitHub stars 36k+

https://github.com/bradtraversy/design-resources-for-developers

A curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools, and much more.

18. free-programming-books

⭐ GitHub stars 223k+

https://github.com/EbookFoundation/free-programming-books

Freely available programming books.

19. front-end-collection

⭐ GitHub stars 1k+

https://github.com/cheatsheet1999/FrontEndCollection

Notes for Front-end Software Engineers. Covers common data structure and algorithms, basic web concepts, HTML & CSS & Javascript.

Writing has always been my passion and it gives me pleasure to help and inspire people. If you have any questions, feel free to reach out!

If these resources helped, connect me on Twitter, LinkedIn, and GitHub!

Visit my Blog for more articles like this. Also published here.


Written by madzadev | Software Developer and Technical Writer
Published by HackerNoon on 2022/03/01