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

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.

Awesome Lists containing this project

README

          



logo

Shaurya Singhal




Shaurya Showcase | Notes


Software Developer + Open Source Contributor




[![PR](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/jugshaurya/notes)
[![PR](https://img.shields.io/badge/PR-Welcome-blue.svg)](https://github.com/jugshaurya/notes)
[![GitLicense](https://gitlicense.com/badge/jugshaurya/showcase)](https://github.com/jugshaurya/notes)


made with docusaurus last-commit code-size

## 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)