An amazing list of cool repositories related to various topics. Leave a star ⭐ to support this project
This repository aims to take all the amazing repositories present on github at one place, so that anyone can find them easily and start learning as early as possible.
It is intended for everyone and anyone- especially for College students.
This material is under construction! We have added some of the trending topics. There are so many more topics to add and there are so many cool repositories related to the existing topics are present. You will probably find several typos also. So Please consider to add new topics/ new repositories in existing topics/ give your suggestion and raise issues about any bugs. Go to CONTRIBUTING.md to see how to contribute!
Use CTRL + Click to open repository links in new tab.
- General
- Github Resume
- Projects related Repositories
- Python and Machine Learning
- JavaScript
- Java
- Data Structures and Algorithms
- SQL
- Git/Github
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | Computer Science Learning Notes (Highly recommended) | https://github.com/CyC2018/CS-Notes |
2. | 🎓 Path to a free self-taught education in Computer Science! | https://github.com/ossu/computer-science |
3. | A complete computer science study plan to become a software engineer | https://github.com/jwasham/coding-interview-university |
4. | 📚 List of Computer Science courses with video lectures. | https://github.com/Developer-Y/cs-video-courses |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | Automatically create the Resume of your Github profile by just star this repository 😮 | https://github.com/resume/resume.github.com |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | Curated list of project-based tutorials | https://github.com/tuvtran/project-based-learning |
2. | A list of awesome beginners-friendly projects! | https://github.com/MunGell/awesome-for-beginners |
3. | 📄 A list of practical projects that anyone can solve in any programming language. | https://github.com/karan/Projects |
4. | Repository contains Links to solutions of Projects of No. 3 Repository given. | https://github.com/karan/Projects-Solutions |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | 📚 A practical approach to learning machine learning. | https://github.com/GokuMohandas/practicalAI |
2. | Machine learning and deep learning tutorials, articles and other resources | https://github.com/ujjwalkarn/Machine-Learning-Tutorials |
3. | Open Machine Learning Course! | https://github.com/Yorko/mlcourse.ai |
4. | A complete daily plan for studying to become a machine learning engineer! | https://github.com/ZuzooVn/machine-learning-for-software-engineers |
5. | 📚 VIP cheatsheets for Stanford's CS 229 Machine Learning. | https://github.com/afshinea/stanford-cs-229-machine-learning |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | JavaScript Style Guide | https://github.com/airbnb/javascript |
2. | Clean Code concepts adapted for JavaScript | https://github.com/ryanmcdermott/clean-code-javascript |
3. | Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less. | https://github.com/30-seconds/30-seconds-of-code |
4. | JavaScript Patterns | https://github.com/shichuan/javascript-patterns |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | Java Tutorial For Beginners - Companion Reference(Short and complete) | https://github.com/in28minutes/java-cheat-sheet |
2. | A Java 8+ Cheat Sheet for functional programming! | https://github.com/BafS/Java8-CheatSheet |
3. | Modern Java - A Guide to Java 8. | https://github.com/winterbe/java8-tutorial |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | Algorithms and Data Structures implemented in Java | https://github.com/TheAlgorithms/Java |
2. | Minimal examples of data structures and algorithms in Python | https://github.com/keon/algorithms |
3. | Algorithms and data structures implemented in JavaScript with explanations and links to further readings | https://github.com/trekhleb/javascript-algorithms |
4. | All Algorithms implemented in C | https://github.com/TheAlgorithms/C |
5. | Algorithms and Data Structures implemented in Python | https://github.com/TheAlgorithms/Python |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | Most recommended guide to learn SQL | https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/SQL.md |
SR NO. | DESCRIPTION | REFERENCE |
---|---|---|
1. | Most recommended guide to learn Git basics | https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/Git.md |
2. | Git and git flow cheat sheet | https://github.com/arslanbilal/git-cheat-sheet |
3. | A list of cool features of Git and GitHub. | https://github.com/tiimgreen/github-cheat-sheet |