Software Developer + Open Source Contributor
- Contains all the notes from the showcase repository.
- Chore: Later Move this repo to the showcase repository.
If you want to contribute to this repo follow the below steps:
1. Fork and Clone the repo
- Fork using the fork button above on this page only.
- and then clone using
$ git clone https://github.com/jugshaurya/Notes.git
2. Run the site Locally after step 1
- 2a. Install Dependendies
$ yarn install
- 2b. Start the docusaurus server in development mode
$ yarn start
3. Make changes/make PR
-
3a. create a new branch
$ git checkout -b <new-branch-name>
-
3b. make changes and commit them
$ git add -A $ git commit -m "chore(fixed): some message and fixes#IssueNo. "
-
3c. push to origin
$ git push origin <new-branch-name-you-created-earlier>
-
3d. make a PR to upstream
use GUI for doing so @github.com only
-
3e. wait for it getting merged and talk to me in the chat.
- STL
- CPP
- Algorithms
- Advance DS for CP
- Graph Theory
- Game Theory
- Dynamic Programming
- Interview Question List
- Gatsby
- Postgresql
- Learning Python — Starting with Data Types.
- Difference Between Some Terms that makes you a Better Developer
- Correct @github