├── .all-contributorsrc ├── .github ├── CODE_OF_CONDUCT.md ├── ISSUE_TEMPLATE │ ├── add-resource.md │ ├── bug_report.md │ ├── custom.md │ └── feature_request.md ├── labeler.yml ├── pull_request_template.md └── workflows │ ├── docker_publish.yaml │ ├── greet-contributers.yaml │ ├── labeler.yml │ └── pre-release.yaml ├── .gitignore ├── .gitpod.yml ├── .nojekyll ├── CHANGELOG ├── Contributing.md ├── Contributors.md ├── Dockerfile ├── LICENSE ├── README.md ├── Resources └── Web_Development.json ├── SECURITY.md ├── _layouts ├── navbar.md └── sidebar.md ├── designs ├── Full-Landing-Page.png ├── Home-Page-P1.png ├── Home-Page-P2.png ├── Home-Page-P3.png ├── Home-Page-P4.png ├── Home-Page-P5.png ├── Resources-P1.png ├── Resources-P2.png └── Resources-P3.png ├── esp.cpp ├── favicon.ico ├── how-to-add-resources.md ├── index.html ├── package-lock.json ├── package.json ├── pages ├── AI-resources.md ├── CSS-resources.md ├── HTML-resources.md ├── android-development-resources.md ├── backend-development-resource.md ├── data-structure-and-algorithms-resources.md ├── devops-resources.md ├── flutter.md ├── full-stack-blockchain-development.md ├── machine-learning-resources.md ├── open-source-resources.md ├── paid-resources.md ├── react-resources.md └── web-development-resources.md └── styles └── custom.css /.all-contributorsrc: -------------------------------------------------------------------------------- 1 | { 2 | "files": [ 3 | "Contributors.md" 4 | ], 5 | "imageSize": 100, 6 | "commit": false, 7 | "commitConvention": "angular", 8 | "contributors": [ 9 | { 10 | "login": "JavascriptDon", 11 | "name": "Helitha Rupasinghe", 12 | "avatar_url": "https://avatars.githubusercontent.com/u/101202952?v=4", 13 | "profile": "https://github.com/JavascriptDon", 14 | "contributions": [ 15 | "doc" 16 | ] 17 | }, 18 | { 19 | "login": "KlausMikhaelson", 20 | "name": "Satyam", 21 | "avatar_url": "https://avatars.githubusercontent.com/u/100528412?v=4", 22 | "profile": "https://github.com/KlausMikhaelson", 23 | "contributions": [ 24 | "code" 25 | ] 26 | }, 27 | { 28 | "login": "edsodz", 29 | "name": "Edson Sooraj Dsouza", 30 | "avatar_url": "https://avatars.githubusercontent.com/u/93525771?v=4", 31 | "profile": "http://edsondsouza.bio.link/", 32 | "contributions": [ 33 | "content" 34 | ] 35 | }, 36 | { 37 | "login": "hasnainmakada-99", 38 | "name": "Hasnain Makada", 39 | "avatar_url": "https://avatars.githubusercontent.com/u/82728823?v=4", 40 | "profile": "http://hasnainmakada-99.github.io", 41 | "contributions": [ 42 | "ideas" 43 | ] 44 | }, 45 | { 46 | "login": "yung-coder", 47 | "name": "Saksham chandel", 48 | "avatar_url": "https://avatars.githubusercontent.com/u/94097778?v=4", 49 | "profile": "https://chandel.me/", 50 | "contributions": [ 51 | "code" 52 | ] 53 | }, 54 | { 55 | "login": "SattyamSamania", 56 | "name": "Sattyam Samania", 57 | "avatar_url": "https://avatars.githubusercontent.com/u/67833888?v=4", 58 | "profile": "https://github.com/SattyamSamania", 59 | "contributions": [ 60 | "content" 61 | ] 62 | }, 63 | { 64 | "login": "Arbtrage", 65 | "name": "Sayantan", 66 | "avatar_url": "https://avatars.githubusercontent.com/u/100552235?v=4", 67 | "profile": "https://github.com/Arbtrage", 68 | "contributions": [ 69 | "tutorial" 70 | ] 71 | }, 72 | { 73 | "login": "Busayo-ojo", 74 | "name": "Busayo Ojo", 75 | "avatar_url": "https://avatars.githubusercontent.com/u/76451855?v=4", 76 | "profile": "https://github.com/Busayo-ojo", 77 | "contributions": [ 78 | "tutorial" 79 | ] 80 | }, 81 | { 82 | "login": "KrishJ4856", 83 | "name": "Krish Jaiswal", 84 | "avatar_url": "https://avatars.githubusercontent.com/u/114345816?v=4", 85 | "profile": "https://bio.link/krish4856", 86 | "contributions": [ 87 | "content" 88 | ] 89 | }, 90 | { 91 | "login": "vaibhavx42", 92 | "name": "vaibhavx42", 93 | "avatar_url": "https://avatars.githubusercontent.com/u/110530263?v=4", 94 | "profile": "https://github.com/vaibhavx42", 95 | "contributions": [ 96 | "tutorial" 97 | ] 98 | }, 99 | { 100 | "login": "miraz-mondal", 101 | "name": "Miraz Mondal", 102 | "avatar_url": "https://avatars.githubusercontent.com/u/89645073?v=4", 103 | "profile": "https://github.com/miraz-mondal", 104 | "contributions": [ 105 | "design" 106 | ] 107 | }, 108 | { 109 | "login": "the-amazing-atharva", 110 | "name": "Atharva Salitri", 111 | "avatar_url": "https://avatars.githubusercontent.com/u/121221252?v=4", 112 | "profile": "https://github.com/the-amazing-atharva", 113 | "contributions": [ 114 | "ideas" 115 | ] 116 | }, 117 | { 118 | "login": "Abinash-bit", 119 | "name": "Abinash Mahapatra", 120 | "avatar_url": "https://avatars.githubusercontent.com/u/89697294?v=4", 121 | "profile": "https://github.com/abinash1234", 122 | "contributions": [ 123 | "tutorial" 124 | ] 125 | }, 126 | { 127 | "login": "Vedeesh6", 128 | "name": "Vedeesh Dwivedi", 129 | "avatar_url": "https://avatars.githubusercontent.com/u/88491153?v=4", 130 | "profile": "https://github.com/Vedeesh6", 131 | "contributions": [ 132 | "tutorial" 133 | ] 134 | }, 135 | { 136 | "login": "Rishav1707", 137 | "name": "Rishav Raj", 138 | "avatar_url": "https://avatars.githubusercontent.com/u/97666287?v=4", 139 | "profile": "https://linktr.ee/rishav.raj", 140 | "contributions": [ 141 | "tutorial" 142 | ] 143 | }, 144 | { 145 | "login": "Faizan-omer", 146 | "name": "Faizan Omer", 147 | "avatar_url": "https://avatars.githubusercontent.com/u/79092065?v=4", 148 | "profile": "https://github.com/Faizan-omer", 149 | "contributions": [ 150 | "tutorial" 151 | ] 152 | }, 153 | { 154 | "login": "iqrafirdose", 155 | "name": "Iqra Firdose ", 156 | "avatar_url": "https://avatars.githubusercontent.com/u/114678694?v=4", 157 | "profile": "https://github.com/iqrafirdose", 158 | "contributions": [ 159 | "maintenance" 160 | ] 161 | }, 162 | { 163 | "login": "alaminrifat", 164 | "name": "Muhammad Al Amin Rifat", 165 | "avatar_url": "https://avatars.githubusercontent.com/u/61446438?v=4", 166 | "profile": "https://github.com/alaminrifat", 167 | "contributions": [ 168 | "tutorial" 169 | ] 170 | }, 171 | { 172 | "login": "gabrysia97", 173 | "name": "Gabriela", 174 | "avatar_url": "https://avatars.githubusercontent.com/u/97764356?v=4", 175 | "profile": "https://github.com/gabrysia97", 176 | "contributions": [ 177 | "tutorial" 178 | ] 179 | }, 180 | { 181 | "login": "munnokd", 182 | "name": "Kalp Prajapati", 183 | "avatar_url": "https://avatars.githubusercontent.com/u/81804004?v=4", 184 | "profile": "https://github.com/munnokd", 185 | "contributions": [ 186 | "tutorial" 187 | ] 188 | }, 189 | { 190 | "login": "bajibpathan", 191 | "name": "bajibpathan", 192 | "avatar_url": "https://avatars.githubusercontent.com/u/130319765?v=4", 193 | "profile": "https://github.com/bajibpathan", 194 | "contributions": [ 195 | "doc" 196 | ] 197 | }, 198 | { 199 | "login": "mhdamaan79", 200 | "name": "Mohd Amaan", 201 | "avatar_url": "https://avatars.githubusercontent.com/u/118375524?v=4", 202 | "profile": "https://linkfree.io/mhdamaan79", 203 | "contributions": [ 204 | "tutorial" 205 | ] 206 | }, 207 | { 208 | "login": "at-the-vr", 209 | "name": "Atharva Pise", 210 | "avatar_url": "https://avatars.githubusercontent.com/u/88548999?v=4", 211 | "profile": "https://github.com/at-the-vr", 212 | "contributions": [ 213 | "maintenance" 214 | ] 215 | }, 216 | { 217 | "login": "elidakirigo", 218 | "name": "Elida (moon pie)", 219 | "avatar_url": "https://avatars.githubusercontent.com/u/42931101?v=4", 220 | "profile": "https://elidakirigo.bio.link/", 221 | "contributions": [ 222 | "content" 223 | ] 224 | }, 225 | { 226 | "login": "replyre", 227 | "name": "Rahul Gupta", 228 | "avatar_url": "https://avatars.githubusercontent.com/u/121796450?v=4", 229 | "profile": "https://github.com/replyre", 230 | "contributions": [ 231 | "code" 232 | ] 233 | }, 234 | { 235 | "login": "SahilSinghTomar", 236 | "name": "Sahil Singh Tomar", 237 | "avatar_url": "https://avatars.githubusercontent.com/u/50849361?v=4", 238 | "profile": "https://github.com/SahilSinghTomar", 239 | "contributions": [ 240 | "design" 241 | ] 242 | }, 243 | { 244 | "login": "Avilash-Saha", 245 | "name": "Avilash_Saha", 246 | "avatar_url": "https://avatars.githubusercontent.com/u/85384757?v=4", 247 | "profile": "https://github.com/Avilash-Saha", 248 | "contributions": [ 249 | "code" 250 | ] 251 | }, 252 | { 253 | "login": "AdebayoIbrahim", 254 | "name": "SetUp", 255 | "avatar_url": "https://avatars.githubusercontent.com/u/98415538?v=4", 256 | "profile": "https://ibrahim-setup.netlify.app", 257 | "contributions": [ 258 | "content" 259 | ] 260 | }, 261 | { 262 | "login": "naikmubashir", 263 | "name": "Naik Mubashir", 264 | "avatar_url": "https://avatars.githubusercontent.com/u/124430100?v=4", 265 | "profile": "https://github.com/naikmubashir", 266 | "contributions": [ 267 | "bug" 268 | ] 269 | }, 270 | { 271 | "login": "Akshaya101", 272 | "name": "Akshaya Chanchala", 273 | "avatar_url": "https://avatars.githubusercontent.com/u/63019171?v=4", 274 | "profile": "https://github.com/Akshaya101", 275 | "contributions": [ 276 | "design" 277 | ] 278 | } 279 | ], 280 | "contributorsPerLine": 7, 281 | "skipCi": true, 282 | "repoType": "github", 283 | "repoHost": "https://github.com", 284 | "projectName": "Open-Source-With-Hasnain", 285 | "projectOwner": "hasnainmakada-99", 286 | "commitType": "docs" 287 | } 288 | -------------------------------------------------------------------------------- /.github/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | 2 | # Contributor Covenant Code of Conduct 3 | 4 | ## Our Pledge 5 | 6 | We as members, contributors, and leaders pledge to make participation in our 7 | community a harassment-free experience for everyone, regardless of age, body 8 | size, visible or invisible disability, ethnicity, sex characteristics, gender 9 | identity and expression, level of experience, education, socio-economic status, 10 | nationality, personal appearance, race, religion, or sexual identity 11 | and orientation. 12 | 13 | We pledge to act and interact in ways that contribute to an open, welcoming, 14 | diverse, inclusive, and healthy community. 15 | 16 | ## Our Standards 17 | 18 | Examples of behavior that contributes to a positive environment for our 19 | community include: 20 | 21 | * Demonstrating empathy and kindness toward other people 22 | * Being respectful of differing opinions, viewpoints, and experiences 23 | * Giving and gracefully accepting constructive feedback 24 | * Accepting responsibility and apologizing to those affected by our mistakes, 25 | and learning from the experience 26 | * Focusing on what is best not just for us as individuals, but for the 27 | overall community 28 | 29 | Examples of unacceptable behavior include: 30 | 31 | * The use of sexualized language or imagery, and sexual attention or 32 | advances of any kind 33 | * Trolling, insulting or derogatory comments, and personal or political attacks 34 | * Public or private harassment 35 | * Publishing others' private information, such as a physical or e 36 | 37 | address, without their explicit permission 38 | * Other conduct which could reasonably be considered inappropriate in a 39 | professional setting 40 | 41 | ## Enforcement Responsibilities 42 | 43 | Community leaders are responsible for clarifying and enforcing our standards of 44 | acceptable behavior and will take appropriate and fair corrective action in 45 | response to any behavior that they deem inappropriate, threatening, offensive, 46 | or harmful. 47 | 48 | Community leaders have the right and responsibility to remove, edit, or reject 49 | comments, commits, code, wiki edits, issues, and other contributions that are 50 | not aligned to this Code of Conduct, and will communicate reasons for moderation 51 | decisions when appropriate. 52 | 53 | ## Scope 54 | 55 | This Code of Conduct applies within all community spaces, and also applies when 56 | an individual is officially representing the community in public spaces. 57 | Examples of representing our community include using an official e-mail address, 58 | posting via an official social media account, or acting as an appointed 59 | representative at an online or offline event. 60 | 61 | ## Enforcement 62 | 63 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 64 | reported to the community leaders responsible for enforcement at [mail](mailto:hasnainmakada@gmail.com) 65 | 66 | All complaints will be reviewed and investigated promptly and fairly. 67 | 68 | All community leaders are obligated to respect the privacy and security of the 69 | reporter of any incident. 70 | 71 | ## Enforcement Guidelines 72 | 73 | Community leaders will follow these Community Impact Guidelines in determining 74 | the consequences for any action they deem in violation of this Code of Conduct: 75 | 76 | ### 1. Correction 77 | 78 | **Community Impact**: Use of inappropriate language or other behavior deemed 79 | unprofessional or unwelcome in the community. 80 | 81 | **Consequence**: A private, written warning from community leaders, providing 82 | clarity around the nature of the violation and an explanation of why the 83 | behavior was inappropriate. A public apology may be requested. 84 | 85 | ### 2. Warning 86 | 87 | **Community Impact**: A violation through a single incident or series 88 | of actions. 89 | 90 | **Consequence**: A warning with consequences for continued behavior. No 91 | interaction with the people involved, including unsolicited interaction with 92 | those enforcing the Code of Conduct, for a specified period of time. This 93 | includes avoiding interactions in community spaces as well as external channels 94 | like social media. Violating these terms may lead to a temporary or 95 | permanent ban. 96 | 97 | ### 3. Temporary Ban 98 | 99 | **Community Impact**: A serious violation of community standards, including 100 | sustained inappropriate behavior. 101 | 102 | **Consequence**: A temporary ban from any sort of interaction or public 103 | communication with the community for a specified period of time. No public or 104 | private interaction with the people involved, including unsolicited interaction 105 | with those enforcing the Code of Conduct, is allowed during this period. 106 | Violating these terms may lead to a permanent ban. 107 | 108 | ### 4. Permanent Ban 109 | 110 | **Community Impact**: Demonstrating a pattern of violation of community 111 | standards, including sustained inappropriate behavior, harassment of an 112 | individual, or aggression toward or disparagement of classes of individuals. 113 | 114 | **Consequence**: A permanent ban from any sort of public interaction within 115 | the community. 116 | 117 | ## Attribution 118 | 119 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 120 | version 2.0, available at 121 | https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. 122 | 123 | Community Impact Guidelines were inspired by [Mozilla's code of conduct 124 | enforcement ladder](https://github.com/mozilla/diversity). 125 | 126 | [homepage]: https://www.contributor-covenant.org 127 | 128 | For answers to common questions about this code of conduct, see the FAQ at 129 | https://www.contributor-covenant.org/faq. Translations are available at 130 | https://www.contributor-covenant.org/translations. 131 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/add-resource.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Add Resource 3 | about: Use this template to add new resources 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | --- 8 | 9 | **Issue Description** 10 | Please provide a clear and concise description of the resource you would like to add, including the topic or category it pertains to. 11 | 12 | **Resource Details** 13 | **Resource Type:** [Video/Tutorial/GitHub-repo/Website/Article/Paper/Other] 14 | **Title/Name of the Resource:** [Enter the title or name] 15 | **Description:** [Briefly describe the content and relevance of the resource] 16 | **URL or Source:** [Provide the link to the resource or mention the source] 17 | 18 | **Topic or Category** 19 | Specify the topic or category that best represents the subject matter of the resource. 20 | 21 | **Intended Audience (optional)** 22 | Who is the intended audience for this resource? (e.g., beginners, intermediate, advanced, researchers) 23 | 24 | **Benefits of Adding this Resource** 25 | Explain how this resource would be valuable to users and contributors of the project/repository. 26 | 27 | **Additional Information (optional)** 28 | Include any additional information or context that might be helpful for evaluating the resource or understanding its relevance. 29 | 30 | 31 | **Checklist (optional)** 32 | - [ ] I have conducted a search to ensure this resource is not a duplicate. 33 | - [ ] I confirm that this resource complies with the guidelines and policies of the project/repository. 34 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior 15 | 16 | **Expected behavior** 17 | A clear and concise description of what you expected to happen. 18 | 19 | **Screenshots** 20 | If applicable, add screenshots to help explain your problem. 21 | 22 | **Additional context** 23 | Add any other context about the problem here. 24 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Custom issue template 3 | about: Describe this issue template's purpose here. 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- 1 | new-resources: 2 | - pages/** 3 | 4 | sidebar-update: 5 | - _layouts/** 6 | 7 | workflow-add/update: 8 | - .github/**/* 9 | 10 | main-file add/update: 11 | - ./index.html -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | # 🛠️ Fixes issue # 2 | # 📇 Changes proposed 3 | # ✅ Check List (Mark all the applicable boxes) 4 | 5 | 9 | 10 | - [ ] My code follows the code style of this project. 11 | - [ ] This PR does not contain plagiarized content. 12 | - [ ] This PR contains changes in the documentation 13 | - [ ] This PR contains changes in the Code of the project 14 | - [ ] The title of my pull request is a short description of the requested changes. 15 | 16 | ## 📄 Note to reviewers 17 | 18 | 19 | 20 | ## 📷 Screenshots 21 | -------------------------------------------------------------------------------- /.github/workflows/docker_publish.yaml: -------------------------------------------------------------------------------- 1 | name: Build and Publish Docker Image to Docker Hub 2 | 3 | on: 4 | push: 5 | branches: ["main"] 6 | 7 | jobs: 8 | build: 9 | runs-on: ubuntu-latest 10 | 11 | steps: 12 | - uses: actions/checkout@v3 13 | 14 | - name: DockerHub Login 15 | uses: docker/login-action@v2.1.0 16 | with: 17 | username: ${{ secrets.DOCKERHUB_USERNAME }} 18 | password: ${{ secrets.DOCKERHUB_PASSWORD }} 19 | 20 | - name: Build the Docker image 21 | run: docker build . --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/oswh 22 | 23 | - name: Docker Push 24 | run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/oswh 25 | -------------------------------------------------------------------------------- /.github/workflows/greet-contributers.yaml: -------------------------------------------------------------------------------- 1 | name: Greet Contributors 2 | on: 3 | fork: 4 | push: 5 | branches: [main] 6 | issues: 7 | types: [opened] 8 | issue_comment: 9 | types: [created] 10 | pull_request_target: 11 | types: [opened] 12 | pull_request_review_comment: 13 | types: [created] 14 | 15 | jobs: 16 | welcome: 17 | runs-on: ubuntu-latest 18 | steps: 19 | - uses: actions/checkout@v1 20 | - uses: EddieHubCommunity/gh-action-community/src/welcome@main 21 | with: 22 | github-token: ${{ secrets.GITHUB_TOKEN }} 23 | issue-message: "

