https://github.com/jugshaurya/notes
Website to host all my notes.
https://github.com/jugshaurya/notes
algonotes algorithms competitive-programming cpp cpptemplate gametheorynotes gametheorynptes github hacktoberfest hacktoberfest2022 notes opensource stlnotes
Last synced: 9 months ago
JSON representation
Website to host all my notes.
- Host: GitHub
- URL: https://github.com/jugshaurya/notes
- Owner: jugshaurya
- Created: 2022-03-08T10:14:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T11:09:01.000Z (over 1 year ago)
- Last Synced: 2024-04-28T03:37:00.468Z (over 1 year ago)
- Topics: algonotes, algorithms, competitive-programming, cpp, cpptemplate, gametheorynotes, gametheorynptes, github, hacktoberfest, hacktoberfest2022, notes, opensource, stlnotes
- Language: JavaScript
- Homepage: https://notes.jugshaurya.vercel.app/
- Size: 2.88 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Software Developer + Open Source Contributor
[](https://github.com/jugshaurya/notes)
[](https://github.com/jugshaurya/notes)
[](https://github.com/jugshaurya/notes)

## Chores
- Contains all the notes from the showcase repository.
- Chore: Later Move this repo to the showcase repository.
### 👥 Contribution Guides
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
```cmd
$ git clone https://github.com/jugshaurya/Notes.git
```
_2. Run the site Locally after step 1_
- _2a. Install Dependendies_
```cmd
$ yarn install
```
- _2b. Start the docusaurus server in development mode_
```cmd
$ yarn start
```
_3. Make changes/make PR_
- _3a. create a new branch_
```cmd
$ git checkout -b
```
- _3b. make changes and commit them_
```cmd
$ git add -A
$ git commit -m "chore(fixed): some message and fixes#IssueNo. "
```
- _3c. push to origin_
```cmd
$ git push origin
```
- _3d. make a PR to upstream_
```cmd
use GUI for doing so @github.com only
```
- _3e. wait for it getting merged and talk to me in the chat._
## Notes to quickly revise various topics
- [STL](https://notes.jugshaurya.vercel.app/docs/stl)
- [CPP](https://notes.jugshaurya.vercel.app/docs/cpp)
- [Algorithms](https://notes.jugshaurya.vercel.app/docs/algo)
- [Advance DS for CP](https://notes.jugshaurya.vercel.app/docs/advance-ds_approaches)
- [Graph Theory](https://notes.jugshaurya.vercel.app/docs/graphs)
- [Game Theory](https://notes.jugshaurya.vercel.app/docs/gameTheory)
- [Dynamic Programming](https://notes.jugshaurya.vercel.app/docs/dp)
- [Interview Question List](https://notes.jugshaurya.vercel.app/docs/questions)
- [Gatsby](https://notes.jugshaurya.vercel.app/docs/gatsby)
- [Postgresql](https://notes.jugshaurya.vercel.app/docs/postgresql)
## Want to learn about the Latest Tech?
- [Learn Python](https://github.com/jugshaurya/Learn-Python/tree/master/1-Learn-Python)
- [Learn ML](https://github.com/jugshaurya/Machine-Learning)
## 📚 Recent Blog Posts
- [Learning Python — Starting with Data Types.](https://medium.com/@shauryasinghal84/learning-python-starting-with-data-types-bc215a24086a)
- [Difference Between Some Terms that makes you a Better Developer](https://medium.com/@shauryasinghal84/difference-between-some-terms-that-makes-you-a-better-developer-e4da04a74925)
## Find any issue/typo in Notes
- Correct [@github](https://github.com/jugshaurya/Notes/tree/main/docs)