DEV Community

Cover image for 19 Valuable GitHub Repositories for Beginner Developers šŸ“šāœØ
Madza
Madza Subscriber

Posted on • Edited on • Originally published at madza.hashnode.dev

19 Valuable GitHub Repositories for Beginner Developers šŸ“šāœØ

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+

GitHub logo vasanthk / how-web-works

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

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

2. developer-roadmap

⭐ GitHub stars 187k+

GitHub logo kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

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+

GitHub logo microsoft / Web-Dev-For-Beginners

24 Lessons, 12 Weeks, Get Started as a Web Developer

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+

GitHub logo wesbos / JavaScript30

30 Day Vanilla JS Challenge

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


Handbooks šŸ“š

5. developer-handbook

⭐ GitHub stars 1k+

GitHub logo apptension / developer-handbook

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

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

6. spellbook-of-modern-webdev

⭐ GitHub stars 14k+

GitHub logo dexteryy / spellbook-of-modern-webdev

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

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


Best Practices šŸ’Æ

7. web-fundamentals

⭐ GitHub stars 12k+

GitHub logo google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com

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

8. airbnb

⭐ GitHub stars 120k+

GitHub logo airbnb / javascript

JavaScript Style Guide

One of the best Style Guides out there.

9. clean-code-javascript

⭐ GitHub stars 64k+

GitHub logo ryanmcdermott / clean-code-javascript

šŸ› Clean Code concepts adapted for 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+

GitHub logo donnemartin / system-design-primer

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

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


Projects šŸ“‚

11. simpl

⭐ GitHub stars 4k+

GitHub logo samdutton / simpl

Simplest possible examples of HTML, CSS and Javascript:

Simplest possible examples of HTML, CSS, and Javascript.

12. realworld

⭐ GitHub stars 64k+

GitHub logo gothinkster / realworld

"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more

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+

GitHub logo codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.

Build your own (insert technology here).


Interviews šŸ’¼

14. coding-interview-university

⭐ GitHub stars 211k+

GitHub logo jwasham / coding-interview-university

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

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

15. front-end-interview-handbook

⭐ GitHub stars 32k+

GitHub logo yangshun / front-end-interview-handbook

āš”ļø Front End interview preparation materials for busy engineers

Front End interview preparation materials for busy engineers.

16. tech-interview-handbook

⭐ GitHub stars 66k+

GitHub logo yangshun / tech-interview-handbook

šŸ’Æ Curated coding interview preparation materials for busy software engineers

Curated interview preparation materials for busy engineers. For a better reading experience, check out techinterviewhandbook.org.

Also, check out Grind 75 - a tool to generate coding interview study plans based on preparation time left.


Resources šŸ’¾

17. design-resources-for-developers

⭐ GitHub stars 36k+

GitHub logo bradtraversy / design-resources-for-developers

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

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+

GitHub logo EbookFoundation / free-programming-books

šŸ“š Freely available programming books

Freely available programming books.

19. front-end-collection

⭐ GitHub stars 1k+

GitHub logo cheatsheet1999 / FrontEndCollection

Notes for Fullstack Software Engineers. Covers common data structure and algorithms, web concepts, Javascript / TypeScript, React, and more!

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.

Oldest comments (75)

Collapse
 
madza profile image
Madza

Thanks a lot, happy to help! šŸ’ÆšŸ‘

Collapse
 
rocampocastro604 profile image
Ricardo Ocampo

Excellent post, thanks šŸ‘

Collapse
 
madza profile image
Madza

You are always welcome, thanks! šŸ™ā¤

Collapse
 
j471n profile image
Jatin Sharma

This is wonderful šŸ”„šŸ”„

Collapse
 
madza profile image
Madza

Means so much, thanks! šŸ™ā¤

Collapse
 
alguercode profile image
alguerocode

this website is useful for this topic: masterjs.vercel.app/
is great resource collection for javascript

Collapse
 
madza profile image
Madza

Thank you so much for sharing! šŸ‘āœØ

Collapse
 
artlevandoski profile image
Arthur E. Levandoski

Thank you so much for this collection!

Collapse
 
madza profile image
Madza

Always my pleasure! šŸ™ā¤

Collapse
 
sanketss84 profile image
Sanket Sonvane • Edited

My one favorite is the Awesome Repo
github.com/sindresorhus/awesome
It's like the one ring to rule them all. āœŒšŸ»

Collapse
 
madza profile image
Madza

That was is a vast ocean of resources āœØšŸ‘

Collapse
 
z2lai profile image
z2lai

That links to a list of all the Awesome Lists, each Awesome List contains links to all awesome resources.

Thread Thread
 
madza profile image
Madza

Excatly, it's like the root of all the resources šŸ˜€šŸ˜€

Collapse
 
majorth profile image
Todd H

Thanks for the resources!

Collapse
 
madza profile image
Madza

Happy to help! šŸ™ā¤

Collapse
 
miketech profile image
Mike

Thank you MadzašŸ¤©šŸš€

Collapse
 
madza profile image
Madza

My pleasure šŸ™ā¤

Collapse
 
hossain888 profile image
Hossain Ahmad

Amazing resources. Thanks a ton for sharing such good post. ā¤ļø

Collapse
 
madza profile image
Madza

Makes me feel amazing to help others, thanks āœØšŸ‘

Collapse
 
z2lai profile image
z2lai

Impeccable collection, you have most of my top picks in here!

Collapse
 
madza profile image
Madza

Thanks a lot, appreciated šŸ™ā¤

Some comments may only be visible to logged-in visitors. Sign in to view all comments.