Hey! contributor, thank you for opening an Issue 🎉.

" 24 | pr-message: "

Hey! contributor, thank you for opening a Pull Request 🎉.

" 25 | footer: "Soon one of our maintainers will review it and provide you with feedback/suggestions. If you think it's something urgent, feel free to reach out Hasnain Makada on Twitter. Star ⭐ this repo to show us support.

Happy, Open Source!" 26 | -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- 1 | name: "Pull Request Labeler" 2 | on: 3 | - pull_request_target 4 | 5 | jobs: 6 | triage: 7 | permissions: 8 | contents: read 9 | pull-requests: write 10 | runs-on: ubuntu-latest 11 | steps: 12 | - uses: actions/labeler@v4 -------------------------------------------------------------------------------- /.github/workflows/pre-release.yaml: -------------------------------------------------------------------------------- 1 | name: "Release" 2 | 3 | on: 4 | push: 5 | branches: 6 | - "main" 7 | 8 | jobs: 9 | release: 10 | name: "Release" 11 | runs-on: "ubuntu-latest" 12 | 13 | steps: 14 | # ... 15 | - name: "Build & test" 16 | run: | 17 | echo "done!" 18 | 19 | - uses: "marvinpinto/action-automatic-releases@latest" 20 | with: 21 | repo_token: "${{ secrets.GITHUB_TOKEN }}" 22 | automatic_release_tag: "latest" 23 | prerelease: false # Change this line to set it to false for an actual release 24 | title: "Release" 25 | files: | 26 | *.json 27 | pages/*.md 28 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ -------------------------------------------------------------------------------- /.gitpod.yml: -------------------------------------------------------------------------------- 1 | # This configuration file was automatically generated by Gitpod. 2 | # Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) 3 | # and commit this file to your remote git repository to share the goodness with others. 4 | 5 | # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart 6 | 7 | tasks: 8 | - init: npm install 9 | 10 | 11 | -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/.nojekyll -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- 1 | #### 1.1.0 (2023-05-\*\*) 2 | 3 | ##### Documentation Changes 4 | 5 | - update .all-contributorsrc [skip ci] ([803751a8](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/803751a8fc5f76b6192fabb245a092e85f435e57)) 6 | - update Contributors.md [skip ci] ([00f7e68d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/00f7e68d91e553257e71098d4c2c3c5a4e06d9be)) 7 | - update .all-contributorsrc [skip ci] ([c71d6f76](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/c71d6f7664966b58e68098197d54af846da660bb)) 8 | - update Contributors.md [skip ci] ([2d5f42cf](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/2d5f42cf87aeccf49a3165426e34a79a0ecf0360)) 9 | - update .all-contributorsrc [skip ci] ([39ee3c0c](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/39ee3c0cf3b4084b656008cc1214308963cdb20a)) 10 | - update README.md [skip ci] ([3f41352e](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/3f41352eec838bac15fe6e0ba66e645ed05464a4)) 11 | - update .all-contributorsrc [skip ci] ([aa9e64c8](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/aa9e64c85ff5f37a69946c517e57f8ecf02685f9)) 12 | - update README.md [skip ci] ([9377f8c2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9377f8c213ead2bd272cd4ca218b21c7cfbd7c76)) 13 | - update .all-contributorsrc [skip ci] ([39ade9d9](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/39ade9d9e2f8f57dd38158f6f0120ab262cc2a85)) 14 | - update README.md [skip ci] ([bb1123b2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bb1123b2c68e7fe466bb27999ceacee273f553a8)) 15 | - update .all-contributorsrc [skip ci] ([9c67af2d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9c67af2dd93dc30e5900bd8e69278d67e226f33c)) 16 | - update README.md [skip ci] ([615e8aa1](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/615e8aa1f4827a5ae59fa42be58feb3bd72acd4f)) 17 | - update .all-contributorsrc [skip ci] ([62ffbc87](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/62ffbc87d8465795ed7cb1f3c3104a413df36650)) 18 | - update README.md [skip ci] ([8418af35](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/8418af356c13515c77831b7eade8463b6f05ba83)) 19 | 20 | ##### Bug Fixes 21 | 22 | - fix type in README.md ([516036b4](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/516036b4d419c9c151b69875539c0f8d20055958)) 23 | - update typo in README.md ([cdcad137](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cdcad137a3c9484e807d7ff5261250166c6179b8)) 24 | - add discord link in navbar ([a3f290e4](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/a3f290e468f87da5364613551794ea9f0796cdeb)) 25 | 26 | ##### Other Changes 27 | 28 | - add Stars badge in README.md ([14d4c197](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/14d4c197d6836227d3b56ee0e65d022b12602783)) 29 | - add issue template ([8d4f5a10](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/8d4f5a10c9049bbe87f6f6a67ac7b80a9ed5e107)) 30 | - add OG cover ([7c5b3e2c](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7c5b3e2cac99d51878cfba06cced21e33d512309)) 31 | - add link to licence ([2d50ee96](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/2d50ee96f06dd7c662fd62a1f8333d60040ab49a)) 32 | - update .all-contributorssrc ([4d91cd3b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/4d91cd3b74c588a3279bd1e85c4e33bc4ae57a9d)) 33 | - separated the contributors list from README.md ([4216fdd1](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/4216fdd1bc841c67c5e2d929cca93b25f7b446f5)) 34 | - add URL link in main README.md ([ede99336](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/ede99336d3f5bf6ff275df60b978b411a5e628c5)) 35 | - update CNAME ([3d1cf8fb](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/3d1cf8fbeff7530aebf2c898786159ff84d4e9b5)) 36 | - add docsify plugin for Full text search ([491cfe51](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/491cfe518cb4fd099ccd84e5de906ec80c39c531)) 37 | - add Link on how to add resources ([bd57f0c4](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bd57f0c4b7d545241a16b8ca6aac9769fe23eec7)) 38 | - add Custom Navbar to star and join our discord ([ebdcd331](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/ebdcd331bb2c2c8f6d6d7dd5642717dcc49844e3)) 39 | - add Discord server link ([425ddb17](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/425ddb1768a603146c94ca80e7fc7578ed1bca82)) 40 | - update README.md, Dockerfile and Docker workflow ([8dc5d405](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/8dc5d40503c4a07e4a9a7af0b44e1e7888353a55)) 41 | - add name to greet contributors workflow ([eb231c47](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/eb231c47a660bd7c65ce29f76b6d6a2cc4211efa)) 42 | - add Open source blog in open source resources ([5c4d20cd](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5c4d20cdcecf1c1e325dc50448d4773d760756c7)) 43 | - update meta content for index.html ([aeea3644](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/aeea3644de7935f1d76ffd1001d3e06a8edab0ea)) 44 | - change some headers to H2 and some to H3 in README.md ([d3b6b068](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/d3b6b06866326b4738ad809d003679b0bc245790)) 45 | - update version number in package.json ([258ed79e](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/258ed79ee3ccc1524a2f577f9fed814105a0e478)) 46 | - update FavIcon ([48e964d0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/48e964d0281454c4e63ed8dd8815d873eb76b7e8)) 47 | 48 | #### 1.0.0 (2023-01-28) 49 | 50 | ##### Documentation Changes 51 | 52 | * update .all-contributorsrc [skip ci] ([14c25174](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/14c25174fbfd932c3fd21e2b9bad0b91ed1ec71e)) 53 | * update README.md [skip ci] ([4d2cb0ba](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/4d2cb0ba66314f350179a5c1ae5933e6cc759629)) 54 | * update .all-contributorsrc [skip ci] ([9891ef0a](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9891ef0af110cc94f6e6b8bb61c4304131775ee1)) 55 | * update README.md [skip ci] ([1291534b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/1291534b7b56a3ef8d81dcbdb4e6c4139d41c0d5)) 56 | * update .all-contributorsrc [skip ci] ([8bb01260](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/8bb01260622eb9d57d81bcff9f064332788a52f8)) 57 | * update README.md [skip ci] ([a7cd13a2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/a7cd13a2536d1cd4355a214e0293ac7a3d2cd8ae)) 58 | * update .all-contributorsrc [skip ci] ([83c9a899](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/83c9a8999e0ed2387f2592fb2e15df2cfe8f6b15)) 59 | * update README.md [skip ci] ([81b5aedd](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/81b5aedd7528a0b044e9905d657da33baed16529)) 60 | * update .all-contributorsrc [skip ci] ([3b50c160](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/3b50c1606432cdb3a5bce9b09cee2c2ab9f35fc8)) 61 | * update README.md [skip ci] ([78ccb581](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/78ccb5816aff2b78a8300903271a7baa667e3903)) 62 | * update .all-contributorsrc [skip ci] ([de90f23d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/de90f23dee73541d6ea466d36b6ff7d20fa2ed79)) 63 | * update README.md [skip ci] ([7c154eb0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7c154eb0bc8125a1195f6d851fee012cab0d8dc9)) 64 | * update .all-contributorsrc [skip ci] ([22eb80f2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/22eb80f20a5ea5477602d94f88706b3a27efe335)) 65 | * update README.md [skip ci] ([bcc21d8d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bcc21d8d1ec857ae8b4b2db34cab67654f115590)) 66 | * update .all-contributorsrc [skip ci] ([c55ad8eb](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/c55ad8ebe969375622761f7ae05287bcce99e090)) 67 | * update README.md [skip ci] ([e6e95785](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/e6e957858fea0232fbdacb6ba5f3584fc0542cc3)) 68 | * update .all-contributorsrc [skip ci] ([71cf9129](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/71cf9129236e2ce8afebd547bfec30d5b511885e)) 69 | * update README.md [skip ci] ([fc68e689](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/fc68e689c07329300d5adf3c67642c87381814fa)) 70 | * update .all-contributorsrc [skip ci] ([b9e9c54f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/b9e9c54ff14d539a054df6d49764a0801c7b3eeb)) 71 | * update README.md [skip ci] ([caa70e4b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/caa70e4bf6a45efd2a494a9649d22eb8e500d0f8)) 72 | * update .all-contributorsrc [skip ci] ([2c810c79](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/2c810c79d36a5ad8745dbb1728923cb24561e117)) 73 | * update README.md [skip ci] ([9c0c4884](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9c0c488442002478ff048a526d1ac7125b127328)) 74 | * update .all-contributorsrc [skip ci] ([583c7bb9](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/583c7bb98d0d2f8aa63488864049a8738dd70f73)) 75 | * update README.md [skip ci] ([693c5699](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/693c56995bd469e30ca8a83d56a3365d3f13f38b)) 76 | * update .all-contributorsrc [skip ci] ([5afb26b7](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5afb26b745e8fc6a494cdbaee6ca1b6d654bcfab)) 77 | * update README.md [skip ci] ([7b3eac99](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7b3eac992b50a7fcdb5557083aebec34055b4517)) 78 | * update .all-contributorsrc [skip ci] ([cc5a6563](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cc5a65632f00e33b3add1ffbeee26173d3d557fb)) 79 | * update README.md [skip ci] ([f760cf93](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/f760cf9369f76ed27bbfca4dae10e0423d55698c)) 80 | * create .all-contributorsrc [skip ci] ([46c1c9b2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/46c1c9b28d1d293164ef96ae8f4d8b0127d069b4)) 81 | * update README.md [skip ci] ([dd7453aa](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/dd7453aa9764c2d248492c130a0bffea6923c455)) 82 | 83 | ##### Bug Fixes 84 | 85 | * Center align the header text ([20cef660](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/20cef6603a4e2a0a2f9cc48a082a8db301405285)) 86 | * Star history chart and increased font-size and changed accent color ([884ca0e0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/884ca0e0108b248f02d2847542cea397cd9fb1e2)) 87 | * AI Resources broken links and updated the thumbnail subjects ([7d89df0f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7d89df0f445c1d4d0d4a219a2795de45f354a407)) 88 | 89 | ##### Other Changes 90 | 91 | * New header for the project ([d9861a57](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/d9861a5729c95a86cb27800fb88456e605e803af)) 92 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([1884a5bc](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/1884a5bc864d48e0f888e7a04b4371e99dc883eb)) 93 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([cdd49cd9](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cdd49cd9b5bb34bd33c68e2cdd7ef03db24ee6db)) 94 | * Star history of OSWH ([c1c38841](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/c1c388418a3b3812f62b43f5f5e2624b3ecff28e)) 95 | * Changelog ([509a24e5](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/509a24e503d120401ba843f43d4e2d06c4d516ff)) 96 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([4e997169](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/4e997169cef0a0e3af998f6da1c7dd91e51e4ad8)) 97 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([cd88d014](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cd88d0140262d8d138295372c9602e833538715e)) 98 | * Toggle button to switch to light mode and dark mode and also increased the font size by 18px ([ea0fbe65](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/ea0fbe653028eb6a9b8d0512341bdc9fb3350cb6)) 99 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([fb8b6c3a](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/fb8b6c3abdb94f36e4a894f99f6ff8cb0c1679c1)) 100 | * image resoulution of realtime star history ([5ad7ad64](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5ad7ad6447f1e86203e8f1650d789a35bdc2450c)) 101 | * Realtime star history ([bdb1e7f4](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bdb1e7f451d92a42d2269bcf9095190f36a95512)) 102 | * hasnainmakada-99/Open-Source-With-Hasnain ([64896e92](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/64896e92af32f7ac5d5d56f3ecebfab08860be83)) 103 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([9910a281](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9910a281f3dc9f4e42462a2e388c3b3e1d55250d)) 104 | * Broken thumbnail of resources ([aa7a0a6b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/aa7a0a6b23a0cab373369f589190a274c3bbcc55)) 105 | 106 | #### 1.0.0 (2023-01-21) 107 | 108 | ##### Documentation Changes 109 | 110 | * update .all-contributorsrc [skip ci] ([9891ef0a](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9891ef0af110cc94f6e6b8bb61c4304131775ee1)) 111 | * update README.md [skip ci] ([1291534b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/1291534b7b56a3ef8d81dcbdb4e6c4139d41c0d5)) 112 | * update .all-contributorsrc [skip ci] ([8bb01260](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/8bb01260622eb9d57d81bcff9f064332788a52f8)) 113 | * update README.md [skip ci] ([a7cd13a2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/a7cd13a2536d1cd4355a214e0293ac7a3d2cd8ae)) 114 | * update .all-contributorsrc [skip ci] ([83c9a899](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/83c9a8999e0ed2387f2592fb2e15df2cfe8f6b15)) 115 | * update README.md [skip ci] ([81b5aedd](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/81b5aedd7528a0b044e9905d657da33baed16529)) 116 | * update .all-contributorsrc [skip ci] ([3b50c160](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/3b50c1606432cdb3a5bce9b09cee2c2ab9f35fc8)) 117 | * update README.md [skip ci] ([78ccb581](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/78ccb5816aff2b78a8300903271a7baa667e3903)) 118 | * update .all-contributorsrc [skip ci] ([de90f23d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/de90f23dee73541d6ea466d36b6ff7d20fa2ed79)) 119 | * update README.md [skip ci] ([7c154eb0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7c154eb0bc8125a1195f6d851fee012cab0d8dc9)) 120 | * update .all-contributorsrc [skip ci] ([22eb80f2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/22eb80f20a5ea5477602d94f88706b3a27efe335)) 121 | * update README.md [skip ci] ([bcc21d8d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bcc21d8d1ec857ae8b4b2db34cab67654f115590)) 122 | * update .all-contributorsrc [skip ci] ([c55ad8eb](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/c55ad8ebe969375622761f7ae05287bcce99e090)) 123 | * update README.md [skip ci] ([e6e95785](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/e6e957858fea0232fbdacb6ba5f3584fc0542cc3)) 124 | * update .all-contributorsrc [skip ci] ([71cf9129](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/71cf9129236e2ce8afebd547bfec30d5b511885e)) 125 | * update README.md [skip ci] ([fc68e689](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/fc68e689c07329300d5adf3c67642c87381814fa)) 126 | * update .all-contributorsrc [skip ci] ([b9e9c54f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/b9e9c54ff14d539a054df6d49764a0801c7b3eeb)) 127 | * update README.md [skip ci] ([caa70e4b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/caa70e4bf6a45efd2a494a9649d22eb8e500d0f8)) 128 | * update .all-contributorsrc [skip ci] ([2c810c79](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/2c810c79d36a5ad8745dbb1728923cb24561e117)) 129 | * update README.md [skip ci] ([9c0c4884](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9c0c488442002478ff048a526d1ac7125b127328)) 130 | * update .all-contributorsrc [skip ci] ([583c7bb9](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/583c7bb98d0d2f8aa63488864049a8738dd70f73)) 131 | * update README.md [skip ci] ([693c5699](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/693c56995bd469e30ca8a83d56a3365d3f13f38b)) 132 | * update .all-contributorsrc [skip ci] ([5afb26b7](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5afb26b745e8fc6a494cdbaee6ca1b6d654bcfab)) 133 | * update README.md [skip ci] ([7b3eac99](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7b3eac992b50a7fcdb5557083aebec34055b4517)) 134 | * update .all-contributorsrc [skip ci] ([cc5a6563](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cc5a65632f00e33b3add1ffbeee26173d3d557fb)) 135 | * update README.md [skip ci] ([f760cf93](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/f760cf9369f76ed27bbfca4dae10e0423d55698c)) 136 | * create .all-contributorsrc [skip ci] ([46c1c9b2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/46c1c9b28d1d293164ef96ae8f4d8b0127d069b4)) 137 | * update README.md [skip ci] ([dd7453aa](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/dd7453aa9764c2d248492c130a0bffea6923c455)) 138 | 139 | ##### Bug Fixes 140 | 141 | * Star history chart and increased font-size and changed accent color ([884ca0e0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/884ca0e0108b248f02d2847542cea397cd9fb1e2)) 142 | * AI Resources broken links and updated the thumbnail subjects ([7d89df0f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7d89df0f445c1d4d0d4a219a2795de45f354a407)) 143 | 144 | ##### Other Changes 145 | 146 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([4e997169](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/4e997169cef0a0e3af998f6da1c7dd91e51e4ad8)) 147 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([cd88d014](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cd88d0140262d8d138295372c9602e833538715e)) 148 | * Toggle button to switch to light mode and dark mode and also increased the font size by 18px ([ea0fbe65](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/ea0fbe653028eb6a9b8d0512341bdc9fb3350cb6)) 149 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([fb8b6c3a](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/fb8b6c3abdb94f36e4a894f99f6ff8cb0c1679c1)) 150 | * image resoulution of realtime star history ([5ad7ad64](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5ad7ad6447f1e86203e8f1650d789a35bdc2450c)) 151 | * Realtime star history ([bdb1e7f4](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bdb1e7f451d92a42d2269bcf9095190f36a95512)) 152 | * hasnainmakada-99/Open-Source-With-Hasnain ([64896e92](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/64896e92af32f7ac5d5d56f3ecebfab08860be83)) 153 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([9910a281](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9910a281f3dc9f4e42462a2e388c3b3e1d55250d)) 154 | * Broken thumbnail of resources ([aa7a0a6b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/aa7a0a6b23a0cab373369f589190a274c3bbcc55)) 155 | 156 | #### 1.0.0 (2023-01-19) 157 | 158 | ##### Documentation Changes 159 | 160 | * update .all-contributorsrc [skip ci] ([8bb01260](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/8bb01260622eb9d57d81bcff9f064332788a52f8)) 161 | * update README.md [skip ci] ([a7cd13a2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/a7cd13a2536d1cd4355a214e0293ac7a3d2cd8ae)) 162 | * update .all-contributorsrc [skip ci] ([83c9a899](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/83c9a8999e0ed2387f2592fb2e15df2cfe8f6b15)) 163 | * update README.md [skip ci] ([81b5aedd](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/81b5aedd7528a0b044e9905d657da33baed16529)) 164 | * update .all-contributorsrc [skip ci] ([3b50c160](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/3b50c1606432cdb3a5bce9b09cee2c2ab9f35fc8)) 165 | * update README.md [skip ci] ([78ccb581](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/78ccb5816aff2b78a8300903271a7baa667e3903)) 166 | * update .all-contributorsrc [skip ci] ([de90f23d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/de90f23dee73541d6ea466d36b6ff7d20fa2ed79)) 167 | * update README.md [skip ci] ([7c154eb0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7c154eb0bc8125a1195f6d851fee012cab0d8dc9)) 168 | * update .all-contributorsrc [skip ci] ([22eb80f2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/22eb80f20a5ea5477602d94f88706b3a27efe335)) 169 | * update README.md [skip ci] ([bcc21d8d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bcc21d8d1ec857ae8b4b2db34cab67654f115590)) 170 | * update .all-contributorsrc [skip ci] ([c55ad8eb](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/c55ad8ebe969375622761f7ae05287bcce99e090)) 171 | * update README.md [skip ci] ([e6e95785](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/e6e957858fea0232fbdacb6ba5f3584fc0542cc3)) 172 | * update .all-contributorsrc [skip ci] ([71cf9129](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/71cf9129236e2ce8afebd547bfec30d5b511885e)) 173 | * update README.md [skip ci] ([fc68e689](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/fc68e689c07329300d5adf3c67642c87381814fa)) 174 | * update .all-contributorsrc [skip ci] ([b9e9c54f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/b9e9c54ff14d539a054df6d49764a0801c7b3eeb)) 175 | * update README.md [skip ci] ([caa70e4b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/caa70e4bf6a45efd2a494a9649d22eb8e500d0f8)) 176 | * update .all-contributorsrc [skip ci] ([2c810c79](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/2c810c79d36a5ad8745dbb1728923cb24561e117)) 177 | * update README.md [skip ci] ([9c0c4884](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9c0c488442002478ff048a526d1ac7125b127328)) 178 | * update .all-contributorsrc [skip ci] ([583c7bb9](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/583c7bb98d0d2f8aa63488864049a8738dd70f73)) 179 | * update README.md [skip ci] ([693c5699](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/693c56995bd469e30ca8a83d56a3365d3f13f38b)) 180 | * update .all-contributorsrc [skip ci] ([5afb26b7](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5afb26b745e8fc6a494cdbaee6ca1b6d654bcfab)) 181 | * update README.md [skip ci] ([7b3eac99](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7b3eac992b50a7fcdb5557083aebec34055b4517)) 182 | * update .all-contributorsrc [skip ci] ([cc5a6563](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cc5a65632f00e33b3add1ffbeee26173d3d557fb)) 183 | * update README.md [skip ci] ([f760cf93](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/f760cf9369f76ed27bbfca4dae10e0423d55698c)) 184 | * create .all-contributorsrc [skip ci] ([46c1c9b2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/46c1c9b28d1d293164ef96ae8f4d8b0127d069b4)) 185 | * update README.md [skip ci] ([dd7453aa](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/dd7453aa9764c2d248492c130a0bffea6923c455)) 186 | 187 | ##### Bug Fixes 188 | 189 | * AI Resources broken links and updated the thumbnail subjects ([7d89df0f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7d89df0f445c1d4d0d4a219a2795de45f354a407)) 190 | 191 | ##### Other Changes 192 | 193 | * hasnainmakada-99/Open-Source-With-Hasnain ([64896e92](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/64896e92af32f7ac5d5d56f3ecebfab08860be83)) 194 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([9910a281](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9910a281f3dc9f4e42462a2e388c3b3e1d55250d)) 195 | * Broken thumbnail of resources ([aa7a0a6b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/aa7a0a6b23a0cab373369f589190a274c3bbcc55)) 196 | 197 | #### 1.0.0 (2023-01-19) 198 | 199 | ##### Documentation Changes 200 | 201 | * update .all-contributorsrc [skip ci] ([8bb01260](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/8bb01260622eb9d57d81bcff9f064332788a52f8)) 202 | * update README.md [skip ci] ([a7cd13a2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/a7cd13a2536d1cd4355a214e0293ac7a3d2cd8ae)) 203 | * update .all-contributorsrc [skip ci] ([83c9a899](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/83c9a8999e0ed2387f2592fb2e15df2cfe8f6b15)) 204 | * update README.md [skip ci] ([81b5aedd](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/81b5aedd7528a0b044e9905d657da33baed16529)) 205 | * update .all-contributorsrc [skip ci] ([3b50c160](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/3b50c1606432cdb3a5bce9b09cee2c2ab9f35fc8)) 206 | * update README.md [skip ci] ([78ccb581](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/78ccb5816aff2b78a8300903271a7baa667e3903)) 207 | * update .all-contributorsrc [skip ci] ([de90f23d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/de90f23dee73541d6ea466d36b6ff7d20fa2ed79)) 208 | * update README.md [skip ci] ([7c154eb0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7c154eb0bc8125a1195f6d851fee012cab0d8dc9)) 209 | * update .all-contributorsrc [skip ci] ([22eb80f2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/22eb80f20a5ea5477602d94f88706b3a27efe335)) 210 | * update README.md [skip ci] ([bcc21d8d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bcc21d8d1ec857ae8b4b2db34cab67654f115590)) 211 | * update .all-contributorsrc [skip ci] ([c55ad8eb](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/c55ad8ebe969375622761f7ae05287bcce99e090)) 212 | * update README.md [skip ci] ([e6e95785](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/e6e957858fea0232fbdacb6ba5f3584fc0542cc3)) 213 | * update .all-contributorsrc [skip ci] ([71cf9129](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/71cf9129236e2ce8afebd547bfec30d5b511885e)) 214 | * update README.md [skip ci] ([fc68e689](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/fc68e689c07329300d5adf3c67642c87381814fa)) 215 | * update .all-contributorsrc [skip ci] ([b9e9c54f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/b9e9c54ff14d539a054df6d49764a0801c7b3eeb)) 216 | * update README.md [skip ci] ([caa70e4b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/caa70e4bf6a45efd2a494a9649d22eb8e500d0f8)) 217 | * update .all-contributorsrc [skip ci] ([2c810c79](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/2c810c79d36a5ad8745dbb1728923cb24561e117)) 218 | * update README.md [skip ci] ([9c0c4884](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9c0c488442002478ff048a526d1ac7125b127328)) 219 | * update .all-contributorsrc [skip ci] ([583c7bb9](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/583c7bb98d0d2f8aa63488864049a8738dd70f73)) 220 | * update README.md [skip ci] ([693c5699](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/693c56995bd469e30ca8a83d56a3365d3f13f38b)) 221 | * update .all-contributorsrc [skip ci] ([5afb26b7](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5afb26b745e8fc6a494cdbaee6ca1b6d654bcfab)) 222 | * update README.md [skip ci] ([7b3eac99](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7b3eac992b50a7fcdb5557083aebec34055b4517)) 223 | * update .all-contributorsrc [skip ci] ([cc5a6563](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cc5a65632f00e33b3add1ffbeee26173d3d557fb)) 224 | * update README.md [skip ci] ([f760cf93](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/f760cf9369f76ed27bbfca4dae10e0423d55698c)) 225 | * create .all-contributorsrc [skip ci] ([46c1c9b2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/46c1c9b28d1d293164ef96ae8f4d8b0127d069b4)) 226 | * update README.md [skip ci] ([dd7453aa](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/dd7453aa9764c2d248492c130a0bffea6923c455)) 227 | 228 | ##### Bug Fixes 229 | 230 | * AI Resources broken links and updated the thumbnail subjects ([7d89df0f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7d89df0f445c1d4d0d4a219a2795de45f354a407)) 231 | 232 | ##### Other Changes 233 | 234 | * hasnainmakada-99/Open-Source-With-Hasnain ([64896e92](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/64896e92af32f7ac5d5d56f3ecebfab08860be83)) 235 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([9910a281](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9910a281f3dc9f4e42462a2e388c3b3e1d55250d)) 236 | * Broken thumbnail of resources ([aa7a0a6b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/aa7a0a6b23a0cab373369f589190a274c3bbcc55)) 237 | 238 | #### 1.0.0 (2023-01-16) 239 | 240 | ##### Documentation Changes 241 | 242 | * update .all-contributorsrc [skip ci] ([83c9a899](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/83c9a8999e0ed2387f2592fb2e15df2cfe8f6b15)) 243 | * update README.md [skip ci] ([81b5aedd](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/81b5aedd7528a0b044e9905d657da33baed16529)) 244 | * update .all-contributorsrc [skip ci] ([3b50c160](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/3b50c1606432cdb3a5bce9b09cee2c2ab9f35fc8)) 245 | * update README.md [skip ci] ([78ccb581](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/78ccb5816aff2b78a8300903271a7baa667e3903)) 246 | * update .all-contributorsrc [skip ci] ([de90f23d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/de90f23dee73541d6ea466d36b6ff7d20fa2ed79)) 247 | * update README.md [skip ci] ([7c154eb0](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7c154eb0bc8125a1195f6d851fee012cab0d8dc9)) 248 | * update .all-contributorsrc [skip ci] ([22eb80f2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/22eb80f20a5ea5477602d94f88706b3a27efe335)) 249 | * update README.md [skip ci] ([bcc21d8d](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/bcc21d8d1ec857ae8b4b2db34cab67654f115590)) 250 | * update .all-contributorsrc [skip ci] ([c55ad8eb](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/c55ad8ebe969375622761f7ae05287bcce99e090)) 251 | * update README.md [skip ci] ([e6e95785](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/e6e957858fea0232fbdacb6ba5f3584fc0542cc3)) 252 | * update .all-contributorsrc [skip ci] ([71cf9129](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/71cf9129236e2ce8afebd547bfec30d5b511885e)) 253 | * update README.md [skip ci] ([fc68e689](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/fc68e689c07329300d5adf3c67642c87381814fa)) 254 | * update .all-contributorsrc [skip ci] ([b9e9c54f](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/b9e9c54ff14d539a054df6d49764a0801c7b3eeb)) 255 | * update README.md [skip ci] ([caa70e4b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/caa70e4bf6a45efd2a494a9649d22eb8e500d0f8)) 256 | * update .all-contributorsrc [skip ci] ([2c810c79](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/2c810c79d36a5ad8745dbb1728923cb24561e117)) 257 | * update README.md [skip ci] ([9c0c4884](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9c0c488442002478ff048a526d1ac7125b127328)) 258 | * update .all-contributorsrc [skip ci] ([583c7bb9](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/583c7bb98d0d2f8aa63488864049a8738dd70f73)) 259 | * update README.md [skip ci] ([693c5699](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/693c56995bd469e30ca8a83d56a3365d3f13f38b)) 260 | * update .all-contributorsrc [skip ci] ([5afb26b7](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/5afb26b745e8fc6a494cdbaee6ca1b6d654bcfab)) 261 | * update README.md [skip ci] ([7b3eac99](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/7b3eac992b50a7fcdb5557083aebec34055b4517)) 262 | * update .all-contributorsrc [skip ci] ([cc5a6563](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/cc5a65632f00e33b3add1ffbeee26173d3d557fb)) 263 | * update README.md [skip ci] ([f760cf93](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/f760cf9369f76ed27bbfca4dae10e0423d55698c)) 264 | * create .all-contributorsrc [skip ci] ([46c1c9b2](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/46c1c9b28d1d293164ef96ae8f4d8b0127d069b4)) 265 | * update README.md [skip ci] ([dd7453aa](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/dd7453aa9764c2d248492c130a0bffea6923c455)) 266 | 267 | ##### Other Changes 268 | 269 | * hasnainmakada-99/Open-Source-With-Hasnain ([64896e92](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/64896e92af32f7ac5d5d56f3ecebfab08860be83)) 270 | * //github.com/hasnainmakada-99/Open-Source-With-Hasnain ([9910a281](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/9910a281f3dc9f4e42462a2e388c3b3e1d55250d)) 271 | * Broken thumbnail of resources ([aa7a0a6b](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/commit/aa7a0a6b23a0cab373369f589190a274c3bbcc55)) 272 | 273 | -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing to Open Source With Hasnain 2 | 3 | Welcome to Open Source With Hasnain! We're excited to have you contribute to our open-source project. Before you get started, please take a moment to read through our contribution guidelines. 4 | 5 | ## Getting Started 6 | 7 | 1. **Check for Issues**: Take a look at our existing [Issues](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/issues) or [create a new issue](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/issues/new/choose) if you find something that needs attention. 8 | 9 | 2. **Fork the Repository**: First, fork our repository by clicking on the "Fork" button in the top right corner of this page. 🍴 10 | 11 | 3. **Create a Branch**: Create a new branch for the issue you are working on. This helps us keep track of different contributions. 🌿 12 | 13 | 4. **Commit Your Work**: Make your changes and commit them to your branch. 💾 14 | 15 | 5. **Create a Pull Request (PR)**: When you're ready to submit your contribution, create a [Pull Request](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/compare). Your PR will be reviewed, and feedback or suggestions for improvements will be provided by the community. 🚀 16 | 17 | 6. **Add Screenshots**: If your contribution involves UI changes, please add screenshots or screen captures to your Pull Request. This helps us understand the impact of your changes. 🖼️ 18 | 19 | ## Running the Project Locally 20 | 21 | To run the project on your local machine, follow these steps: 22 | 23 | 1. Clone your forked repository to your machine: 24 | 25 | ```bash 26 | git clone https://github.com//Open-Source-With-Hasnain.git 27 | ``` 28 | 29 | 2. Navigate to the project directory 30 | 31 | ```bash 32 | cd Open-Source-With-Hasnain 33 | ``` 34 | 35 | 3. Install the required packages 36 | 37 | ```bash 38 | npm install 39 | ``` 40 | 41 | 4. Run Locally 42 | 43 | ```bash 44 | npm start 45 | ``` 46 | -------------------------------------------------------------------------------- /Contributors.md: -------------------------------------------------------------------------------- 1 | 2 | ## Thank you so much to this awesome contributors 🚀🚀🚀 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 |
Helitha Rupasinghe
Helitha Rupasinghe

