Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neccessary for beginers created with experience #1834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ When learning CS, there are some useful sites you must know to get always inform

## Index
<ul>
<li><a href="#HOW TO START">HOW TO START YOUR SOFTWARE JOURNEY</a></li>
<li><a href="#when-you-get-stuck">When you get stuck</a></li>
<li><a href="#news">News</a></li>
<li><a href="#magazines">Magazines</a></li>
Expand Down Expand Up @@ -51,6 +52,16 @@ When learning CS, there are some useful sites you must know to get always inform
<li><a href="#jobs">Jobs</a></li>
</ul>

## HOW TO START
-Select A programming Language (C++,JAVA,Python)
- [learn](https://www.youtube.com/results?search_query=apna+c):YT resource
-Start solving questions:
- [Leat code](https://leetcode.com/)
- [codeforces](https://codeforces.com/)
- [dsa](https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/):take you forward
- [open_source contribution](https://youtu.be/o6xikISiz2w?si=sfIDXf2t4D00iCtC):YT source
- [prepare for programes like gsoc](https://youtu.be/QXGierzS76Y?si=CcMgdX_3b5_KDk7l):inspiration
- [start early and be consisiten](https://youtu.be/uHFOtfmctXM?si=WxyXKYCc_p1vpbg7)
## When you get stuck
- [Codementor](https://www.codementor.io) : A mentorship community to learn from fellow developers via live 1:1 help and more.
- [devRant](https://www.devrant.io) : Community where you can rant and release your stress
Expand Down