{"id":18086523,"url":"https://github.com/jugshaurya/notes","last_synced_at":"2026-03-09T20:04:38.173Z","repository":{"id":37027341,"uuid":"467460361","full_name":"jugshaurya/Notes","owner":"jugshaurya","description":"Website to host all my notes.","archived":false,"fork":false,"pushed_at":"2024-07-11T13:51:31.000Z","size":3118,"stargazers_count":7,"open_issues_count":5,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T22:38:21.843Z","etag":null,"topics":["algonotes","algorithms","competitive-programming","cpp","cpptemplate","gametheorynotes","gametheorynptes","github","hacktoberfest","hacktoberfest2022","notes","opensource","stlnotes"],"latest_commit_sha":null,"homepage":"https://notes.jugshaurya.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jugshaurya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-08T10:14:58.000Z","updated_at":"2024-07-11T13:51:35.000Z","dependencies_parsed_at":"2023-12-30T08:23:19.063Z","dependency_job_id":"f73b8921-00a4-469a-bf3a-f88d99201c55","html_url":"https://github.com/jugshaurya/Notes","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jugshaurya/Notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2FNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2FNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2FNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2FNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jugshaurya","download_url":"https://codeload.github.com/jugshaurya/Notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugshaurya%2FNotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30310022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algonotes","algorithms","competitive-programming","cpp","cpptemplate","gametheorynotes","gametheorynptes","github","hacktoberfest","hacktoberfest2022","notes","opensource","stlnotes"],"created_at":"2024-10-31T16:08:24.088Z","updated_at":"2026-03-09T20:04:38.135Z","avatar_url":"https://github.com/jugshaurya.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"/develop-site-link\"\u003e\n    \u003cimg alt=\"logo\" src=\"./static/img/shaurya-bitmoji.jpeg\" width=\"60\" /\u003e\n    \u003ch2 align=\"center\"\u003e\u003ca href=\"https://jugshaurya.vercel.app/\"\u003eShaurya Singhal\u003c/a\u003e\u003c/h2\u003e\n  \u003c/a\u003e\n\u003c/p\u003e \n\u003cp align=\"center\"\u003e\u003ca href=\"https://notes.jugshaurya.vercel.app/\"\u003eShaurya Showcase | Notes\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eSoftware Developer + Open Source Contributor\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n[![PR](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/jugshaurya/notes)\n[![PR](https://img.shields.io/badge/PR-Welcome-blue.svg)](https://github.com/jugshaurya/notes)\n[![GitLicense](https://gitlicense.com/badge/jugshaurya/showcase)](https://github.com/jugshaurya/notes)\n\u003cbr/\u003e\n\u003cimg src=\"https://img.shields.io/badge/made%20with-docusaurus-cyan.svg\" alt=\"made with docusaurus\"\u003e \u003cimg src=\"https://img.shields.io/github/last-commit/jugshaurya/notes\" alt=\"last-commit\"\u003e \u003cimg src=\"https://img.shields.io/github/languages/code-size/jugshaurya/notes\" alt=\"code-size\"\u003e\n\n## Chores\n\n-   Contains all the notes from the showcase repository.\n-   Chore: Later Move this repo to the showcase repository.\n\n### 👥 Contribution Guides\n\nIf you want to contribute to this repo follow the below steps:\n\n_1. Fork and Clone the repo_\n\n-   Fork using the fork button above on this page only.\n-   and then clone using\n\n```cmd\n  $ git clone https://github.com/jugshaurya/Notes.git\n```\n\n_2. Run the site Locally after step 1_\n\n-   _2a. Install Dependendies_\n    ```cmd\n      $ yarn install\n    ```\n-   _2b. Start the docusaurus server in development mode_\n    ```cmd\n      $ yarn start\n    ```\n\n_3. Make changes/make PR_\n\n-   _3a. create a new branch_\n\n    ```cmd\n      $ git checkout -b \u003cnew-branch-name\u003e\n    ```\n\n-   _3b. make changes and commit them_\n\n    ```cmd\n      $ git add -A\n      $ git commit -m \"chore(fixed): some message and fixes#IssueNo. \"\n    ```\n\n-   _3c. push to origin_\n    ```cmd\n    $ git push origin \u003cnew-branch-name-you-created-earlier\u003e\n    ```\n-   _3d. make a PR to upstream_\n    ```cmd\n      use GUI for doing so @github.com only\n    ```\n-   _3e. wait for it getting merged and talk to me in the chat._\n\n## Notes to quickly revise various topics\n\n-   [STL](https://notes.jugshaurya.vercel.app/docs/stl)\n-   [CPP](https://notes.jugshaurya.vercel.app/docs/cpp)\n-   [Algorithms](https://notes.jugshaurya.vercel.app/docs/algo)\n-   [Advance DS for CP](https://notes.jugshaurya.vercel.app/docs/advance-ds_approaches)\n-   [Graph Theory](https://notes.jugshaurya.vercel.app/docs/graphs)\n-   [Game Theory](https://notes.jugshaurya.vercel.app/docs/gameTheory)\n-   [Dynamic Programming](https://notes.jugshaurya.vercel.app/docs/dp)\n-   [Interview Question List](https://notes.jugshaurya.vercel.app/docs/questions)\n-   [Gatsby](https://notes.jugshaurya.vercel.app/docs/gatsby)\n-   [Postgresql](https://notes.jugshaurya.vercel.app/docs/postgresql)\n\n## Want to learn about the Latest Tech?\n\n-   [Learn Python](https://github.com/jugshaurya/Learn-Python/tree/master/1-Learn-Python)\n-   [Learn ML](https://github.com/jugshaurya/Machine-Learning)\n\n## 📚 Recent Blog Posts\n\n-   [Learning Python — Starting with Data Types.](https://medium.com/@shauryasinghal84/learning-python-starting-with-data-types-bc215a24086a)\n-   [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)\n\n## Find any issue/typo in Notes\n\n-   Correct [@github](https://github.com/jugshaurya/Notes/tree/main/docs)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjugshaurya%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjugshaurya%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjugshaurya%2Fnotes/lists"}