📖
Satyam
Satyam

💻
Edson Sooraj Dsouza
Edson Sooraj Dsouza

🖋
Hasnain Makada
Hasnain Makada

🤔
Saksham chandel
Saksham chandel

💻
Sattyam Samania
Sattyam Samania

🖋
Sayantan
Sayantan

Busayo Ojo
Busayo Ojo

Krish Jaiswal
Krish Jaiswal

🖋
vaibhavx42
vaibhavx42

Miraz Mondal
Miraz Mondal

🎨
Atharva Salitri
Atharva Salitri

🤔
Abinash Mahapatra
Abinash Mahapatra

Vedeesh Dwivedi
Vedeesh Dwivedi

Rishav Raj
Rishav Raj

Faizan Omer
Faizan Omer

Iqra Firdose
Iqra Firdose

🚧
Muhammad Al Amin Rifat
Muhammad Al Amin Rifat

Gabriela
Gabriela

Kalp Prajapati
Kalp Prajapati

bajibpathan
bajibpathan

📖
Mohd Amaan
Mohd Amaan

Atharva Pise
Atharva Pise

🚧
Elida (moon pie)
Elida (moon pie)

🖋
Rahul Gupta
Rahul Gupta

💻
Sahil Singh Tomar
Sahil Singh Tomar

🎨
Avilash_Saha
Avilash_Saha

💻
SetUp
SetUp

🖋
Naik Mubashir
Naik Mubashir

🐛
Akshaya Chanchala
Akshaya Chanchala

🎨
51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | # Use the official Node.js 16 image 2 | FROM node:16-alpine 3 | 4 | # Set the working directory to /app 5 | WORKDIR /app 6 | 7 | # Copy the package.json and package-lock.json files to the container 8 | COPY package*.json ./ 9 | 10 | # Install dependencies 11 | RUN npm install 12 | 13 | RUN npm install -g docsify-cli@latest 14 | 15 | # Copy the Docsify files to the container 16 | COPY . . 17 | 18 | # Expose the port that Docsify runs on 19 | EXPOSE 3000 20 | 21 | # Start Docsify when the container is run 22 | CMD ["docsify", "serve", "."] 23 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Hasnain Makada 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | Open Source With Hasnain 3 |

4 |

5 | License 6 | Issues 7 | Pull Requests 8 | Contributors 9 | 10 | Stars 11 | 12 |

13 |

Open Source With Hasnain

14 |

15 | A collection of resources for learning and contributing to open source projects, curated by the community :heart:. 16 |

17 | 18 |

🌏 This repo is hosted at GitHub Pages

19 | 20 | ## Introduction to OSWH 🗣️ 21 | 22 | [![OSWH Introduction](https://ik.imagekit.io/1cw2zpbjy/OSWH/OSWH%20Video%20Thumbnail.png?updatedAt=1704681388203)](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/assets/82728823/b76fb7bf-3db1-452e-902d-1b2feb2ca5d0 "OSWH") 23 | 24 | ## 🚀 Quick Start 25 | 26 | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg "Open In Gitpod")](https://gitpod.io/#https://github.com/hasnainmakada-99/Open-Source-With-Hasnain) 27 | 28 | ✍️ [Contributing guidelines](./Contributing.md) 29 | 30 | 📃 [Code of Conduct](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/blob/main/.github/CODE_OF_CONDUCT.md) 31 | 32 | ## How to Contribute 33 | 34 | :bug: [Submitting bug reports](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/issues/new/choose) - If you notice any unusual activity inside this project, please report to us 35 | 36 | :memo: [Adding Resources](./how-to-add-resources.md) - If you think that we are missing any crucial resource which could be helpful for beginners, feel free to add it 37 | 38 | :technologist: [Developing new features](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/issues) - If you have any new ideas in your mind which you would like to implement, feel free to raise them or reach out to the maintainers at [Discord](https://discord.com/invite/ERTNmajnKE) 39 | 40 | ## Features 💡 41 | 42 | - **Comprehensive Resources**: Discover a variety of carefully curated resources tailored to different skill levels and backgrounds 43 | 44 | - **Learn Open Source**: Master the art of contributing to open source projects with our step-by-step guides 45 | 46 | - **Explore & Contribute**: Find exciting open source projects to contribute to and access valuable learning resources 47 | 48 | ## 🎉 The awesome people who made this happen 49 | 50 | 51 | 52 | 53 | 54 | ## 📝 License 55 | 56 | This project is licensed under the [MIT license](./LICENSE). 57 | 58 | ## 💬 Get in touch 59 | 60 | If you have any questions or suggestions, feel free to [open an issue](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/issues/new/choose) or join our [discord community](https://discord.com/invite/ERTNmajnKE). 61 | 62 | You can also reach out to the maintainer at [Twitter](https://twitter.com/Hasnain_Makada) 63 | 64 |

Don't forget to ⭐ this repo 😊

