Skip to content

Commit fd76fe2

Browse files
authored
Update README.md
1 parent 329d418 commit fd76fe2

File tree

1 file changed

+108
-49
lines changed

1 file changed

+108
-49
lines changed

README.md

Lines changed: 108 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,116 @@
1+
# Learn Programming Resources 🚀📚
12
Sometimes we all used to face the limitation of resources or we can not find the exact resource to learn or learn from where. So many guidelines are there in the internet. Some best and useful resources listed here, so that you can findout easily to learn. These are the resources from where I've got lots of helps, hope you guys will find too.
23

3-
# Websites
4-
- <a href="https://www.coursera.org">Coursera</a>
5-
- <a href="https://www.udemy.com">Udemy</a>
6-
- <a href="https://www.edx.org">EdX</a>
7-
- <a href="https://www.datacamp.com">Datacamp</a>
8-
- <a href="https://www.educative.io">Educative</a>
9-
- <a href="https://www.w3schools.com">W3Schools</a>
10-
- <a href="https://www.geeksforgeeks.org">GeeksforGeeks</a>
11-
- <a href="https://www.sololern.com">Sololearn</a>
12-
- <a href="https://www.programiz.com">Programiz</a>
13-
- <a href="https://www.tutorialspoint.com">Tutorialspoint</a>
14-
- <a href="https://www.javapoint.com">Javapoint</a>
15-
- <a href="https://www.inprogrammer.com">Inprogrammer</a>
16-
- <a href="https://www.studytonight.com">Studytonight</a>
17-
---
4+
- [Websites](#websites)
5+
- [YouTube Channels](#youtube-channels)
6+
- [Problem Solving Platforms](#problem-solving-platforms)
7+
- [MCQ Practice Platforms](#mcq-practice-platforms)
8+
- [Learning Applications](#learning-applications)
9+
- [Additional Online Platforms](#additional-online-platforms)
10+
- [Community Resources](#community-resources)
11+
- [Advanced Topics](#advanced-topics)
12+
- [Guidelines for Effective Learning](#guidelines-for-effective-learning)
13+
- [User Recommendations](#user-recommendations)
1814

19-
# YouTube
20-
- <a href='https://www.youtube.com/CodeWithHarry'>CodeWithHarry</a>
21-
- <a href='https://www.youtube.com/edx'>EdX</a>
22-
- <a href='https://www.youtube.com/@freecodecamp'>FreeCodeCamp</a>
23-
- <a href='https://www.youtube.com/@CleverProgrammer'>Clever Programmer</a>
24-
- <a href='https://www.youtube.com/@programmingwithmosh'>Programming with Mosh</a>
25-
- <a href='https://www.youtube.com/@ProgrammingKnowledge'>Programming Knowledge</a>
26-
- <a href='https://www.youtube.com/@mycodeschool'>Mycodeschool</a>
27-
- <a href='https://www.youtube.com/@BroCodez'>Bro Code</a>
28-
- <a href='https://www.youtube.com/@Telusko'>Telusko</a>
29-
- <a href='https://www.youtube.com/@CSDojo'>CS Dojo</a>
30-
---
15+
## Websites 🌐
3116

32-
# Problem Solving
33-
- <a href="https://www.leetcode.com">LeetCode</a>
34-
- <a href="https://www.hackerrank.com">HackerRank</a>
35-
- <a href="https://www.codechef.com">CodeChef</a>
36-
- <a href="https://www.codeforces.com">Codeforces</a>
37-
- <a href="https://www.topcoder.com">Topcoder</a>
38-
- <a href="https://www.hackerearth.com">HackerEarth</a>
39-
- <a href="https://www.coderbyte.com">Coderbyte</a>
40-
---
17+
- [Coursera](https://www.coursera.org)
18+
- [Udemy](https://www.udemy.com)
19+
- [EdX](https://www.edx.org)
20+
- [Datacamp](https://www.datacamp.com)
21+
- [Educative](https://www.educative.io)
22+
- [W3Schools](https://www.w3schools.com)
23+
- [GeeksforGeeks](https://www.geeksforgeeks.org)
24+
- [Sololearn](https://www.sololearn.com)
25+
- [Programiz](https://www.programiz.com)
26+
- [Tutorialspoint](https://www.tutorialspoint.com)
27+
- [Javapoint](https://www.javapoint.com)
28+
- [Inprogrammer](https://www.inprogrammer.com)
29+
- [Studytonight](https://www.studytonight.com)
4130

42-
# MCQ Practice
43-
- <a href="https://www.sanfoundry.com">Sanfoundry</a>
44-
- <a href="https://www.interviewbit.com">InterviewBit</a>
45-
- <a href="https://www.geeksforgeeks.org">GeeksforGeeks</a>
46-
- <a href="https://www.cppbuzz.com">CppBuzz</a>
47-
---
31+
## YouTube Channels 🎥
32+
33+
- [CodeWithHarry](https://www.youtube.com/CodeWithHarry)
34+
- [EdX](https://www.youtube.com/edx)
35+
- [FreeCodeCamp](https://www.youtube.com/@freecodecamp)
36+
- [Clever Programmer](https://www.youtube.com/@CleverProgrammer)
37+
- [Programming with Mosh](https://www.youtube.com/@programmingwithmosh)
38+
- [Programming Knowledge](https://www.youtube.com/@ProgrammingKnowledge)
39+
- [Mycodeschool](https://www.youtube.com/@mycodeschool)
40+
- [Bro Code](https://www.youtube.com/@BroCodez)
41+
- [Telusko](https://www.youtube.com/@Telusko)
42+
- [CS Dojo](https://www.youtube.com/@CSDojo)
43+
44+
## Problem Solving Platforms 🧠
45+
46+
- [LeetCode](https://www.leetcode.com)
47+
- [HackerRank](https://www.hackerrank.com)
48+
- [CodeChef](https://www.codechef.com)
49+
- [Codeforces](https://www.codeforces.com)
50+
- [Topcoder](https://www.topcoder.com)
51+
- [HackerEarth](https://www.hackerearth.com)
52+
- [Coderbyte](https://www.coderbyte.com)
53+
54+
## MCQ Practice Platforms 📝
55+
56+
- [Sanfoundry](https://www.sanfoundry.com)
57+
- [InterviewBit](https://www.interviewbit.com)
58+
- [GeeksforGeeks](https://www.geeksforgeeks.org)
59+
- [CppBuzz](https://www.cppbuzz.com)
60+
61+
## Learning Applications 📱
62+
63+
- [Sololearn](https://www.sololearn.com)
64+
- [Programming Hub](https://www.programminghub.io)
65+
- [Programming Hero](https://www.programming-hero.com)
66+
- [Codecademy Go](https://www.codecademy.com/go)
67+
- [Mimo](https://www.mimo.com)
68+
- [Khan Academy](https://www.khanacademy.org)
69+
70+
## Additional Online Platforms
71+
72+
### Podcasts 🎙️
73+
74+
- [CodeNewbie Podcast](https://www.codenewbie.org/podcast)
75+
- [Developer Tea](https://spec.fm/podcasts/developer-tea)
76+
- [Software Engineering Daily](https://softwareengineeringdaily.com/)
77+
- [The Changelog](https://changelog.com/podcast)
78+
- [CodeWinds Podcast](https://codewinds.com/podcast.html)
79+
80+
## Community Resources
81+
82+
### Online Communities and Forums 🌐
83+
84+
- [Stack Overflow](https://stackoverflow.com/)
85+
- [Dev.to](https://dev.to/)
86+
- [Hashnode](https://hashnode.com/)
87+
- [Reddit Programming Community](https://www.reddit.com/r/programming/)
88+
- [Hacker News](https://news.ycombinator.com/)
89+
- [Codepen](https://codepen.io/)
90+
91+
## Advanced Topics
92+
93+
Consider including resources for more advanced topics or specialized domains, such as:
94+
95+
- Machine Learning and AI
96+
- Web Development (Frontend and Backend)
97+
- Mobile App Development (iOS, Android)
98+
- Game Development
99+
- Data Science and Analytics
100+
- Cybersecurity
101+
102+
## Guidelines for Effective Learning
103+
104+
- **Consistency**: Dedicate regular time to learning, even if it's just a little each day.
105+
- **Hands-On Practice**: Apply what you learn through coding projects and challenges.
106+
- **Build Projects**: Create real-world projects to solidify your skills and showcase your abilities.
107+
- **Read Documentation**: Familiarize yourself with documentation for programming languages and tools.
108+
- **Collaborate**: Join coding communities and work on open-source projects to learn from others.
109+
- **Stay Curious**: Don't hesitate to explore new technologies and techniques.
110+
111+
## User Recommendations
112+
Have your own favorite resources to share? Feel free to contribute to this list and create a collaborative and community-driven hub of programming education.
48113

49-
# Applications
50-
- Sololearn
51-
- Programming Hub
52-
- Programming Hero
53-
- Codecademy Go
54-
- Mimo
55-
- Khan Academy
114+
Feel free to explore these resources and elevate your programming journey!
56115

57116
---

0 commit comments

Comments
 (0)