An open API service indexing awesome lists of open source software.

https://github.com/searchformyusername/awesome-learning-101-9588

GitHub Repositories with Learning Resources
https://github.com/searchformyusername/awesome-learning-101-9588

List: awesome-learning-101-9588

awesome awesome-list beginner books github intermediate interview learning resources

Last synced: 12 months ago
JSON representation

GitHub Repositories with Learning Resources

Awesome Lists containing this project

README

          

## Welcome to Learn101



Curated list of useful learning resources to keep myself busy

Mostly Web Dev and Web Pentest

Contributions are welcomeโ•

๐ŸŒŸ and ๐Ÿด it with ๐Ÿ’œ

[Pentesting](https://1uc1f3r616.github.io/Pentesting-101/) | [Competitive-programming](https://1uc1f3r616.github.io/Competitive-programming-101/)




### Style Guides
- [Javascript Style Guide](https://github.com/airbnb/javascript)
[![GitHub stars](https://img.shields.io/github/stars/airbnb/javascript.svg?style=social&label=Star&maxAge=2592000)](https://github.com/airbnb/javascript/stargazers/)

- [Node Best Practices](https://github.com/goldbergyoni/nodebestpractices)
[![GitHub stars](https://img.shields.io/github/stars/goldbergyoni/nodebestpractices.svg?style=social&label=Star&maxAge=2592000)](https://github.com/goldbergyoni/nodebestpractices/stargazers/)

- [Google Style Guide](https://github.com/google/styleguide)
[![GitHub stars](https://img.shields.io/github/stars/google/styleguide.svg?style=social&label=Star&maxAge=2592000)](https://github.com/google/styleguide/stargazers/)




### Roadmaps
- [100 Days of ML code](https://github.com/Avik-Jain/100-Days-Of-ML-Code)
[![GitHub stars](https://img.shields.io/github/stars/Avik-Jain/100-Days-Of-ML-Code.svg?style=social&label=Star&maxAge=2592000)](https://github.com/Avik-Jain/100-Days-Of-ML-Code/stargazers/)

- [Software Engineer Roadmap](https://github.com/jwasham/coding-interview-university)
[![GitHub stars](https://img.shields.io/github/stars/jwasham/coding-interview-university.svg?style=social&label=Star&maxAge=2592000)](https://github.com/jwasham/coding-interview-university/stargazers/)

- [Web Developer Roadmap](https://github.com/kamranahmedse/developer-roadmap)
[![GitHub stars](https://img.shields.io/github/stars/kamranahmedse/developer-roadmap.svg?style=social&label=Star&maxAge=2592000)](https://github.com/kamranahmedse/developer-roadmap/stargazers/)




### JS
- [You Don't know JS](https://github.com/getify/You-Dont-Know-JS)
[![GitHub stars](https://img.shields.io/github/stars/getify/You-Dont-Know-JS.svg?style=social&label=Star&maxAge=2592000)](https://github.com/getify/You-Dont-Know-JS/stargazers/)




### Django
- [Starting with offical Docs](https://docs.djangoproject.com/en/2.2/intro/tutorial01/) (2 days)
- [7 Projects](https://books.agiliq.com/projects/djenofdjango/en/latest/) (3 Days)
- [Multi Tenant App](https://books.agiliq.com/projects/django-multi-tenant/en/latest/) (5 days)
- [Django ORM CookBook](https://books.agiliq.com/projects/django-orm-cookbook/en/latest/) (2 Days)




### DRF
- [Building APIs with Django Book](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/) (1 week)




### ML
- [ML with Illustrative visuals](https://github.com/madewithml/basics)
[![GitHub stars](https://img.shields.io/github/stars/madewithml/basics.svg?style=social&label=Star&maxAge=2592000)](https://github.com/madewithml/basics/stargazers/)

- [ML for Cyber Sec](https://github.com/jivoi/awesome-ml-for-cybersecurity)
[![GitHub stars](https://img.shields.io/github/stars/jivoi/awesome-ml-for-cybersecurity.svg?style=social&label=Star&maxAge=2592000)](https://github.com/jivoi/awesome-ml-for-cybersecurity/stargazers/)

- [Deep Learning Resource](https://d2l.ai/)
[![GitHub stars](https://img.shields.io/github/stars/d2l-ai/d2l-en.svg?style=social&label=Star&maxAge=2592000)](https://github.com/d2l-ai/d2l-en/stargazers/)




### Interview / Placements
- [Must do Questions: GeeksforGeeks](https://www.geeksforgeeks.org/must-do-coding-questions-for-companies-like-amazon-microsoft-adobe/)

- [Backend Dev Interview Questions](https://github.com/arialdomartini/Back-End-Developer-Interview-Questions)
[![GitHub stars](https://img.shields.io/github/stars/arialdomartini/Back-End-Developer-Interview-Questions.svg?style=social&label=Star&maxAge=2592000)](https://github.com/arialdomartini/Back-End-Developer-Interview-Questions/stargazers/)

- [Interactive Py Coding Challenges](https://github.com/donnemartin/interactive-coding-challenges)
[![GitHub stars](https://img.shields.io/github/stars/donnemartin/interactive-coding-challenges.svg?style=social&label=Star&maxAge=2592000)](https://github.com/donnemartin/interactive-coding-challenges/stargazers/)




### System Design
- [Grokking System Design](https://github.com/lei-hsia/grokking-system-design)
[![GitHub stars](https://img.shields.io/github/stars/lei-hsia/grokking-system-design.svg?style=social&label=Star&maxAge=2592000)](https://github.com/lei-hsia/grokking-system-design/stargazers/)

- [System Design Primer: Anki Flashcards](https://github.com/donnemartin/system-design-primer)
[![GitHub stars](https://img.shields.io/github/stars/donnemartin/system-design-primer.svg?style=social&label=Star&maxAge=2592000)](https://github.com/donnemartin/system-design-primer/stargazers/)




### Algorithms
- [Free Algorithm Books](https://github.com/ivanarandac/Free-Algorithm-Books-1)
[![GitHub stars](https://img.shields.io/github/stars/ivanarandac/Free-Algorithm-Books-1.svg?style=social&label=Star&maxAge=2592000)](https://github.com/ivanarandac/Free-Algorithm-Books-1/stargazers/)




### Competitive Coding Sites
- [LeetCode](https://leetcode.com/)
- [CodeForces](https://codeforces.com/)




### Competitive Books
- [Interview Prep](https://github.com/1UC1F3R616/MyStorage/tree/master/Interview)

-----------------------------------------------------------------------------------------------------




### Cryptography
- [Cryptohack](https://cryptohack.org/)
- [Handy Crypto/Cyber Kit](https://gchq.github.io/CyberChef/)




### Hacking Skills
- [Root Me: Malware Oriented](https://www.root-me.org/en/): Challenge your hacking skills
- [Hacking Blood: Web Oriented](https://hackinblood.com)
- [13 Vulnerable Machine](https://www.checkmarx.com/2015/11/06/13-more-hacking-sites-to-legally-practice-your-infosec-skills/)




### Hack for Money
- [Hackerone](https://www.hackerone.com/)
- [openbugbounty](https://www.openbugbounty.org/)
- [BugCrowd](https://www.bugcrowd.com/bug-bounty-list/)
- [YesWeHack](https://yeswehack.com)




### CTF
- [Hacker101](https://ctf.hacker101.com/)
- [CTFlearn: All in one](https://ctflearn.com)
- [ctfTime Competitions & Ranking](ctftime.org/)
- [CTF Helpfuls](https://gist.github.com/1UC1F3R616/2f448511a61a71f713fcdeb681d032a8)




### Insecure Web Apps
- [ ] [webGOAT](https://owasp.org/www-project-webgoat/)
- [x] [bWAPP](http://www.itsecgames.com/)
- [x] [DVWA](http://www.dvwa.co.uk/)
- [x] [OWASP: Juice Shop](https://owasp.org/www-project-juice-shop/): Heroku Hosted
- [x] [XVWA]
- [ ] [Hackazon](https://github.com/rapid7/hackazon)




### Pentest Labs
- [PortSwigger](https://portswigger.net/web-security)
- [vulnhub](https://www.vulnhub.com/)
- [tryhackme](https://tryhackme.com)
- [hackthebox](hackthebox.eu/)




### Hacking Articles
- [Hacking Articles](https://www.hackingarticles.in/web-penetration-testing/)




### Hacking Books
- [Hacking101](https://github.com/1UC1F3R616/MyStorage/blob/master/Hacking/%5BPeter_Yaworski%5DWeb_Hacking_101.pdf)




### Cheatsheets
- [Markdown](https://github.com/tchapi/markdown-cheatsheet)
[![GitHub stars](https://img.shields.io/github/stars/tchapi/markdown-cheatsheet.svg?style=social&label=Star&maxAge=2592000)](https://github.com/tchapi/markdown-cheatsheet/stargazers/)

- [Bugbounty](https://github.com/EdOverflow/bugbounty-cheatsheet)
[![GitHub stars](https://img.shields.io/github/stars/EdOverflow/bugbounty-cheatsheet.svg?style=social&label=Star&maxAge=2592000)](https://github.com/EdOverflow/bugbounty-cheatsheet/stargazers/)




### Hacker Awesome Repositories
- [PENTESTING BIBLE](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE)
[![GitHub stars](https://img.shields.io/github/stars/blaCCkHatHacEEkr/PENTESTING-BIBLE.svg?style=social&label=Star&maxAge=2592000)](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE/stargazers/)

- [OSINT Collection](https://github.com/Ph055a/OSINT_Collection)
[![GitHub stars](https://img.shields.io/github/stars/Ph055a/OSINT_Collection.svg?style=social&label=Star&maxAge=2592000)](https://github.com/Ph055a/OSINT_Collection/stargazers/)

- [OSINT Curated List](https://github.com/jivoi/awesome-osint)
[![GitHub stars](https://img.shields.io/github/stars/jivoi/awesome-osint.svg?style=social&label=Star&maxAge=2592000)](https://github.com/jivoi/awesome-osint/stargazers/)

- [OSINT Phone Numbers](https://github.com/sundowndev/PhoneInfoga)
[![GitHub stars](https://img.shields.io/github/stars/sundowndev/PhoneInfoga.svg?style=social&label=Star&maxAge=2592000)](https://github.com/sundowndev/PhoneInfoga/stargazers/)

- [OSINT Social Media: Sherlock](https://github.com/sherlock-project/sherlock)
[![GitHub stars](https://img.shields.io/github/stars/sherlock-project/sherlock.svg?style=social&label=Star&maxAge=2592000)](https://github.com/sherlock-project/sherlock/stargazers/)

- [Cyber Sec Resources: Lockdoor](https://github.com/SofianeHamlaoui/Lockdoor-Framework)
[![GitHub stars](https://img.shields.io/github/stars/SofianeHamlaoui/Lockdoor-Framework.svg?style=social&label=Star&maxAge=2592000)](https://github.com/SofianeHamlaoui/Lockdoor-Framework/stargazers/)

- [Hackerone Reports](https://github.com/reddelexc/hackerone-reports)
[![GitHub stars](https://img.shields.io/github/stars/reddelexc/hackerone-reports.svg?style=social&label=Star&maxAge=2592000)](https://github.com/reddelexc/hackerone-reports/stargazers/)

- [Awesome Hacking](https://github.com/Hack-with-Github/Awesome-Hacking)
[![GitHub stars](https://img.shields.io/github/stars/Hack-with-Github/Awesome-Hacking.svg?style=social&label=Star&maxAge=2592000)](https://github.com/Hack-with-Github/Awesome-Hacking/stargazers/)




### Web Links
- [Check Torrent IP](http://checkmyip.torrentprivacy.com/)
- [Check ip && Lookup ip: ip.me](https://ip.me/)
- [Public APIs](https://public-apis.xyz/)

----------------------------------------------------------------------------------------------------------------




### Awesome Repositories
- [Resume with Github](https://github.com/resume/resume.github.com)
[![GitHub stars](https://img.shields.io/github/stars/resume/resume.github.com.svg?style=social&label=Star&maxAge=2592000)](https://github.com/resume/resume.github.com/stargazers/)

- [Scrape Twitter: twint](https://github.com/twintproject/twint)
[![GitHub stars](https://img.shields.io/github/stars/twintproject/twint.svg?style=social&label=Star&maxAge=2592000)](https://github.com/twintproject/twint/stargazers/)

- [Free for Dev](https://free-for.dev/#/)
[![GitHub stars](https://img.shields.io/github/stars/ripienaar/free-for-dev.svg?style=social&label=Star&maxAge=2592000)](https://github.com/ripienaar/free-for-dev/stargazers/)

- [httpbin: ip, APIs](https://github.com/postmanlabs/httpbin)
[![GitHub stars](https://img.shields.io/github/stars/postmanlabs/httpbin.svg?style=social&label=Star&maxAge=2592000)](https://github.com/postmanlabs/httpbin/stargazers/)

- [Dynamic Your Gists](https://github.com/matchai/awesome-pinned-gists)
[![GitHub stars](https://img.shields.io/github/stars/matchai/awesome-pinned-gists.svg?style=social&label=Star&maxAge=2592000)](https://github.com/matchai/awesome-pinned-gists/stargazers/)

- [Add GitHub Stats in Markdown](https://github.com/anuraghazra/github-readme-stats)
[![GitHub stars](https://img.shields.io/github/stars/anuraghazra/github-readme-stats.svg?style=social&label=Star&maxAge=2592000)](https://github.com/anuraghazra/github-readme-stats/stargazers/)




### Handy Gists
- [Frontend Handy](https://gist.github.com/1UC1F3R616/a2270c7ab11ca57de31fba9032e0be12)