65 | -------------------------------------------------------------------------------- /Resources/Web_Development.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": "1", 4 | "description": "Getting started with Git & Github by Kunal Kushwaha", 5 | "title": "Git & GitHub", 6 | "imageURL": "https://i.ytimg.com/vi/apGV9Kg7ics/mqdefault.jpg", 7 | "link": "https://www.youtube.com/watch?v=apGV9Kg7ics" 8 | }, 9 | { 10 | "id": "2", 11 | "description": "Web Development for Beginners by freeCodeCamp", 12 | "title": "Web Development", 13 | "imageURL": "https://ik.imagekit.io/1cw2zpbjy/OSWH/FCC.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670222534503g", 14 | "link": "https://youtu.be/nu_pCVPKzTk" 15 | }, 16 | { 17 | "id": "3", 18 | "description": "Frontend Development by Aproov Goyal", 19 | "title": "Web Development", 20 | "imageURL": "https://user-images.githubusercontent.com/114678694/216386888-ec6da6af-49e2-42e6-93aa-0282c5cf0f35.jpg", 21 | "link": "https://www.youtube.com/watch?v=-wx4z8SC7aA" 22 | }, 23 | { 24 | "id": "4", 25 | "description": "JavaScript Tutorial for Beginners - Full Course in 12 Hours by Clever Programmer", 26 | "title": "Web Development", 27 | "imageURL": "https://user-images.githubusercontent.com/97666287/213859043-5361cbb6-831a-4c0a-97bb-0e7e30cf65bb.jpg", 28 | "link": "https://www.youtube.com/watch?v=lI1ae4REbFM&t=30489s&ab_channel=CleverProgrammer" 29 | }, 30 | { 31 | "id": "5", 32 | "description": "Javascript CheatSheet by CodeWithHarry", 33 | "title": "Web Development", 34 | "imageURL": "https://user-images.githubusercontent.com/97666287/213903726-821d972f-6cb7-448b-9d7b-2db91bfed3d9.png", 35 | "link": "https://www.codewithharry.com/blogpost/javascript-cheatsheet/" 36 | } 37 | ] 38 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | ## Supported Versions 4 | 5 | The versions which are currently supporting our security policy guidelines 6 | 7 | | Version | Supported | 8 | | ------- | ------------------ | 9 | | 1.1.0 | :white_check_mark: | 10 | 11 | ## Reporting a Vulnerability 12 | 13 | At Open Source with Hasnain, we prioritize the security of our software and users. If you discover a potential security vulnerability within our GitHub project, we appreciate your responsible disclosure. Please report the issue to our security team by emailing at [hasnainmakada@gmail.com](mailto:hasnainmakada@gmail.com). We kindly request that you refrain from public disclosure until we've had a chance to investigate and implement any necessary fixes. Thank you for helping us maintain a safe and secure environment for everyone. 14 | -------------------------------------------------------------------------------- /_layouts/navbar.md: -------------------------------------------------------------------------------- 1 | - [**Star the Repo** 🌟](https://github.com/hasnainmakada-99/Open-Source-With-Hasnain) 2 | 3 | - [**Join our Discord**](https://discord.gg/ERTNmajnKE) 4 | -------------------------------------------------------------------------------- /_layouts/sidebar.md: -------------------------------------------------------------------------------- 1 | - Getting started 2 | - [Open Source resources and guidance](../pages/open-source-resources.md) 3 | - [Contribution guidelines](../Contributing.md) 4 | - [How to add resources](../how-to-add-resources.md) 5 | 6 | * Resources 7 | - [DevOps](./../pages/devops-resources.md) 8 | - [Web Development](../pages/web-development-resources.md) 9 | - [HTML resources](./../pages/HTML-resources.md) 10 | - [CSS resources](./../pages/CSS-resources.md) 11 | - [React resources](./../pages/react-resources.md) 12 | - [Backend Development resources](./../pages/backend-development-resource.md) 13 | - [Android Development](../pages/android-development-resources.md) 14 | - [Machine Learning](../pages/machine-learning-resources.md) 15 | - [Artificial Intelligence](../pages/AI-resources.md) 16 | - [Data Structure And Algorithms](../pages/data-structure-and-algorithms-resources.md) 17 | - [BlockChain Development](../pages/full-stack-blockchain-development.md) 18 | - [Flutter](./../pages/flutter.md) 19 | - [Paid Resources Collection](../pages/paid-resources.md) 20 | -------------------------------------------------------------------------------- /designs/Full-Landing-Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Full-Landing-Page.png -------------------------------------------------------------------------------- /designs/Home-Page-P1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Home-Page-P1.png -------------------------------------------------------------------------------- /designs/Home-Page-P2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Home-Page-P2.png -------------------------------------------------------------------------------- /designs/Home-Page-P3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Home-Page-P3.png -------------------------------------------------------------------------------- /designs/Home-Page-P4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Home-Page-P4.png -------------------------------------------------------------------------------- /designs/Home-Page-P5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Home-Page-P5.png -------------------------------------------------------------------------------- /designs/Resources-P1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Resources-P1.png -------------------------------------------------------------------------------- /designs/Resources-P2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Resources-P2.png -------------------------------------------------------------------------------- /designs/Resources-P3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/designs/Resources-P3.png -------------------------------------------------------------------------------- /esp.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | using namespace std; 3 | 4 | struct student 5 | { 6 | char name[50]; 7 | int roll; 8 | float marks; 9 | } s[10]; 10 | 11 | int main() 12 | { 13 | cout << "Enter information of students: " << endl; 14 | 15 | // storing information 16 | for(int i = 0; i < 10; ++i) 17 | { 18 | s[i].roll = i+1; 19 | cout << "For roll number" << s[i].roll << "," << endl; 20 | 21 | cout << "Enter name: "; 22 | cin >> s[i].name; 23 | 24 | cout << "Enter marks: "; 25 | cin >> s[i].marks; 26 | 27 | cout << endl; 28 | } 29 | 30 | cout << "Displaying Information: " << endl; 31 | 32 | // Displaying information 33 | for(int i = 0; i < 10; ++i) 34 | { 35 | cout << "\nRoll number: " << i+1 << endl; 36 | cout << "Name: " << s[i].name << endl; 37 | cout << "Marks: " << s[i].marks << endl; 38 | } 39 | 40 | return 0; 41 | } -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasnainmakada-99/Open-Source-With-Hasnain/2cd6c20707db521a094ecbfcf4860f528bce9413/favicon.ico -------------------------------------------------------------------------------- /how-to-add-resources.md: -------------------------------------------------------------------------------- 1 | ## A Step-by-Step Guide to Add Resources to OSWH 2 | 3 | **Before you begin**, please ensure that you have read the `Contributing.md` file if this is your first time contributing to open source. 4 | 5 | ### Adding Resources to OSWH 6 | 7 | 1. Start by selecting an `.md` file from the *pages directory*. For example, let's choose `full-stack-blockchain-development.md`. 8 | 9 | 2. **If the file is blank**: If no one has contributed to the file yet, it will be blank. In this case, follow these steps: 10 | 11 | a. Add a main heading to the file by inserting the following line at the top: 12 | ``` 13 | # Heading 14 | ``` 15 | 16 | b. Create a table to add the resource information by inserting the following markdown: 17 | ```markdown 18 | | Description | Preview | Link to Get Started | 19 | | :---------: | :-----: | :-----------------: | 20 | ``` 21 | 22 | 3. **If the file already has content**: If the file already contains resources added by previous contributors, skip step 2 and proceed to step 3. 23 | 24 | 4. Add the resources to the file by following this template: 25 | ```markdown 26 | | 1. CourseName | [![CourseName](https://i.ytimg.com/vi/AddVideoCode/mqdefault.jpg "CourseName")](AddVideoLink "CourseName") | [Here you go](AddVideoLink) | 27 | 28 | - Replace `CourseName` with the name of the course/resource. 29 | 30 | - Replace `AddVideoCode` with the 11-character video code present at the end of the YouTube video link. 31 | 32 | - Replace `AddVideoLink` with the actual URL to the resource. 33 | 34 | > "Note: To find the video code, refer to the 11-digit/character code at the end of the YouTube video link. 35 | 36 | >For example, if the link is https://www.youtube.com/watch?v=dphagk4O5qA, The video code is dphagk405qA." 37 | 38 | 5. If you are using VS Code Editor, you can preview the markdown by pressing Ctrl + Shift + v to ensure the formatting is correct. 39 | 40 | Congratulations! You're halfway there to making your first contribution to Open-Source-With-Hasnain! 🙌🏼 41 | 42 | Once you have finished adding the resources, return to the Contributing.md file and continue with the remaining steps (starting from step 7). 43 | 44 | If you have any questions or want to discuss your changes, feel free to open an issue and share your ideas. Enhancements are always encouraged and appreciated. 45 | 46 | **Best of luck! 🥇** -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Open Source With Hasnain 6 | 7 | 11 | 15 | 19 | 25 | 26 | 27 | 28 | 29 |
30 | 59 | 60 | 61 | 65 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "open-source-with-hasnain", 3 | "version": "1.1.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "start": "docsify serve .", 8 | "test": "echo \"Error: no test specified\" && exit 1" 9 | }, 10 | "repository": { 11 | "type": "git", 12 | "url": "git+https://github.com/hasnainmakada-99/Open-Source-With-Hasnain.git" 13 | }, 14 | "keywords": [], 15 | "author": "Hasnain Makada", 16 | "license": "ISC", 17 | "bugs": { 18 | "url": "https://github.com/hasnainmakada-99/Open-Source-With-Hasnain/issues" 19 | }, 20 | "homepage": "https://github.com/hasnainmakada-99/Open-Source-With-Hasnain#readme", 21 | "dependencies": { 22 | "docsify": "^4.13.1", 23 | "docsify-cli": "^4.4.4", 24 | "g": "^2.0.1" 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /pages/AI-resources.md: -------------------------------------------------------------------------------- 1 | # AI RESOURCES 2 | 3 | ## Prerequsites 4 | |Description | Preview | Link to get started with it | 5 | | :------------: | :------------: | :------------: | 6 | | 1. Introduction to Artificial Intelligence|
[![Road Map to learn AI](https://i.ytimg.com/vi/I6BRHxNilMw/mqdefault.jpg "Road Map to learnAI")](https://www.youtube.com/watch?v=I6BRHxNilMw "Introduction to Linux")
| [Here you go](https://youtu.be/I6BRHxNilMw) 7 | | 2. Understanding Artificial intelligence |
[![Understanding Artificial Intelligence](https://i.ytimg.com/vi/J_YLjCTOFWE/mqdefault.jpg "Understanding Artificial Intelligence")](https://www.youtube.com/watch?v=J_YLjCTOFWE "Understanding Artificial Intelligence")
| [Here you go](https://www.youtube.com/watch?v=J_YLjCTOFWE) 8 | | 3. PDF of the Roadmap |
[![PDF of the Roadmap](https://i.ytimg.com/vi/6uE4nfFgc5Q/mqdefault.jpg "PDF of the roadmap")](https://www.youtube.com/watch?v=6uE4nfFgc5Q "PDF of the roadmap")
| [Here you go](https://www.youtube.com/watch?v=6uE4nfFgc5Q) 9 | | 4. Introduction To Artificial Intelligence |
[![Artificial Intelligence](https://i.ibb.co/pbf14TL/w3-pull-res.png "WebDevelopment")](https://www.w3schools.com/ai/)
| [Here you go](https://www.w3schools.com/ai/) 10 | --- 11 | ## Learning Python 12 | |Description | Preview | Link to get started with it | 13 | | :------------: | :------------: | :------------: | 14 | | 1. Python Basics in 2 hours |
[![Python Basics in 2 hours](https://i.ytimg.com/vi/vLqTf2b6GZw/mqdefault.jpg "Python Basics in 2 hours")](https://www.youtube.com/watch?v=vLqTf2b6GZw "Python Basics in 2 hours")
| [Here you go](https://www.youtube.com/watch?v=vLqTf2b6GZw) 15 | --- 16 | ## Learning Python frameworks for Artificial Intelligence. 17 | 18 | |Description | Preview | Link to get started with it | 19 | | :------------: | :------------: | :------------: | 20 | | 1. Jupyter Notebooks |
[![Jupyter Notebooks](https://i.ytimg.com/vi/3C9E2yPBw7s/mqdefault.jpg "Jupyter Notebooks")](https://youtu.be/3C9E2yPBw7s "Jupyter Notebooks")
| [Here you go](https://youtu.be/3C9E2yPBw7s) 21 | | 2. Google colab |
[![Google colab](https://i.ytimg.com/vi/iMlMfrXJYSg/mqdefault.jpg "Google colab")](https://youtu.be/iMlMfrXJYSg "Google colab")
| [Here you go](https://youtu.be/iMlMfrXJYSg) 22 | 23 | --- 24 | ## Learning Algorithms of Artificial Intelligence and Machine learning. 25 | |Description | Preview | Link to get started with it | 26 | | :------------: | :------------: | :------------: | 27 | | 1. Artificial neural network |
[![Artificial neural network ](https://i.ytimg.com/vi/g9coqhm5CUM/mqdefault.jpg "Artificial Neural Network ")](https://youtube.com/playlist?list=PLhdVEDm7SZ-PdtzOkXWb6xyAPxFInnpx- "Artificial neural Network ")
| [Here you go](https://youtube.com/playlist?list=PLhdVEDm7SZ-PdtzOkXWb6xyAPxFInnpx-) 28 | | 2. Support Vector Machine |
[![Support Vector Machine](https://i.ytimg.com/vi/ugTxMLjLS8M/mqdefault.jpg "Support Vector Machine")](https://youtube.com/playlist?list=PLKnIA16_RmvbOIFee-ra7U6jR2oIbCZBL "Support Vector Machine ")
| [Here you go](https://youtube.com/playlist?list=PLKnIA16_RmvbOIFee-ra7U6jR2oIbCZBL) 29 | | 3. Decision-making |
[![Decision Making ](https://i.ytimg.com/vi/qDcl-FRnwSU/mqdefault.jpg "Decision Making ")](https://youtu.be/qDcl-FRnwSU "Decision-making ")
| [Here you go](https://youtu.be/qDcl-FRnwSU) 30 | | 4. Logistic regression |
[![Logistic regression ](https://i.ytimg.com/vi/XnOAdxOWXWg/mqdefault.jpg "Logistic regression ")](https://youtu.be/XnOAdxOWXWg "Logistic regression ")
| [Here you go](https://youtu.be/XnOAdxOWXWg) 31 | | 5. Linear regression |
[![Linear regression ](https://i.ytimg.com/vi/NUXdtN1W1FE/mqdefault.jpg "Linear regression ")](https://youtu.be/NUXdtN1W1FE "Linear regression ")
| [Here you go](https://youtu.be/NUXdtN1W1FE) 32 | | 6. Random forest |
[![Random forest ](https://i.ytimg.com/vi/eM4uJ6XGnSM/mqdefault.jpg "Random forest ")](https://youtu.be/eM4uJ6XGnSM "Random forest ")
| [Here you go](https://youtu.be/eM4uJ6XGnSM) 33 | | 7. Naive Bayes classifier |
[![Naive Bayes classifier ](https://i.ytimg.com/vi/l3dZ6ZNFjo0/mqdefault.jpg "Naive Bayes classifier ")](https://youtu.be/l3dZ6ZNFjo0 "Naive Bayes classifier ")
| [Here you go](https://youtu.be/l3dZ6ZNFjo0) 34 | | 8. K-means clustering |
[![K-means clustering ](https://i.ytimg.com/vi/Xvwt7y2jf5E/mqdefault.jpg "K-means clustering ")](https://youtu.be/Xvwt7y2jf5E "K-means clustering ")
| [Here you go](https://youtu.be/Xvwt7y2jf5E) 35 | | 9. K-nearest neighbors algorithm |
[![K-nearest neighbors algorithm ](https://i.ytimg.com/vi/4HKqjENq9OU/mqdefault.jpg "K-nearest neighbors algorithm ")](https://youtu.be/4HKqjENq9OU "K-nearest neighbors algorithm ")
| [Here you go](https://youtu.be/4HKqjENq9OU) 36 | | 10. Unsupervised learning |
[![Unsupervised learning ](https://i.ytimg.com/vi/D6gtZrsYi6c/mqdefault.jpg "Unsupervised learning ")](https://youtu.be/D6gtZrsYi6c "Unsupervised learning ")
| [Here you go](https://youtu.be/D6gtZrsYi6c) 37 | | 11. Cluster analysis |
[![Cluster analysis ](https://i.ytimg.com/vi/Xvwt7y2jf5E/mqdefault.jpg "Cluster analysis ")](https://youtu.be/Xvwt7y2jf5E "Cluster analysis ")
| [Here you go](https://youtu.be/Xvwt7y2jf5E) 38 | | 12. Regression analysis |
[![Regression analysis ](https://i.ytimg.com/vi/DtOYBxi4AIE/mqdefault.jpg "Regression analysis ")](https://youtu.be/DtOYBxi4AIE "Regression analysis ")
| [Here you go](https://youtu.be/DtOYBxi4AIE) 39 | | 13. Semi-supervised learning |
[![Semi-supervised learning ](https://i.ytimg.com/vi/tJmVf88l_ys/mqdefault.jpg "Semi-supervised learning ")](https://youtu.be/tJmVf88l_ys "Semi-supervised learning ")
| [Here you go](https://youtu.be/tJmVf88l_ys) 40 | | 14. Supervised learning |
[![Supervised learning ](https://i.ytimg.com/vi/tJmVf88l_ys/mqdefault.jpg "Supervised learning ")](https://youtu.be/tJmVf88l_ys "Supervised learning ")
| [Here you go](https://youtu.be/tJmVf88l_ys) 41 | | 15. Adaboost |
[![Adaboost ](https://i.ytimg.com/vi/wF5t4Mmv5us/mqdefault.jpg "Adaboost ")](https://youtu.be/wF5t4Mmv5us "Adaboost ")
| [Here you go](https://youtu.be/wF5t4Mmv5us) 42 | | 16. Boosting |
[![Boosting ](https://i.ytimg.com/vi/kho6oANGu_A/mqdefault.jpg "Boosting ")](https://youtu.be/kho6oANGu_A "Boosting ")
| [Here you go](https://youtu.be/kho6oANGu_A) 43 | | 17. Ensemble learning |
[![Ensemble learning ](https://i.ytimg.com/vi/WtWxOhhZWX0/mqdefault.jpg "Ensemble learning ")](https://youtu.be/WtWxOhhZWX0 "Ensemble learning ")
| [Here you go](https://youtu.be/WtWxOhhZWX0) 44 | | 18. Stochastic gradient descent |
[![Stochastic gradient descent ](https://i.ytimg.com/vi/YrEMPoWQRoE/mqdefault.jpg "Stochastic gradient descent ")](https://youtu.be/YrEMPoWQRoE "Stochastic gradient descent ")
| [Here you go](https://youtu.be/YrEMPoWQRoE) 45 | | 19. Polynomial regression |
[![Polynomial regression ](https://i.ytimg.com/vi/H8kocPOT5v0/mqdefault.jpg "Polynomial regression ")](https://youtu.be/H8kocPOT5v0 "Polynomial regression ")
| [Here you go](https://youtu.be/H8kocPOT5v0) 46 | | 20. Neural Network |
[![Artificial Neural Network ](https://i.ytimg.com/vi/Rs_rAxEsAvI/mqdefault.jpg "Artificial Neural Network ")](https://youtu.be/H8kocPOT5v0 "Artificial Neural Network ")
| [Here you go](https://youtu.be/Rs_rAxEsAvI) 47 | --- 48 | 49 | --- 50 | ## Deploying ML and AI Models. 51 | 52 | |Description | Preview | Link to get started with it | 53 | | :------------: | :------------: | :------------: | 54 | | 1. Jupyter Notebooks |
[![Jupyter Notebooks](https://i.ytimg.com/vi/bjsJOl8gz5k/mqdefault.jpg "Jupyter Notebooks")](https://youtube.com/playlist?list=PLZoTAELRMXVOAvUbePX1lTdxQR8EY35Z1 "Jupyter Notebooks")
| [Here you go](https://youtube.com/playlist?list=PLZoTAELRMXVOAvUbePX1lTdxQR8EY35Z1) 55 | 56 | 57 | 58 | --- 59 | ## Storing files in Git and Github. 60 | |Description | Preview | Link to get started with it | 61 | | :------------: | :------------: | :------------: | 62 | | 1. Complete Git and GitHub Tutorial |
[![Complete Git and GitHub Tutorial](https://i.ytimg.com/vi/apGV9Kg7ics/mqdefault.jpg "Complete Git and GitHub Tutorial")](https://www.youtube.com/watch?v=apGV9Kg7ics "Complete Git and GitHub Tutorial")
| [Here you go](https://www.youtube.com/watch?v=apGV9Kg7ics) 63 | | 2. Git and GitHub crash course (freecodecamp) |
[![Git and GitHub crash course (freecodecamp)](https://i.ytimg.com/vi/RGOj5yH7evk/mqdefault.jpg "Git and GitHub crash course (freecodecamp)")](https://www.youtube.com/watch?v=RGOj5yH7evk "Git and GitHub crash course (freecodecamp)")
| [Here you go](https://www.youtube.com/watch?v=RGOj5yH7evk) 64 | | 3. Git for Professionals (freecodecamp) |
[![Git for Professionals (freecodecamp)](https://i.ytimg.com/vi/Uszj_k0DGsg/mqdefault.jpg "Git for Professionals (freecodecamp)")](https://www.youtube.com/watch?v=Uszj_k0DGsg "Git for Professionals (freecodecamp)")
| [Here you go](https://www.youtube.com/watch?v=Uszj_k0DGsg) 65 | --- 66 | -------------------------------------------------------------------------------- /pages/CSS-resources.md: -------------------------------------------------------------------------------- 1 | |Description | Preview | Link to get started with it | 2 | | ------------ | ------------ | ------------ | 3 | | 1. CSS Tutorial by freeCodeCamp | [![Web Development](https://ik.imagekit.io/1cw2zpbjy/OSWH/FCC.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670222534503 "Web Development")](https://www.youtube.com/watch?v=OXGznpKZ_sA&t=14272s&ab_channel=freeCodeCamp.org)| [Here you go](https://www.youtube.com/watch?v=OXGznpKZ_sA&t=14272s&ab_channel=freeCodeCamp.org) 4 | | 2. CSS Flexbox CheatSheet by CSS-Tricks | [![Web Development](https://ik.imagekit.io/gaba/css-tricks-e1394062740966.png?updatedAt=1678565916889)](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)| [Here you go](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) 5 | | 3. CSS CheatSheet by CodeWithHarry | [![Web Development](https://user-images.githubusercontent.com/97666287/213903726-821d972f-6cb7-448b-9d7b-2db91bfed3d9.png)](https://www.codewithharry.com/blogpost/css-cheatsheet/)| [Here you go](https://www.codewithharry.com/blogpost/css-cheatsheet/) 6 | | 4. Learn Tailwind CSS by freeCodeCamp | [![Web Development](https://ik.imagekit.io/1cw2zpbjy/OSWH/FCC.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670222534503 "Web Development")](https://www.youtube.com/watch?v=ft30zcMlFao&ab_channel=freeCodeCamp.org)| [Here you go](https://www.youtube.com/watch?v=ft30zcMlFao&ab_channel=freeCodeCamp.org) 7 | | 5. CSS Reference Lists | [![Web Development](https://i.ibb.co/pbf14TL/w3-pull-res.png "WebDevelopment")](https://www.w3schools.com/cssref/index.php)| [Here you go](https://www.w3schools.com/cssref/index.php) 8 | -------------------------------------------------------------------------------- /pages/HTML-resources.md: -------------------------------------------------------------------------------- 1 | |Description | Preview | Link to get started with it | 2 | | ------------ | ------------ | ------------ | 3 | | 1. HTML CheatSheet by CodeWithHarry | [![Web Development](https://user-images.githubusercontent.com/97666287/213903726-821d972f-6cb7-448b-9d7b-2db91bfed3d9.png)](https://www.codewithharry.com/blogpost/html-cheatsheet/)| [Here you go](https://www.codewithharry.com/blogpost/html-cheatsheet/) 4 | | 2. HTML Reference Lists | [![Web Development](https://i.ibb.co/pbf14TL/w3-pull-res.png "WebDevelopment")](https://www.w3schools.com/TAGS/default.asp)| [Here you go](https://www.w3schools.com/TAGS/default.asp) 5 | -------------------------------------------------------------------------------- /pages/android-development-resources.md: -------------------------------------------------------------------------------- 1 | 2 | # Android Development resources 3 | 4 | |Description | Preview | Link to get started with it | 5 | | :------------: | :------------: | :------------: | 6 | | **1. First Step would be to choose a language Either Java or Kotlin** |
[![javaorkor](https://img.youtube.com/vi/ZeZdHUf2k8o/mqdefault.jpg "javaorkot")](https://www.youtube.com/watch?v=ZeZdHUf2k8o&ab_channel=CodyEngel)
| [Here you go](https://www.youtube.com/watch?v=ZeZdHUf2k8o&ab_channel=CodyEngel) 7 | | **2. Decided the language? Let's learn Android Studio Now Set it up with this** |
[![android](https://img.youtube.com/vi/4M0hNugPJV8/mqdefault.jpg "android")](https://www.youtube.com/watch?v=4M0hNugPJV8&ab_channel=RahulPandey "android")
| [Here you go](https://www.youtube.com/watch?v=4M0hNugPJV8&ab_channel=RahulPandey) 8 | | **3. Introduction to Android Studio By Google**|
[![tense](https://img.youtube.com/vi/kMI2jy-WlGM/mqdefault.jpg "tense")](https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/unit-1-get-started/lesson-1-build-your-first-app/1-0-c-introduction-to-android/1-0-c-introduction-to-android.html)
| [Here you go](https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/unit-1-get-started/lesson-1-build-your-first-app/1-0-c-introduction-to-android/1-0-c-introduction-to-android.html) 9 | | **4. Android Ecosystem course offered by Stanford University**|
[![coursera](https://img.youtube.com/vi/xZEaFcn5WrE/mqdefault.jpg "coursera")](https://www.youtube.com/playlist?list=PL7NYbSE8uaBDcLkbXsQADdvBnVbavonGn)
| [Here you go](https://www.youtube.com/playlist?list=PL7NYbSE8uaBDcLkbXsQADdvBnVbavonGn) 10 | | **5. Notes and supporting material for standford course** |
[![asml](https://img.youtube.com/vi/xZEaFcn5WrE/mqdefault.jpg "asml")](https://piazza.com/class_profile/get_resource/ktlu0ly5db84bb/kubkxvhvj8g66m))
| [Here you go](https://piazza.com/class_profile/get_resource/ktlu0ly5db84bb/kubkxvhvj8g66m) 11 | | **6. Done with Android Studio ? Time for kotlin**|
[![andrewg](https://img.youtube.com/vi/kMI2jy-WlGM/mqdefault.jpg "andrewg")](https://developer.android.com/courses/pathways/android-basics-kotlin-one)
| [Here you go](https://developer.android.com/courses/pathways/android-basics-kotlin-one) 12 | | **7. Deep Dive in Kotlin**|
[![andrewg](https://i.ytimg.com/vi/EExSSotojVI/mqdefault.jpg "andrewg ")](https://www.youtube.com/watch?v=EExSSotojVI&ab_channel=freeCodeCamp.org)
| [Here you go](https://www.youtube.com/watch?v=EExSSotojVI&ab_channel=freeCodeCamp.org) 13 | | **8. Now that you've learned, let's build Project 1**|
[![colab](https://i.ytimg.com/vi/KLuiX1oHBII/mqdefault.jpg "colab")](https://www.youtube.com/playlist?list=PL7NYbSE8uaBCMVBVg6cskGzdYguj3CUP-m/)
| [Here you go](https://www.youtube.com/playlist?list=PL7NYbSE8uaBCMVBVg6cskGzdYguj3CUP-) 14 | | **9. Project 2 Building maps**|
[![mlbyfcc](https://i.ytimg.com/vi/rpCoo_09-dk/mqdefault.jpg "mlbyfcc")](https://www.youtube.com/playlist?list=PL7NYbSE8uaBCSkZum6Z88RvjiXrTBpjT2)
| [Here you go](https://www.youtube.com/playlist?list=PL7NYbSE8uaBCSkZum6Z88RvjiXrTBpjT2) 15 | | **10. Project 3 Building Yelp**|
[![kylie](https://i.ytimg.com/vi/MeWKCZH7Kcs/mqdefault.jpg "kylie")](https://www.youtube.com/playlist?list=PL7NYbSE8uaBBPVU8RPRKuah_hUFQWCMLR)
| [Here you go](https://www.youtube.com/playlist?list=PL7NYbSE8uaBBPVU8RPRKuah_hUFQWCMLR) 16 | | **11. Riverpod State Management**|
[![Riverpod](https://ik.imagekit.io/1cw2zpbjy/OSWH/Riverpod_Cover.png?ik-sdk-version=javascript-1.4.3&updatedAt=1677642048677 "Rivaan")](https://youtu.be/pwflXIA-6YQ)
| [Here you go](https://youtu.be/pwflXIA-6YQ) 17 | | **12. Instagram Clone using Flutter**|
[![instagram](https://ik.imagekit.io/1cw2zpbjy/OSWH/Flutter-Insta_Clone_Cover.png?ik-sdk-version=javascript-1.4.3&updatedAt=1677642437017 "Rivaan")](https://youtu.be/BBccK1zTgxw)
| [Here you go](https://youtu.be/BBccK1zTgxw) -------------------------------------------------------------------------------- /pages/backend-development-resource.md: -------------------------------------------------------------------------------- 1 | |Description | Preview | Link to get started with it | 2 | | ------------ | ------------ | ------------ | 3 | | 1. Node.js and Express.js Tutorial | [![Web Development](https://user-images.githubusercontent.com/81804004/224903489-e9f62342-3491-44db-9249-827b4f8ba28c.png)](https://youtu.be/Oe421EPjeBE)| [Here you go](https://youtu.be/Oe421EPjeBE) 4 | | 2. MongoDb Tutorial | [![Web Development](https://user-images.githubusercontent.com/81804004/224904104-270e9cef-7830-42b5-93fe-cdec8f266e62.png)](https://youtu.be/oSIv-E60NiU)| [Here you go](https://youtu.be/oSIv-E60NiU) 5 | | 3. Python Backend Web Development Course (with Django) | [![Web Development](https://user-images.githubusercontent.com/81804004/224900194-460dc2ee-d7ad-49bf-a821-01c8bd3244c1.png)](https://youtu.be/jBzwzrDvZ18)| [Here you go](https://youtu.be/jBzwzrDvZ18) -------------------------------------------------------------------------------- /pages/data-structure-and-algorithms-resources.md: -------------------------------------------------------------------------------- 1 | |Description | Preview | Link to get started with it | 2 | | ------------ | ------------ | ------------ | 3 | | 1. Algorithms, Part I by Coursera | [![Algorithms, Part I](https://ik.imagekit.io/yrvfdj8eu/coursera_FrWf1hqC8?ik-sdk-version=javascript-1.4.3&updatedAt=1670359766093 "Algorithms, Part I")](https://www.coursera.org/learn/algorithms-part1 "Algorithms, Part I") | [Enroll for free](https://www.coursera.org/learn/algorithms-part1) 4 | | 2. Algorithms, Part II by Coursera| [![Algorithms, Part II](https://ik.imagekit.io/yrvfdj8eu/coursera_FrWf1hqC8?ik-sdk-version=javascript-1.4.3&updatedAt=1670359766093 "Algorithms, Part II")](https://www.coursera.org/learn/algorithms-part2 "Algorithms, Part II")| [Enroll for free](https://www.coursera.org/learn/algorithms-part2) 5 | | 3. Data Structures and Algorithms by GeeksforGeeks | [![Data Structures and Algorithms - Self Paced](https://ik.imagekit.io/yrvfdj8eu/Geek_For_Geeks_O8Ta-btYz?ik-sdk-version=javascript-1.4.3&updatedAt=1670360761743 "Data Structures and Algorithms - Self Paced")](https://practice.geeksforgeeks.org/courses/dsa-self-paced "Data Structures and Algorithms - Self Paced")| [Here you go](https://practice.geeksforgeeks.org/courses/dsa-self-paced) 6 | | 4. Best Data Structures & Algorithms (DSA) Course by (Kunal Kushwaha)| [![Best Data Structures & Algorithms (DSA) Course](https://ik.imagekit.io/yrvfdj8eu/rZ41y93P2Qo-MQ.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1670361079134 "Best Data Structures & Algorithms (DSA) Course")](https://www.youtube.com/watch?v=rZ41y93P2Qo "Best Data Structures & Algorithms (DSA) Course")| [Here you go](https://www.youtube.com/watch?v=rZ41y93P2Qo) 7 | | 5. Data Structures Easy to Advanced Course by freeCodeCamp | [![Data Structures Easy to Advanced Course](https://ik.imagekit.io/1cw2zpbjy/OSWH/FCC.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670222534503 "Data Structures Easy to Advanced Course")](https://www.youtube.com/watch?v=RBSGKlAvoiM "Data Structures Easy to Advanced Course") | [Here you go](https://www.youtube.com/watch?v=RBSGKlAvoiM) 8 | | 6. Data Structures and Algorithms Specialization by Coursera | [![Data Structures and Algorithms Specialization](https://ik.imagekit.io/yrvfdj8eu/coursera_FrWf1hqC8?ik-sdk-version=javascript-1.4.3&updatedAt=1670359766093 "Data Structures and Algorithms Specialization")](https://www.coursera.org/specializations/data-structures-algorithms?irclickid=UeK0CyVNDxyLRSbytyUQ-QgyUkAxD4zFv1suVM0&irgwc=1&utm_medium=partners&utm_source=impact&utm_campaign=3310965&utm_content=b2c "Data Structures and Algorithms Specialization") | [Enroll for free](https://www.coursera.org/specializations/data-structures-algorithms?irclickid=UeK0CyVNDxyLRSbytyUQ-QgyUkAxD4zFv1suVM0&irgwc=1&utm_medium=partners&utm_source=impact&utm_campaign=3310965&utm_content=b2c) 9 | | 7. Data Structure and Algorithms Tutorials by TutorialsPoint | [![Data Structure and Algorithms Tutorials](https://ik.imagekit.io/yrvfdj8eu/tutorial_point_kt2aC0bQS?ik-sdk-version=javascript-1.4.3&updatedAt=1670443686801 "Data Structure and Algorithms Tutorials")](hhttps://www.tutorialspoint.com/data_structures_algorithms/index.htm "Data Structure and Algorithms Tutorials") | [Here you go](https://www.tutorialspoint.com/data_structures_algorithms/index.htm) 10 | | 8. Design and Analysis of Algorithms by GURU99 | [![Design and Analysis of Algorithms](https://ik.imagekit.io/yrvfdj8eu/gu.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670525452920 "Design and Analysis of Algorithms")](https://www.guru99.com/design-analysis-algorithms-tutorial.html "Design and Analysis of Algorithms") | [Here you go](https://www.guru99.com/design-analysis-algorithms-tutorial.html) 11 | | 9. Data Structures and Algorithms for Beginners
by Programming with Mosh | [![Data Structures and Algorithms for Beginners](https://ik.imagekit.io/yrvfdj8eu/BBpAmxU_NQo-MQ.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1670526327419 "Data Structures and Algorithms for Beginners")](https://www.youtube.com/watch?v=BBpAmxU_NQo "Data Structures and Algorithms for Beginners") | [Here you go](https://www.youtube.com/watch?v=BBpAmxU_NQo) 12 | | 10. Data Structures & Algorithms by CS Dojo | [![ Data Structures & Algorithms](https://ik.imagekit.io/yrvfdj8eu/bum_19loj9A-MQ.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1670526504982 " Data Structures & Algorithms")](https://www.youtube.com/watch?v=bum_19loj9A&list=PLBZBJbE_rGRV8D7XZ08LK6z-4zPoWzu5H " Data Structures & Algorithms") | [Here you go](https://www.youtube.com/watch?v=bum_19loj9A&list=PLBZBJbE_rGRV8D7XZ08LK6z-4zPoWzu5H) 13 | | 11. Data Structures & Algorithms in Swift by Udacity | [![ Data Structures & Algorithms in Swift](https://ik.imagekit.io/yrvfdj8eu/udacity-logo-vector__1_.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670527498217 " Data Structures & Algorithms in Swift")](https://www.udacity.com/course/data-structures-and-algorithms-in-swift--ud1011 " Data Structures & Algorithms in Swift") | [Enroll for free](https://www.udacity.com/course/data-structures-and-algorithms-in-swift--ud1011) 14 | | 12. Introduction to Java Programming: Fundamental Data Structures and Algorithms | [![Fundamental Data Structures and Algorithms](https://www.edx.org/images/logos/edx-logo-elm.svg)](https://www.edx.org/course/introduction-to-java-programming-fundamental-data "Fundamental Data Structures and Algorithms") | [Enroll for free](https://www.edx.org/course/introduction-to-java-programming-fundamental-data) 15 | 16 | ## Agorithm Challenges 17 | 18 | |Description | Preview | Link to get started with it | 19 | | :------------: | :------------: | :------------: | 20 | | 1. Google Hash Code 2020 |
[![Complete Git and GitHub Tutorial](https://i.ytimg.com/vi/Mewe008IGl0/mqdefault.jpg "Google Hash Code 2020")](https://www.youtube.com/watch?v=Mewe008IGl0 "Google Hash Code 2020")
| [Here you go](https://www.youtube.com/watch?v=Mewe008IGl0) 21 | | 2. Google Hash Code Competition 2021 |
[![Google Hash Code Competition 2021](https://i.ytimg.com/vi/STIRFdfpIqQ/mqdefault.jpg "Google Hash Code Competition 2021")](https://www.youtube.com/watch?v=STIRFdfpIqQ "Google Hash Code Competition 2021")
| [Here you go](https://www.youtube.com/watch?v=STIRFdfpIqQ) 22 | | 3. Hash code Google compition 2020 |
[![solving more pizza problem hash code google compition 2020](https://i.ytimg.com/vi/ubAKFBvV0pc/mqdefault.jpg "solving more pizza problem hash code google compition 2020")](https://www.youtube.com/watch?v=ubAKFBvV0pc "hash code google compition 2020 ")
| [Here you go](https://www.youtube.com/watch?v=ubAKFBvV0pc) 23 | | 4. Traffic Signaling Problem Solution |
[![Traffic Signaling Problem Solution](https://i.ytimg.com/vi/B1gmKZZOHuY/mqdefault.jpg "Traffic Signaling Problem Solution")](https://www.youtube.com/watch?v=B1gmKZZOHuY "Traffic Signaling Problem Solution")
| [Here you go](https://www.youtube.com/watch?v=B1gmKZZOHuY) -------------------------------------------------------------------------------- /pages/devops-resources.md: -------------------------------------------------------------------------------- 1 | # DevOps Resources 2 | 3 | ## Prerequsites 4 | |Description | Preview | Link to get started with it | 5 | | :------------: | :------------: | :------------: | 6 | | 1. Introduction to Linux by edx|
[![Introduction to Linux](https://i.ytimg.com/vi/BmDricQGK6w/mqdefault.jpg "Introduction to Linux")](https://www.youtube.com/watch?v=BmDricQGK6w "Introduction to Linux")
| [Here you go](https://www.edx.org/course/introduction-to-linux) 7 | | 2. DevOps prerequisites by freecodecamp |
[![DevOps prerequisites](https://i.ytimg.com/vi/Wvf0mBNGjXY/mqdefault.jpg "DevOps Prerequisites")](https://www.youtube.com/watch?v=Wvf0mBNGjXY "DevOps prerequisites")
| [Here you go](https://www.youtube.com/watch?v=Wvf0mBNGjXY) 8 | | 3. CCNA part 1 |
[![CCNA part 1](https://i.ytimg.com/vi/rv3QK2UquxM/mqdefault.jpg "CCNA part 1")](https://www.youtube.com/watch?v=rv3QK2UquxM "CCNA part 1")
| [Here you go](https://www.youtube.com/watch?v=rv3QK2UquxM) 9 | | 4. Golang complete course (techworldwithnana) |
[![Golang complete course (techworldwithnana)](https://i.ytimg.com/vi/yyUHQIec83I/mqdefault.jpg "Golang complete course (techworldwithnana)")](https://www.youtube.com/watch?v=yyUHQIec83I "Golang complete course (techworldwithnana)")
| [Here you go](https://www.youtube.com/watch?v=yyUHQIec83I) 10 | --- 11 | ## YAML 12 | |Description | Preview | Link to get started with it | 13 | | :------------: | :------------: | :------------: | 14 | | 1. Introduction to YAML |
[![Introduction to YAML](https://i.ytimg.com/vi/1uFVr15xDGg/mqdefault.jpg "Introduction to YAML")](https://www.youtube.com/watch?v=1uFVr15xDGg "Introduction to YAML")
| [Here you go](https://www.youtube.com/watch?v=1uFVr15xDGg) 15 | | 2. Conplete YAML Course - Beginner to Prof for
DevOps and more! |
[![Introduction to YAML](https://i.ytimg.com/vi/IA90BTozdow/mqdefault.jpg "Introduction to YAML")](https://www.youtube.com/watch?v=IA90BTozdow "Introduction to YAML")
| [Here you go](https://www.youtube.com/watch?v=IA90BTozdow) 16 | --- 17 | ## Git & GitHub 18 | |Description | Preview | Link to get started with it | 19 | | :------------: | :------------: | :------------: | 20 | | 1. Complete Git and GitHub Tutorial |
[![Complete Git and GitHub Tutorial](https://i.ytimg.com/vi/apGV9Kg7ics/mqdefault.jpg "Complete Git and GitHub Tutorial")](https://www.youtube.com/watch?v=apGV9Kg7ics "Complete Git and GitHub Tutorial")
| [Here you go](https://www.youtube.com/watch?v=apGV9Kg7ics) 21 | | 2. Git and GitHub crash course (freecodecamp) |
[![Git and GitHub crash course (freecodecamp)](https://i.ytimg.com/vi/RGOj5yH7evk/mqdefault.jpg "Git and GitHub crash course (freecodecamp)")](https://www.youtube.com/watch?v=RGOj5yH7evk "Git and GitHub crash course (freecodecamp)")
| [Here you go](https://www.youtube.com/watch?v=RGOj5yH7evk) 22 | | 3. Git for Professionals (freecodecamp) |
[![Git for Professionals (freecodecamp)](https://i.ytimg.com/vi/Uszj_k0DGsg/mqdefault.jpg "Git for Professionals (freecodecamp)")](https://www.youtube.com/watch?v=Uszj_k0DGsg "Git for Professionals (freecodecamp)")
| [Here you go](https://www.youtube.com/watch?v=Uszj_k0DGsg) 23 | --- 24 | ## Cloud 25 | |Description | Preview | Link to get started with it | 26 | | :------------: | :------------: | :------------: | 27 | | 1. AWS certified cloud practitioner full course by
freecodecamp |
[![AWS cloud practitioner (freecodecamp) ](https://i.ytimg.com/vi/SOTamWNgDKc/mqdefault.jpg "AWS cloud practitioner (freecodecamp) ")](https://www.youtube.com/watch?v=SOTamWNgDKc "AWS cloud practitioner (freecodecamp) ")
| [Here you go](https://www.youtube.com/watch?v=SOTamWNgDKc) 28 | | 2. Cloud Computing Full Course By
Edureka! |
[![Cloud Computing Full Course (Edureka!) ](https://i.ytimg.com/vi/2LaAJq1lB1Q/mqdefault.jpg "Cloud Computing Full Course (Edureka!)")](https://www.youtube.com/watch?v=2LaAJq1lB1Q&t=115s "Cloud Computing Full Course (Edureka!)")
| [Here you go](https://www.youtube.com/watch?v=2LaAJq1lB1Q&t=115s) 29 | --- 30 | ## Docker 31 | |Description | Preview | Link to get started with it | 32 | | :------------: | :------------: | :------------: | 33 | | 1. Docker playlist by Saloni |
[![Docker playlist by Saloni ](https://i.ytimg.com/vi/nrBwWPGrF6w/mqdefault.jpg "Docker playlist by Saloni ")](https://www.youtube.com/watch?v=nrBwWPGrF6w "Docker playlist by Saloni ")
| [Here you go](https://www.youtube.com/watch?v=nrBwWPGrF6w) 34 | | 2. Docker Tutorial for Beginners - What is Docker?
Introduction to Containers |
[![Docker Tutorial for Beginners - What is Docker? Introduction to Containers ](https://i.ytimg.com/vi/17Bl31rlnRM/mqdefault.jpg "Docker Tutorial for Beginners - What is Docker? Introduction to Containers ")](https://www.youtube.com/watch?v=17Bl31rlnRM "Docker Tutorial for Beginners - What is Docker? Introduction to Containers ")
| [Here you go](https://www.youtube.com/watch?v=17Bl31rlnRM) 35 | | 3. Docker (freecodecamp) |
[![Docker (freecodecamp) ](https://i.ytimg.com/vi/9zUHg7xjIqQ/mqdefault.jpg "Docker (freecodecamp) ")](https://www.youtube.com/watch?v=9zUHg7xjIqQ "Docker (freecodecamp) ")
| [Here you go](https://www.youtube.com/watch?v=9zUHg7xjIqQ) 36 | | 4. Docker (Techworldwithnana) |
[![Docker (Techworldwithnana) ](https://i.ytimg.com/vi/3c-iBn73dDE/mqdefault.jpg "Docker (Techworldwithnana) ")](https://www.youtube.com/watch?v=3c-iBn73dDE "Docker (Techworldwithnana) ")
| [Here you go](https://www.youtube.com/watch?v=3c-iBn73dDE) 37 | | 5. Docker deep dive by Nigel |
[![Docker deep dive by Nigel ](https://i.ytimg.com/vi/GwXLNAcHk-k/mqdefault.jpg "Docker deep dive by Nigel ")](https://www.youtube.com/watch?v=GwXLNAcHk-k "Docker deep dive by Nigel ")
| [Here you go](https://www.youtube.com/watch?v=GwXLNAcHk-k) 38 | | 6. Dockerfile best practices |
[![Dockerfile best practices ](https://i.ytimg.com/vi/JofsaZ3H1qM/mqdefault.jpg "Dockerfile best practices ")](https://www.youtube.com/watch?v=JofsaZ3H1qM "Dockerfile best practices ")
| [Here you go](https://www.youtube.com/watch?v=JofsaZ3H1qM) 39 | | 7. Docker security essentials |
[![Docker security essentials ](https://i.ytimg.com/vi/KINjI1tlo2w/mqdefault.jpg "Docker security essentials ")](https://www.youtube.com/watch?v=KINjI1tlo2w "Docker security essentials ")
| [Here you go](https://www.youtube.com/watch?v=KINjI1tlo2w) 40 | | 8. Auditing Docker security |
[![Auditing Docker security ](https://i.ytimg.com/vi/mQkVB6KMHCg/mqdefault.jpg "Auditing Docker security ")](https://www.youtube.com/watch?v=mQkVB6KMHCg "Auditing Docker security ")
| [Here you go](https://www.youtube.com/watch?v=mQkVB6KMHCg) 41 | | 9. Docker in a visual way |
[![Docker in a visual way ](https://ik.imagekit.io/1cw2zpbjy/OSWH/IC_1.png?ik-sdk-version=javascript-1.4.3&updatedAt=1669791444969 "Docker in a visual way ")](https://aurelievache.gumroad.com/l/understanding-docker-visual-way "Docker in a visual way ")
| [Here you go](https://aurelievache.gumroad.com/l/understanding-docker-visual-way) 42 | | 10. Ivan container articles |
[![Ivan container articles ](https://ik.imagekit.io/1cw2zpbjy/OSWH/IC_2.png?ik-sdk-version=javascript-1.4.3&updatedAt=1669791444930 "Ivan container articles ")](https://iximiuz.com/en/categories/?category=Containers "Ivan container articles ")
| [Here you go](https://iximiuz.com/en/categories/?category=Containers) 43 | 44 | --- 45 | ## Kubernetes 46 | |Description | Preview | Link to get started with it | 47 | | :------------: | :------------: | :------------: | 48 | | 1. Kubernetes course by Civo Academy |
[![Kubernetes by Civo Academy ](https://i.ytimg.com/vi/oU4DRXe3VDM/mqdefault.jpg "Kubernetes by Civo Academy ")](https://www.civo.com/academy "Kubernetes by Civo Academy ")
| [Here you go](https://www.civo.com/academy) 49 | | 2. Kubernetes Tutorial form zero to hero in 4 hrs
by techworldwithnana |
[![Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours] ](https://i.ytimg.com/vi/X48VuDVv0do/mqdefault.jpg "Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours] ")
| [Here you go](https://www.youtube.com/watch?v=X48VuDVv0do) 50 | | 3. Kube academy |
[![Kube academy ](https://ik.imagekit.io/1cw2zpbjy/OSWH/IC_3.png?ik-sdk-version=javascript-1.4.3&updatedAt=1669791444931 "Kube academy ")](https://kube.academy/ "Kube academy ")
| [Here you go](https://kube.academy/) 51 | | 4. Introduction to Kubernetes (edx) |
[![Introduction to Kubernetes (edx) ](https://ik.imagekit.io/1cw2zpbjy/OSWH/IC_4.png?ik-sdk-version=javascript-1.4.3&updatedAt=1669791444895 "Introduction to Kubernetes (edx) ")](https://www.edx.org/course/introduction-to-kubernetes "Introduction to Kubernetes (edx) ")
| [Here you go](https://www.edx.org/course/introduction-to-kubernetes) 52 | | 5. KCNA |
[![KCNA ](https://i.ytimg.com/vi/iGkFHB1kFZ0/mqdefault.jpg "KCNA ")](https://www.youtube.com/watch?v=iGkFHB1kFZ0&t=0s "KCNA ")
| [Here you go](https://www.youtube.com/watch?v=iGkFHB1kFZ0&t=0s) 53 | | 6. Hands on CKA/CKAD/CKS |
[![Hands on CKA/CKAD/CKS ](https://i.ytimg.com/vi/jZOs8Oips7Q/mqdefault.jpg "Hands on CKA/CKAD/CKS ")](https://www.youtube.com/watch?v=jZOs8Oips7Q&t=0s "Hands on CKA/CKAD/CKS ")
| [Here you go](https://www.youtube.com/watch?v=jZOs8Oips7Q&t=0s) 54 | | 7. Certs Magic show |
[![Certs Magic show ](https://i.ytimg.com/vi/zpJ8cqrs4Ps/mqdefault.jpg "Certs Magic show ")](https://www.youtube.com/playlist?list=PLj6h78yzYM2MOZst3T8t2qpsdwBpyxWwy "Certs Magic show ")
| [Here you go](https://www.youtube.com/playlistlist=PLj6h78yzYM2MOZst3T8t2qpsdwBpyxWwy) 55 | | 8. CKS book |
[![CKS book ](https://i.ytimg.com/vi/zpJ8cqrs4Ps/mqdefault.jpg "CKS book ")](https://saiyampathak.gumroad.com/l/cksbook "CKS book ")
| [Here you go](https://saiyampathak.gumroad.com/l/cksbook) 56 | --- 57 | ## CI/CD 58 | |Description | Preview | Link to get started with it | 59 | | :------------: | :------------: | :------------: | 60 | | 1. Jenkins complete course |
[![Jenkins complete course ](https://i.ytimg.com/vi/FX322RVNGj4/mqdefault.jpg "Jenkins complete course ")](https://www.youtube.com/watch?v=FX322RVNGj4 "Jenkins complete course ")
| [Here you go](https://www.youtube.com/watch?v=FX322RVNGj4) 61 | | 2. GitHub Actions Tutorial - Basic Concepts and
CI/CD Pipeline with Docker |
[![GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker ](https://i.ytimg.com/vi/R8_veQiYBjI/mqdefault.jpg "GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker ")](https://www.youtube.com/watch?v=R8_veQiYBjI "GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker ")
| [Here you go](https://www.youtube.com/watch?v=R8_veQiYBjI) 62 | | 3. Google Cloud Run with Github Actions |
[![Google Cloud Run with Github Actions ](https://i.ytimg.com/vi/eooi60Mks_0/mqdefault.jpg "Google Cloud Run with Github Actions ")](https://www.youtube.com/watch?v=eooi60Mks_0 "Google Cloud Run with Github Actions ")
| [Here you go](https://www.youtube.com/watch?v=eooi60Mks_0) 63 | | 4. Get Certified for GitOps with Argo |
[![Get Certified for GitOps with Argo ](https://ik.imagekit.io/1cw2zpbjy/OSWH/IC_5.png?ik-sdk-version=javascript-1.4.3&updatedAt=1669791444680 "Get Certified for GitOps with Argo ")](https://learning.codefresh.io/ "Get Certified for GitOps with Argo ")
| [Here you go](https://learning.codefresh.io/) 64 | --- 65 | ## IAC tools 66 | |Description | Preview | Link to get started with it | 67 | | :------------: | :------------: | :------------: | 68 | | 1. Terrafrom in 2 hours (freecodecamp) |
[![Terrafrom in 2 hours (freecodecamp) ](https://i.ytimg.com/vi/SLB_c_ayRMo/mqdefault.jpg "Terrafrom in 2 hours (freecodecamp) ")](https://www.youtube.com/watch?v=SLB_c_ayRMo "Terrafrom in 2 hours (freecodecamp) ")
| [Here you go](https://www.youtube.com/watch?v=SLB_c_ayRMo) 69 | | 2. HashiCorp Terraform Associate Certification
Course |
[![HashiCorp Terraform Associate Certification Course ](https://i.ytimg.com/vi/V4waklkBC38/mqdefault.jpg "HashiCorp Terraform Associate Certification Course ")](https://www.youtube.com/watch?v=V4waklkBC38 "HashiCorp Terraform Associate Certification Course ")
| [Here you go](https://www.youtube.com/watch?v=V4waklkBC38) 70 | | 3. Crossplane CNCFMinutes |
[![Crossplane CNCFMinutes ](https://i.ytimg.com/vi/NLHmqVUvtkU/mqdefault.jpg "Crossplane CNCFMinutes")](https://www.youtube.com/watch?v=NLHmqVUvtkU "Crossplane CNCFMinutes")
| [Here you go](https://www.youtube.com/watch?v=NLHmqVUvtkU) 71 | | 4. Crossplane deep dive |
[![Crossplane deep dive ](https://i.ytimg.com/vi/5lWUWat_bbY/mqdefault.jpg "Crossplane deep dive")](https://www.youtube.com/watch?v=5lWUWat_bbY "Crossplane deep dive")
| [Here you go](https://www.youtube.com/watch?v=5lWUWat_bbY) 72 | | 5. Crossplane composition deepdive |
[![Crossplane composition deepdive ](https://i.ytimg.com/vi/78xR7ypzB4Q/mqdefault.jpg "Crossplane composition deepdive")](https://www.youtube.com/watch?v=78xR7ypzB4Q "Crossplane composition deepdive")
| [Here you go](https://www.youtube.com/watch?v=78xR7ypzB4Q) 73 | | 6. Learn pulumi by techworldwithnana |
[![Learn pulumi ](https://i.ytimg.com/vi/vIjeiDcsR3Q/mqdefault.jpg "Learn pulumi")](https://www.youtube.com/watch?v=vIjeiDcsR3Q "Learn pulumi")
| [Here you go](https://www.youtube.com/watch?v=vIjeiDcsR3Q) 74 | --- 75 | ## Observability 76 | |Description | Preview | Link to get started with it | 77 | | :------------: | :------------: | :------------: | 78 | | 1. Getting started with Jaeger |
[![Getting started with Jaeger ](https://i.ytimg.com/vi/aMZoUIG-mgY/mqdefault.jpg "Getting started with Jaeger")](https://www.youtube.com/watch?v=aMZoUIG-mgY "Getting started with Jaeger")
| [Here you go](https://www.youtube.com/watch?v=aMZoUIG-mgY) 79 | | 2. Getting dirty with Monitoring and
Autoscaling Features for Self Managed K8's cluster |
[![Getting dirty with Monitoring and Autoscaling Features for Self Managed Kubernetes cluster ](https://i.ytimg.com/vi/TqfIfUuuPdE/mqdefault.jpg "Getting dirty with Monitoring and Autoscaling Features for Self Managed Kubernetes cluster")](https://www.youtube.com/watch?v=TqfIfUuuPdE "Getting dirty with Monitoring and Autoscaling Features for Self Managed Kubernetes cluster")
| [Here you go](https://www.youtube.com/watch?v=TqfIfUuuPdE) 80 | | 3. Intro to Kubernetes monitoring |
[![Intro to Kubernetes monitoring ](https://i.ytimg.com/vi/B5UY-qeW96I/mqdefault.jpg "Intro to Kubernetes monitoring")](https://www.youtube.com/watch?v=B5UY-qeW96I "Intro to Kubernetes monitoring")
| [Here you go](https://www.youtube.com/watch?v=B5UY-qeW96I) 81 | | 4. Prometheus CNCFMinutes |
[![Prometheus CNCFMinutes ](https://i.ytimg.com/vi/llwxJ0VdYWY/mqdefault.jpg "Prometheus CNCFMinutes ")](https://www.youtube.com/watch?v=llwxJ0VdYWY "Prometheus CNCFMinutes ")
| [Here you go](https://www.youtube.com/watch?v=llwxJ0VdYWY) 82 | | 5. Thanos CNCFMinutes |
[![Thanos CNCFMinutes ](https://i.ytimg.com/vi/Pr3MbsGHljI/mqdefault.jpg "Thanos CNCFMinutes ")](https://www.youtube.com/watch?v=Pr3MbsGHljI "Thanos CNCFMinutes ")
| [Here you go](https://www.youtube.com/watch?v=Pr3MbsGHljI) 83 | | 6. Thanos deep dive |
[![Thanos deep dive ](https://i.ytimg.com/vi/nYV_wU7_Xm0/mqdefault.jpg "Thanos deep dive ")](https://www.youtube.com/watch?v=nYV_wU7_Xm0 "Thanos deep dive ")
| [Here you go](https://www.youtube.com/watch?v=nYV_wU7_Xm0) 84 | --- 85 | ## Chaos engineering 86 | |Description | Preview | Link to get started with it | 87 | | :------------: | :------------: | :------------: | 88 | | 1. Chaos mesh CNCFMinutes [ CNCF in just few
minutes] |
[![Chaos mesh CNCFMinutes ](https://i.ytimg.com/vi/HAU_cjW1bMw/mqdefault.jpg "Chaos mesh CNCFMinutes ")](https://www.youtube.com/watch?v=HAU_cjW1bMw&t=0s "Chaos mesh CNCFMinutes ")
| [Here you go](https://www.youtube.com/watch?v=HAU_cjW1bMw&t=0s) 89 | | 2. Chaos mesh 2.0 |
[![Chaos mesh 2.0 ](https://i.ytimg.com/vi/HmQ9cFwxF7g/mqdefault.jpg "Chaos mesh 2.0 ")](https://www.youtube.com/watch?v=HmQ9cFwxF7g&t=0s "Chaos mesh 2.0 ")
| [Here you go](https://www.youtube.com/watch?v=HmQ9cFwxF7g&t=0s) 90 | | 3. Litmus CNCFMinutes |
[![Litmus CNCFMinutes ](https://i.ytimg.com/vi/rDQ9XKbSJIc/mqdefault.jpg "Litmus CNCFMinutes ")](https://www.youtube.com/watch?v=rDQ9XKbSJIc&t=0s "Litmus CNCFMinutes ")
| [Here you go](https://www.youtube.com/watch?v=rDQ9XKbSJIc&t=0s) 91 | | 4. Cloud native chaos paradigms |
[![Cloud native chaos paradigms ](https://i.ytimg.com/vi/uBGPFfTu6TU/mqdefault.jpg "Cloud native chaos paradigms ")](https://www.youtube.com/watch?v=uBGPFfTu6TU&t=0s "Cloud native chaos paradigms ")
| [Here you go](https://www.youtube.com/watch?v=uBGPFfTu6TU&t=0s) 92 | --- 93 | ## Policy engines 94 | |Description | Preview | Link to get started with it | 95 | | :------------: | :------------: | :------------: | 96 | | 1. Kyverno CNCFMinutes |
[![Kyverno CNCFMinutes ](https://i.ytimg.com/vi/Bo8KhWhNY6g/mqdefault.jpg "Kyverno CNCFMinutes ")](https://www.youtube.com/watch?v=Bo8KhWhNY6g "Kyverno CNCFMinutes ")
| [Here you go](https://www.youtube.com/watch?v=Bo8KhWhNY6g) 97 | | 2. Kyverno deep dive |
[![Kyverno deep dive ](https://i.ytimg.com/vi/QR-iBeh9Vy0/mqdefault.jpg "Kyverno deep dive ")](https://www.youtube.com/watch?v=QR-iBeh9Vy0 "Kyverno deep dive ")
| [Here you go](https://www.youtube.com/watch?v=QR-iBeh9Vy0) 98 | | 3. Kyverno courses |
[![Kyverno courses ](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQDOaHvHVXbwTvxV2Ehi2vk8wuPnLzyVyzz1RZLNBEZGa7ySSkVyGw6-QZCtSeE4-usSRI&usqp=CAU "Kyverno courses ")](https://learn.nirmata.com/courses/ "Kyverno courses ")
| [Here you go](https://learn.nirmata.com/courses/) 99 | | 4. jsPolicy |
[![jsPolicy ](https://i.ytimg.com/vi/AzPczzKW71A/mqdefault.jpg "jsPolicy ")](https://www.youtube.com/watch?v=AzPczzKW71A "jsPolicy ")
| [Here you go](https://www.youtube.com/watch?v=AzPczzKW71A) 100 | | 5. Kubewarden |
[![Kubewarden ](https://i.ytimg.com/vi/b14YkyrLFcs/mqdefault.jpg "Kubewarden ")](https://www.youtube.com/watch?v=b14YkyrLFcs "Kubewarden ")
| [Here you go](https://www.youtube.com/watch?v=b14YkyrLFcs) 101 | | 6. OPA CNCFMinutes |
[![OPA CNCFMinutes ](https://i.ytimg.com/vi/49my68py3KY/mqdefault.jpg "OPA CNCFMinutes ")](https://www.youtube.com/watch?v=49my68py3KY "OPA CNCFMinutes ")
| [Here you go](https://www.youtube.com/watch?v=49my68py3KY) 102 | | 7. OPA deep dive |
[![OPA deep dive ](https://i.ytimg.com/vi/J6tM9O-0LvI/mqdefault.jpg "OPA deep dive ")](https://www.youtube.com/watch?v=J6tM9O-0LvI "OPA deep dive ")
| [Here you go](https://www.youtube.com/watch?v=J6tM9O-0LvI) 103 | | 8. Various policy engines for Kubernetes by Civo
academy |
[![Various policy engines for Kubernetes ](https://i.ytimg.com/vi/gKQOq7904h8/mqdefault.jpg "Various policy engines for Kubernetes ")](https://www.youtube.com/watch?v=gKQOq7904h8 "Various policy engines for Kubernetes ")
| [Here you go](https://www.youtube.com/watch?v=gKQOq7904h8) 104 | | 9. Styra Academy |
[![Styra Academy ](https://ik.imagekit.io/1cw2zpbjy/OSWH/IC_6.png?ik-sdk-version=javascript-1.4.3&updatedAt=1669889120063 "Styra Academy ")](https://academy.styra.com/courses/opa-rego "Styra Academy ")
| [Here you go](https://academy.styra.com/courses/opa-rego) 105 | --- 106 | ## Service Mesh 107 | |Description | Preview | Link to get started with it | 108 | | :------------: | :------------: | :------------: | 109 | | 1. Introduction to Service mesh with Linkerd by edx |
[![Introduction to Service mesh with Linkerd ](https://prod-discovery.edx-cdn.org/media/course/image/78e92285-b1dc-47d4-8574-046c7cfaa628-69dfd1ff5a1b.small.png "Introduction to Service mesh with Linkerd ")](https://www.edx.org/course/introduction-to-service-mesh-with-linkerd "Introduction to Service mesh with Linkerd ")
| [Here you go](https://www.edx.org/course/introduction-to-service-mesh-with-linkerd) 110 | --- 111 | ## GitHub Repositories to learn DevOps 112 | |Description | Preview | Link to get started with it | 113 | | :------------: | :------------: | :------------: | 114 | | 1. 90 Days of DevOps - Roadmap |
[![open source](https://ik.imagekit.io/1cw2zpbjy/OSWH/Getting_started_with_DevOps_-_Banner.png?ik-sdk-version=javascript-1.4.3&updatedAt=1667725617154 "DevOps")](https://github.com/MichaelCade/90DaysOfDevOps "90 Days of DevOps - Roadmap")
| [Here you go](https://github.com/MichaelCade/90DaysOfDevOps) 115 | | 2. DevOps Learning Hub: Tools and Tech - Pradumna Saraf |
[![open source](https://ik.imagekit.io/hfclyehqd/OS_Bag/DevOps_-_Pradumnasaraf.jpeg?updatedAt=1684313490774 "DevOps")](https://github.com/Pradumnasaraf/DevOps "DevOps Learning Hub: Tools and Tech - Pradumna Saraf")
| [Here you go](https://github.com/Pradumnasaraf/DevOps) -------------------------------------------------------------------------------- /pages/flutter.md: -------------------------------------------------------------------------------- 1 | # Flutter Resources 2 | 3 | | Description | Preview | Link to Get Started | 4 | | :---------: | :-----: | :-----------------: | 5 | | 1. Flutter Course for Beginners by freeCodeCamp | [![Flutter](https://i.ytimg.com/vi/VPvVD8t02U8/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLBIvrUeVqraDVEpjrh30B0O-q_oTA "Flutter")](https://www.youtube.com/watch?v=VPvVD8t02U8")| [Here you go](https://www.youtube.com/watch?v=VPvVD8t02U8) 6 | | 2. What is Flutter? Beginner to Advance Full Course by WsCube Tech | [![Flutter](https://i.ytimg.com/vi/jqxz7QvdWk8/hq720.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLAcflFxLtuP3qXItOVJLx_w-VS0Yg "Flutter")](https://www.youtube.com/watch?v=jqxz7QvdWk8&list=PLjVLYmrlmjGfGLShoW0vVX_tcyT8u1Y3E")| [Here you go](https://www.youtube.com/watch?v=jqxz7QvdWk8&list=PLjVLYmrlmjGfGLShoW0vVX_tcyT8u1Y3E) 7 | | 3. Full Flutter Course by Vandad Nahavandipoor | [![Flutter](https://i.ytimg.com/vi/IfUjHNODRoM/hq720.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBpmXkQa6WtEmRLAEBju0qi-zhE3Q "Flutter")](httphttps://i.ytimg.com/vi/IfUjHNODRoM/hq720.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBpmXkQa6WtEmRLAEBju0qi-zhE3Qs://www.youtube.com/watch?v=IfUjHNODRoM&list=PL6yRaaP0WPkVtoeNIGqILtRAgd3h2CNpT")| [Here you go](https://www.youtube.com/watch?v=IfUjHNODRoM&list=PL6yRaaP0WPkVtoeNIGqILtRAgd3h2CNpT) 8 | 9 | 10 | ## Sample Project to learn Flutter 11 | 12 | | Description | Preview | Link to Get Started | 13 | | :---------: | :-----: | :-----------------: | 14 | | 1. Create a QR CODE SCANNER and GENERATOR Application using Flutter by GeeksforGeeks | [![Flutter](https://i.ytimg.com/vi/hm5JfFhiXL8/hq720.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLDfzQknY_CcL5OAgaH8fYbABaxQDg "Flutter")](https://www.youtube.com/watch?v=hm5JfFhiXL8&list=PLG5KvF1OpdCV0mGf8k7NNqFyI9qlwIiMl")| [Here you go](https://www.youtube.com/watch?v=hm5JfFhiXL8&list=PLG5KvF1OpdCV0mGf8k7NNqFyI9qlwIiMl) 15 | | 2. Build an Blinkit Clone App with Flutter by WsCube Tech | [![Flutter](https://i.ytimg.com/vi/BU4jheqy7fI/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLCWNUYlBiUS63ddz4_rzcasrR1Rmg "Flutter")](https://www.youtube.com/watch?v=BU4jheqy7fI")| [Here you go](https://www.youtube.com/watch?v=BU4jheqy7fI) 16 | 17 | ## Github Repository to learn Flutter 18 | 19 | | Description | Profile | Github Link | 20 | | :---------: | :-----: | :-----------------: | 21 | | 1. Flutter Resources by CoderUni | [![Flutter](https://avatars.githubusercontent.com/u/57564335?v=4 "Flutter")](https://github.com/CoderUni/FlutterResources")| [Here you go](https://github.com/CoderUni/FlutterResources) 22 | | 2. Flutter Resources by Flutter Organisation | [![Flutter](https://avatars.githubusercontent.com/u/14101776?s=200&v=4 "Flutter")](https://github.com/flutter/flutter")| [Here you go](https://github.com/flutter/flutter) 23 | -------------------------------------------------------------------------------- /pages/full-stack-blockchain-development.md: -------------------------------------------------------------------------------- 1 | # Blockchain Resources 2 | 3 | |Description | Preview | Link to get started with it | 4 | | :------------: | :------------: | :------------: | 5 | | 1. Full-Stack Web3 Development|
[![Full-Stack Web3 Development](https://i.ytimg.com/vi/gyMwXuJrbJQ/mqdefault.jpg "Full-Stack Web3 Development")](https://www.youtube.com/watch?v=gyMwXuJrbJQ "Full-Stack Web3 Development")
| [Here you go](https://www.youtube.com/watch?v=gyMwXuJrbJQ) 6 | | 2. Web3 Crowdfunding Platform Development|
[![Web3 Crowdfunding Platform Development](https://user-images.githubusercontent.com/81804004/224605757-578529c6-016f-4e18-a5a9-f44267854b84.png "Web3 Crowdfunding Platform Development")](https://youtu.be/BDCT6TYLYdI "Web3 Crowdfunding Platform Development")
| [Here you go](https://youtu.be/BDCT6TYLYdI) 7 | | 3. Web 3.0 Cryptocurrency Exchange|
[![Web 3.0 Cryptocurrency Exchange](https://user-images.githubusercontent.com/81804004/224606630-3fd9fbc1-50a6-4029-badd-53a09a834ddf.png "Web 3.0 Cryptocurrency Exchange")](https://youtu.be/Y89q6T1r1Yg "Web 3.0 Cryptocurrency Exchange")
| [Here you go](https://youtu.be/Y89q6T1r1Yg) 8 | | 4. Solidity Tutorial - A Full Course on Ethereum, Blockchain Development, Smart Contracts, and the EVM|
[![freecodecamp](https://i.ytimg.com/vi/ipwxYa-F1uY/hq720.jpg)](https://www.youtube.com/watch?v=ipwxYa-F1uY)
| [Here you go](https://www.youtube.com/watch?v=ipwxYa-F1uY) 9 | | 5. Learn Blockchain: The COMPLETE beginner’s guide|
[![dappuniv](https://i.ytimg.com/vi/99pYGpTWcXM/hq720.jpg)](https://www.youtube.com/watch?v=99pYGpTWcXM)
| [Here you go](https://www.youtube.com/watch?v=99pYGpTWcXM) 10 | | 6. Build Your First Blockchain App Using Ethereum Smart Contracts and Solidity|
[![freecodecamp](https://i.ytimg.com/vi/coQ5dg8wM2o/hq720.jpg)](https://www.youtube.com/watch?v=coQ5dg8wM2o)
| [Here you go](https://www.youtube.com/watch?v=coQ5dg8wM2o) 11 | | 7. Build 5 Dapps on the Ethereum Blockchain - Beginner Tutorial|
[![freecodecamp](https://i.ytimg.com/vi/8wMKq7HvbKw/hq720.jpg)](https://www.youtube.com/watch?v=8wMKq7HvbKw)
| [Here you go](https://www.youtube.com/watch?v=8wMKq7HvbKw) 12 | | 8. Rust Crash Course Tutorial for Solana|
[![josh](https://i.ytimg.com/vi/-AAtfPHEMbA/hq720.jpg)](https://www.youtube.com/watch?v=-AAtfPHEMbA&list=PL53JxaGwWUqCr3xm4qvqbgpJ4Xbs4lCs7)
| [Here you go](https://www.youtube.com/watch?v=-AAtfPHEMbA&list=PL53JxaGwWUqCr3xm4qvqbgpJ4Xbs4lCs7) 13 | | 9. Master Ethers.js for Blockchain Step-by-Step [Full Course]|
[![dappuniv](https://i.ytimg.com/vi/yk7nVp5HTCk/hq720.jpg)](https://www.youtube.com/watch?v=yk7nVp5HTCk)
| [Here you go](https://www.youtube.com/watch?v=yk7nVp5HTCk) 14 | | 10. Blockchain Python programming tutorial [FULL COURSE] Web3.py|
[![dappuniv](https://i.ytimg.com/vi/pZSegEXtgAE/hq720.jpg)](https://www.youtube.com/watch?v=pZSegEXtgAE)
| [Here you go](https://www.youtube.com/watch?v=pZSegEXtgAE) 15 | -------------------------------------------------------------------------------- /pages/machine-learning-resources.md: -------------------------------------------------------------------------------- 1 | # Machine learning resources 2 | 3 | | Description | Preview | Link to get started with it | 4 | | :--------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | 5 | | **1. Before Diving into ML Brush Up Your Python Using Google’s Python Class** |
[![google python](https://i.ytimg.com/vi/wgYbksLbaqU/mqdefault.jpg "google python")](https://developers.google.com/edu/python/)
| [Here you go](https://developers.google.com/edu/python/) | 6 | | **2. MatPlotLib with Python** |
[![itds](https://i.ytimg.com/vi/Y5x8xvDnLXk/mqdefault.jpg "itds")](https://www.udemy.com/course/matplotlib-with-python/ "itds")
| [Here you go](https://www.udemy.com/course/matplotlib-with-python/) | 7 | | **3. TensorFlow 2.0** |
[![tense](https://i.ytimg.com/vi/tPYj3fFJGjk/mqdefault.jpg "tense")](https://www.freecodecamp.org/news/massive-tensorflow-2-0-free-course)
| [Here you go](https://www.freecodecamp.org/news/massive-tensorflow-2-0-free-course) | 8 | | **4. Coursera's Machine Learning course offered by Stanford University** |
[![coursera](https://i.ytimg.com/vi/4nsdARJGzJ0/mqdefault.jpg "coursera")](https://www.coursera.org/learn/machine-learning)
| [Here you go](https://www.coursera.org/learn/machine-learning) | 9 | | **5. Applied Machine Learning in Python** |
[![asml](https://i.ytimg.com/vi/hkagmGAu74Y/mqdefault.jpg "asml")](https://www.coursera.org/learn/python-machine-learning)
| [Here you go](https://www.coursera.org/learn/python-machine-learning) | 10 | | **6. Stanford CS229: Machine Learning Full Course taught by Andrew Ng** |
[![andrewg](https://i.ytimg.com/vi/jGwO_UgTS7I/mqdefault.jpg "andrewg ")](https://www.youtube.com/playlist?list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU)
| [Here you go](https://www.youtube.com/playlist?list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU) | 11 | | **7. MIT 6.S19:Introduction to Deep Learning** |
[![mit](https://i.ytimg.com/vi/7sB052Pz0sQ/mqdefault.jpg "mit")](https://www.youtube.com/playlist?list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI)
| [Here you go](https://www.youtube.com/playlist?list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI) | 12 | | **8. Machine Learning Course for Beginners By Ayush Singh** |
[![mlbyfcc](https://i.ytimg.com/vi/NWONeJKn6kc/mqdefault.jpg "mlbyfcc")](https://www.youtube.com/watch?v=NWONeJKn6kc&ab_channel=freeCodeCamp.org)
| [Here you go](https://www.youtube.com/watch?v=NWONeJKn6kc&ab_channel=freeCodeCamp.org) | 13 | | **9. Machine Learning for Everybody – Full Course By Kylie Ying** |
[![kylie](https://i.ytimg.com/vi/i_LwzRVP7bg/mqdefault.jpg "kylie")](https://www.youtube.com/watch?v=i_LwzRVP7bg&ab_channel=freeCodeCamp.org)
| [Here you go](https://www.youtube.com/watch?v=i_LwzRVP7bg&ab_channel=freeCodeCamp.org) | 14 | | **10. Machine Learning Course - CS 156 by Professor Yaser Abu-Mostafa** |
[![kylie](https://i.ytimg.com/vi/mbyG85GZ0PI/mqdefault.jpg "kylie")](https://www.youtube.com/playlist?list=PLD63A284B7615313A)
| [Here you go](https://www.youtube.com/playlist?list=PLD63A284B7615313A) | 15 | | **11. Deep Learning by Prof. Ali Ghodsi at University of Waterloo Fall 2015 STAT** |
[![kylie](https://i.ytimg.com/vi/fyAZszlPphs/mqdefault.jpg "kylie")](https://www.youtube.com/playlist?list=PLehuLRPyt1Hyi78UOkMPWCGRxGcA9NVOE)
| [Here you go](https://www.youtube.com/playlist?list=PLehuLRPyt1Hyi78UOkMPWCGRxGcA9NVOE) | 16 | | **12. Statistical Machine Learning by Prof. Larry Wasserman** |
[![kylie](https://i.ytimg.com/vi/BmqPPHyKyR4/mqdefault.jpg "kylie")](https://www.youtube.com/playlist?list=PLjbUi5mgii6BWEUZf7He6nowWvGne_Y8r)
| [Here you go](https://www.youtube.com/playlist?list=PLjbUi5mgii6BWEUZf7He6nowWvGne_Y8r) | 17 | | **13. Done with Tutorials? Now Train some models using Google Colab** |
[![colab](https://i.ytimg.com/vi/FXBEW5YeD_E/mqdefault.jpg "colab")](https://colab.research.google.com/)
| [Here you go](https://colab.research.google.com/) | 18 | | **14. Stanford University CS229M: Machine Learning Theory Fall 2021** |
[![tengyuma](https://i.ytimg.com/vi/I-tmjGFaaBg/hqdefault.jpg)](https://www.youtube.com/watch?v=I-tmjGFaaBg&list=PLoROMvodv4rP8nAmISxFINlGKSK4rbLKh)
| [Here you go](https://www.youtube.com/watch?v=I-tmjGFaaBg&list=PLoROMvodv4rP8nAmISxFINlGKSK4rbLKh) | 19 | | **15. Stanford CS330: Deep Multi-Task & Meta Learning I Autumn 2021** |
[![chelseafinn](https://i.ytimg.com/vi/dYmJd_fJLW0/hqdefault.jpg)](https://www.youtube.com/watch?v=dYmJd_fJLW0&list=PLoROMvodv4rMIJ-TvblAIkw28Wxi27B36)
| [Here you go](https://www.youtube.com/watch?v=dYmJd_fJLW0&list=PLoROMvodv4rMIJ-TvblAIkw28Wxi27B36) | 20 | | **16. Stanford CS25 — Transformers United** |
[![speakers](https://i.ytimg.com/vi/P127jhj-8-Y/hqdefault.jpg)](https://www.youtube.com/watch?v=P127jhj-8-Y&list=PLoROMvodv4rNiJRchCzutFw5ItR_Z27CM)
| [Here you go](https://www.youtube.com/watch?v=P127jhj-8-Y&list=PLoROMvodv4rNiJRchCzutFw5ItR_Z27CM) | 21 | | **17. Stanford CS25 — Transformers United** |
[![trevorhastie&roberttibshirani](https://i.ytimg.com/vi/LvySJGj-88U/hqdefault.jpg)](https://www.youtube.com/watch?v=LvySJGj-88U&list=PLoROMvodv4rOzrYsAxzQyHb8n_RWNuS1e)
| [Here you go](https://www.youtube.com/watch?v=LvySJGj-88U&list=PLoROMvodv4rOzrYsAxzQyHb8n_RWNuS1e) | 22 | | **18. Stanford CS224N: Natural Language Processing with Deep Learning** |
[![christophermanning](https://i.ytimg.com/vi/rmVRLeJRkl4/hqdefault.jpg)](https://www.youtube.com/watch?v=rmVRLeJRkl4&list=PLoROMvodv4rOSH4v6133s9LFPRHjEmbmJ&t=5s)
| [Here you go](https://www.youtube.com/watch?v=rmVRLeJRkl4&list=PLoROMvodv4rOSH4v6133s9LFPRHjEmbmJ&t=5s) | 23 | | **19. Stanford Free courses** |
[![many](https://th.bing.com/th/id/OIP.z-oeYMwfL8w192v8ggQbVgHaE8?w=240&h=180&c=7&r=0&o=5&dpr=1.4&pid=1.7)](https://online.stanford.edu/explore?topics%5B1054%5D=1054&type=All&filter%5B0%5D=free_or_paid%3Afree&filter%5B1%5D=topic%3A1047&filter%5B2%5D=topic%3A1062&items_per_page=12&keywords=)
| [Here you go](https://online.stanford.edu/explore?topics%5B1054%5D=1054&type=All&filter%5B0%5D=free_or_paid%3Afree&filter%5B1%5D=topic%3A1047&filter%5B2%5D=topic%3A1062&items_per_page=12&keywords=) | 24 | | **20. CS50: Machine Learning Harvard University** |
[![speaker](https://i.ytimg.com/vi/LucW-p6zC5c/hqdefault.jpg)](https://www.youtube.com/watch?v=LucW-p6zC5c&list=PLev3wYDe24HJvAcOi8-CIcIBembBE70GF)
| [Here you go](https://www.youtube.com/watch?v=LucW-p6zC5c&list=PLev3wYDe24HJvAcOi8-CIcIBembBE70GF) | 25 | | **21. Machine Learning Specialization 2022 — Andrew Ng, Stanford University** |
[![andrewg](https://i.ytimg.com/vi/y8JgiWcUnU8/hqdefault.jpg)](https://www.youtube.com/watch?v=y8JgiWcUnU8&list=PLxfEOJXRm7eZKJyovNH-lE3ooXTsOCvfC&t=2s)
| [Here you go](https://www.youtube.com/watch?v=y8JgiWcUnU8&list=PLxfEOJXRm7eZKJyovNH-lE3ooXTsOCvfC&t=2s) | 26 | | **22. MIT 6.801 Machine Vision, Fall 2020** |
[![bertholdhorn](https://i.ytimg.com/vi/tY2gczObpfU/hqdefault.jpg)](https://www.youtube.com/watch?v=tY2gczObpfU&list=PLUl4u3cNGP63pfpS1gV5P9tDxxL_e4W8O)
| [Here you go](https://www.youtube.com/watch?v=tY2gczObpfU&list=PLUl4u3cNGP63pfpS1gV5P9tDxxL_e4W8O) | 27 | | **23. GSS2012: Deep Learning, Feature Learning** |
[![geoffreyhinton](https://i.ytimg.com/vi/bO9nHq2AqbQ/hqdefault.jpg)](https://www.youtube.com/watch?v=GJdWESd543Y&list=PLHyI3Fbmv0SdzMHAy0aN59oYnLy5vyyTA&t=1s)
| [Here you go](https://www.youtube.com/watch?v=GJdWESd543Y&list=PLHyI3Fbmv0SdzMHAy0aN59oYnLy5vyyTA&t=1s) | 28 | | **24. Machine Learning CalTech - Full Course** |
[![yasermustafa](https://i.ytimg.com/vi/1GMFTqjKyw8/hqdefault.jpg)](https://www.youtube.com/watch?v=1GMFTqjKyw8&list=PLH5_eZVldmtVQwk1HVnsnKHCBITntIjo_)
| [Here you go](https://www.youtube.com/watch?v=1GMFTqjKyw8&list=PLH5_eZVldmtVQwk1HVnsnKHCBITntIjo_) | 29 | | **25. CORNELL CS4780 “Machine Learning for Intelligent Systems”** |
[![kilianweinberger](https://i.ytimg.com/vi/MrLPzBxG95I/hqdefault.jpg)](https://www.youtube.com/watch?v=MrLPzBxG95I&list=PLl8OlHZGYOQ7bkVbuRthEsaLr7bONzbXS)
| [Here you go](https://www.youtube.com/watch?v=MrLPzBxG95I&list=PLl8OlHZGYOQ7bkVbuRthEsaLr7bONzbXS) | 30 | -------------------------------------------------------------------------------- /pages/open-source-resources.md: -------------------------------------------------------------------------------- 1 | # Open Source Resources 2 | 3 | |Description | Preview | Link to get started with it | 4 | | :------------: | :------------: | :------------: | 5 | | 1. Getting started with Open Source - The beginner's guide | [![open source](https://ik.imagekit.io/1cw2zpbjy/OSWH/Open_Source_blog_cover.png?ik-sdk-version=javascript-1.4.3&updatedAt=1667726312561 "Open Source")](https://hasnainm.hashnode.dev/getting-started-with-open-source "Open Source Guidance") | [Here you go](https://hasnainm.hashnode.dev/getting-started-with-open-source) 6 | | **2. LinkFree by EddieHub - An Open Source alternative to [Linktree](https://linktr.ee/) that connects your audience to all your content with just one link** |
[![Linkfree](https://ik.imagekit.io/1cw2zpbjy/OSWH/LinkFree_-_Banner.png?ik-sdk-version=javascript-1.4.3&updatedAt=1667726024401 "LinkFree")](https://hasnainm.hashnode.dev/getting-started-with-open-source "Linkfree")
| [Here you go](https://github.com/EddieHubCommunity/LinkFree) 7 | | **3. What is Open Source by Kunal Kushwaha**|
[![Open-Source](https://ik.imagekit.io/1cw2zpbjy/OSWH/Open_Source_with_Kunal.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670699313550 "Open Source")](https://youtu.be/msyGybzCKRs)
| [Here you go](https://youtu.be/msyGybzCKRs) 8 | | **4. Understanding Open Source Software Licences - By Pragati Verma**|
[![OS Licences](https://ik.imagekit.io/1cw2zpbjy/OSWH/Hashnode_Blog_1_-_Cover.png?ik-sdk-version=javascript-1.4.3&updatedAt=1671079902028 "Open source Licences")](https://quickblox.hashnode.dev/understanding-open-source-software-licenses)
| [Here you go](https://quickblox.hashnode.dev/understanding-open-source-software-licenses) 9 | | **5. 20+ paid Open Source Programs and Internships - By Kunal Kushwaha**|
[![OS Programs](https://ik.imagekit.io/1cw2zpbjy/OSWH/Comm_Classroom_Cover.png?ik-sdk-version=javascript-1.4.3&updatedAt=1671079541196 "Open source programs and internships")](https://youtu.be/x4hsV_q_YQc)
| [Here you go](https://youtu.be/x4hsV_q_YQc) 10 | | **6. How to get started with Open Source by Web Dev Simplified**|
[![Open-Source](https://img.youtube.com/vi/GbqSvJs-6W4/sddefault.jpg "Gey Started With Open source ")](https://youtu.be/GbqSvJs-6W4)
| [Here you go](https://youtu.be/GbqSvJs-6W4) 11 | | **7. Complete Guide to Open Source - How to Contribute by freecodecamp ft Eddie Jaoude**|
[![Open Source](https://img.youtube.com/vi/yzeVMecydCE/sddefault.jpg "Open source Guide")](https://youtu.be/yzeVMecydCE)
| [Here you go](https://youtu.be/yzeVMecydCE) 12 | | **8. Complete Git and GitHub Tutorial by Kunal Kushwaha**|
[![GitHub](https://img.youtube.com/vi/apGV9Kg7ics/sddefault.jpg "Git and GitHub")](https://youtu.be/apGV9Kg7ics)
| [Here you go](https://youtu.be/apGV9Kg7ics) 13 | | **9. First Contribution GitHub Repo - Make your first contribution here Now!**|
[![OS Programs](https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/GitHub_logo_2013.svg/330px-GitHub_logo_2013.svg.png "First Contribution Repo")](https://github.com/firstcontributions/first-contributions)
| [Here you go](https://github.com/firstcontributions/first-contributions) 14 | | **10. GitHub Good First Issue Finder**|
[![image info](https://ik.imagekit.io/1cw2zpbjy/OSWH/eddie.png?ik-sdk-version=javascript-1.4.3&updatedAt=1672727233335)](https://finder.eddiehub.io/)
| [Here you go](https://finder.eddiehub.io/) 15 | | **11. 25+ Paid Open Source Programs and Internships by Kunal Kushwaha**|
[![image info](https://user-images.githubusercontent.com/97666287/214787684-174c42cb-6db9-4a7b-a93d-c752f351141b.jpg)](https://www.youtube.com/watch?v=x4hsV_q_YQc&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=9&ab_channel=KunalKushwaha)
| [Here you go](https://www.youtube.com/watch?v=x4hsV_q_YQc&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=9&ab_channel=KunalKushwaha) 16 | | **12. How To Find Open Source Projects in ANY Domain by Kunal Kushwaha**|
[![image info](https://user-images.githubusercontent.com/97666287/214788073-e973dd29-cc4f-461c-9f5a-a53bc4141472.jpg)](https://www.youtube.com/watch?v=AODHPiOvF1U&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=11&t=1s&ab_channel=KunalKushwaha)
| [Here you go](https://www.youtube.com/watch?v=AODHPiOvF1U&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=11&t=1s&ab_channel=KunalKushwaha) 17 | | **13. How to Find Good First Issues in Open Source?**|
[![image info](https://user-images.githubusercontent.com/97666287/214788460-ae14fed2-a603-4911-be0f-67f2c98c5fce.jpg)](https://www.youtube.com/watch?v=ZIkkPzTuOXw&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=14&ab_channel=KunalKushwaha)
| [Here you go](https://www.youtube.com/watch?v=ZIkkPzTuOXw&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=14&ab_channel=KunalKushwaha) 18 | | **14. How to Understand Large Codebases in Open Source?**|
[![image info](https://user-images.githubusercontent.com/97666287/214788800-f9f65d78-73cb-4079-b279-39316b2eacc9.jpg)](https://www.youtube.com/watch?v=kA1T0zDPtQo&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=15&ab_channel=KunalKushwaha)
| [Here you go](https://www.youtube.com/watch?v=kA1T0zDPtQo&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=15&ab_channel=KunalKushwaha) 19 | | **15. How to Grow an Open Source Project?**|
[![image info](https://user-images.githubusercontent.com/97666287/214789221-ea8df48d-506b-4779-92eb-cb7afdbb1e0d.jpg)](https://www.youtube.com/watch?v=hYeNz3M4wT4&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=46&ab_channel=KunalKushwaha)
| [Here you go](https://www.youtube.com/watch?v=hYeNz3M4wT4&list=PL9gnSGHSqcnowXF0U-lKBOtFF71YFkeat&index=46&ab_channel=KunalKushwaha) 20 | | **16. Git and GitHub Masterclass - Introduction to Git by Apoorv Goyal**|
[![image info](https://user-images.githubusercontent.com/97666287/214789997-dca7efec-e840-4ba5-97e2-dbb0ca8c9497.jpg)](https://www.youtube.com/watch?v=LQ2LTPHeTts&t=3125s&ab_channel=ApoorvGoyal)
| [Here you go](https://www.youtube.com/watch?v=LQ2LTPHeTts&t=3125s&ab_channel=ApoorvGoyal) 21 | | **17. Git Tutorial For Absolute Beginners, Creating Your First Special Repository**|
[![image info](https://user-images.githubusercontent.com/97666287/214790280-36b6c1ed-9c8b-4214-b6c0-59cb6c632f21.jpg)](https://www.youtube.com/watch?v=fkKfKsASjV4&ab_channel=ApoorvGoyal)
| [Here you go](https://www.youtube.com/watch?v=fkKfKsASjV4&ab_channel=ApoorvGoyal) 22 | | **18. Get started with an open-source contribution by creating a Linkfree - Iqra Firdose**|
[![blog cover](https://ik.imagekit.io/1cw2zpbjy/OSWH/Open_source_cover.png?ik-sdk-version=javascript-1.4.3&updatedAt=1675917542967)](https://iqra-firdose.hashnode.dev/get-started-with-an-open-source-contribution-by-creating-a-linkfree)
| [Here you go](https://iqra-firdose.hashnode.dev/get-started-with-an-open-source-contribution-by-creating-a-linkfree) 23 | | **19. Open Source Crash Course - Beginner Guide to Open Source - Piyush Garg**|
[![blog cover](https://i.ytimg.com/vi/o6xikISiz2w/hq720.jpg?sqp=-oaymwEcCOgCEMoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLACFNkAXY6C1SDKE6JGUykEU5KVNw)](https://www.youtube.com/watch?v=o6xikISiz2w)
| [Here you go](https://www.youtube.com/watch?v=o6xikISiz2w) 24 | -------------------------------------------------------------------------------- /pages/paid-resources.md: -------------------------------------------------------------------------------- 1 | # Coming Soon 😄 2 | -------------------------------------------------------------------------------- /pages/react-resources.md: -------------------------------------------------------------------------------- 1 | |Description | Preview | Link to get started with it | 2 | | ------------ | ------------ | ------------ | 3 | | 1. React Js Full Course by freeCodeCamp | [![Web Development](https://ik.imagekit.io/1cw2zpbjy/OSWH/FCC.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670222534503 "Web Development")](https://www.youtube.com/watch?v=bMknfKXIFA8 "Web Development")| [Here you go](https://www.youtube.com/watch?v=bMknfKXIFA8) 4 | | 2. Next.js React Framework Course by freeCodeCamp | [![Web Development](https://ik.imagekit.io/1cw2zpbjy/OSWH/FCC.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670222534503 "Web Development")](https://www.youtube.com/watch?v=KjY94sAKLlw&ab_channel=freeCodeCamp.org)| [Here you go](https://www.youtube.com/watch?v=KjY94sAKLlw&ab_channel=freeCodeCamp.org) 5 | | 3. CSS Grid CheatSheet by CSS-Tricks | [![Web Development](https://ik.imagekit.io/gaba/css-tricks-e1394062740966.png?updatedAt=1678565916889)](https://css-tricks.com/snippets/css/complete-guide-grid/)| [Here you go](https://css-tricks.com/snippets/css/complete-guide-grid/) 6 | | 4. React Js Testing by Codevolution | [![Web Development](https://i.ibb.co/ryn3Qck/jest.png "Web Development")](https://www.youtube.com/watch?v=T2sv8jXoP4s&list=PLC3y8-rFHvwirqe1KHFCHJ0RqNuN61SJd)| [Here you go](https://www.youtube.com/watch?v=T2sv8jXoP4s&list=PLC3y8-rFHvwirqe1KHFCHJ0RqNuN61SJd) 7 | | 5. Learn React Basics | [![Web Development](https://i.ibb.co/pbf14TL/w3-pull-res.png "WebDevelopment")](https://www.w3schools.com/react)| [Here you go](https://www.w3schools.com/react) 8 | -------------------------------------------------------------------------------- /pages/web-development-resources.md: -------------------------------------------------------------------------------- 1 | |Description | Preview | Link to get started with it | 2 | | ------------ | ------------ | ------------ | 3 | | 1. Getting started with Git & Github by Kunal Kushwaha | [![Git & GitHub](https://i.ytimg.com/vi/apGV9Kg7ics/mqdefault.jpg "Git & GitHub")](https://www.youtube.com/watch?v=apGV9Kg7ics "Git & GitHub") | [Here you go](https://www.youtube.com/watch?v=apGV9Kg7ics) 4 | | 2. Web Development for Beginners by freeCodeCamp | [![Web Development](https://ik.imagekit.io/1cw2zpbjy/OSWH/FCC.png?ik-sdk-version=javascript-1.4.3&updatedAt=1670222534503 "Web Development")](https://youtu.be/nu_pCVPKzTk "Web Development")| [Here you go](https://youtu.be/nu_pCVPKzTk) 5 | | 3. Frontend Development by Aproov Goyal| [![Web Development](https://user-images.githubusercontent.com/114678694/216386888-ec6da6af-49e2-42e6-93aa-0282c5cf0f35.jpg)](https://www.youtube.com/watch?v=-wx4z8SC7aA)| [Here you go](https://www.youtube.com/watch?v=-wx4z8SC7aA) 6 | | 4. JavaScript Tutorial for Beginners - Full Course in 12 Hours by Clever Programmer | [![Web Development](https://user-images.githubusercontent.com/97666287/213859043-5361cbb6-831a-4c0a-97bb-0e7e30cf65bb.jpg)](https://www.youtube.com/watch?v=lI1ae4REbFM&t=30489s&ab_channel=CleverProgrammer)| [Here you go](https://www.youtube.com/watch?v=lI1ae4REbFM&t=30489s&ab_channel=CleverProgrammer) 7 | | 5. Javascript CheatSheet by CodeWithHarry | [![Web Development](https://user-images.githubusercontent.com/97666287/213903726-821d972f-6cb7-448b-9d7b-2db91bfed3d9.png)](https://www.codewithharry.com/blogpost/javascript-cheatsheet/)| [Here you go](https://www.codewithharry.com/blogpost/javascript-cheatsheet/) 8 | | 6. Namaste JavaScript by Akshay Saini | [![Javascript](https://i.ytimg.com/vi/pN6jk0uUrD8/hqdefault.jpg?sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLDHVB8xIJcebxSg0uFB8mFvTJQH1g)](https://youtube.com/playlist?list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP&si=90Aape_ON3G_5Wbl) | [Here you go](https://youtube.com/playlist?list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP&si=90Aape_ON3G_5Wbl) 9 | | 7. Learn Complete Web Development | [![Web Development](https://i.ibb.co/pbf14TL/w3-pull-res.png "WebDevelopment")](https://www.w3schools.com/)| [Here you go](https://www.w3schools.com/) 10 | | 8. DevDocs API Documenation | [![Web Development](https://i.imgur.com/YuLMMgT.png "WebDevelopment")](https://devdocs.io/)| [Here you go](https://devdocs.io/) 11 | -------------------------------------------------------------------------------- /styles/custom.css: -------------------------------------------------------------------------------- 1 | .app-nav { 2 | display: flex; 3 | align-items: center; 4 | justify-content: center; 5 | position: unset !important; 6 | margin-top: 16px !important; 7 | margin-right: unset !important; 8 | text-align: center; 9 | } 10 | 11 | .content .markdown-section table { 12 | margin-top: 30px; 13 | } 14 | 15 | #docsify-darklight-theme { 16 | right: 950px; 17 | top: -5px; 18 | } 19 | 20 | body.ready.sticky main section.content { 21 | display: flex; 22 | justify-content: center; 23 | } 24 | 25 | @media screen and (max-width: 480px) { 26 | .app-nav { 27 | margin-right: 0 !important; 28 | } 29 | .app-nav ul { 30 | padding-left: 0; 31 | } 32 | } 33 | 34 | @media only screen and (max-width: 930px) and (min-width: 755px) { 35 | .app-nav { 36 | width: 100%; 37 | margin-right: 0 !important; 38 | } 39 | } 40 | 41 | @media only screen and (max-width: 655px) and (min-width: 513px) { 42 | .app-nav ul{ 43 | margin-left: -30px; 44 | } 45 | } 46 | 47 | /* Main section styling */ 48 | 49 | .content { 50 | padding-top: 16px !important; /* Add some padding to the top of the content */ 51 | } 52 | 53 | /* Additional adjustments for smaller screens */ 54 | @media screen and (max-width: 480px) { 55 | .content { 56 | padding-top: 8px !important; /* Reduce the padding on smaller screens */ 57 | } 58 | } 59 | --------------------------------------------------------------------------------