├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── PULL_REQUEST_TEMPLATE.md ├── SECURITY.md └── workflows │ ├── deploy.yml │ ├── pr-preview.yml │ └── revert-contributors-change.yml ├── .gitignore ├── LICENSE ├── README.md ├── contribute-to-opensource.html ├── contributors ├── 0xProf3ssor.html ├── 145117093.html ├── 56287217.html ├── Abdul-AMA.html ├── AdamValente.html ├── AnuvabNayak.html ├── Artamta.html ├── Biraj-P.html ├── DCRC95.html ├── DamperDoor56.html ├── DebasritaS.html ├── Engi29.html ├── GYihang.html ├── GuiH823.html ├── HamedHaghani.html ├── Humanizedcode.html ├── IamJayprakash.html ├── Ichi075.html ├── Induanuga.html ├── KenShabby.html ├── Khushi1638.html ├── KigulaJesse.html ├── Kikiabdilah.html ├── Kiniec.html ├── Lekeadeloye.html ├── LinaAitIder.html ├── Lonewolf-0.html ├── LuisCarlosOliveira.html ├── M-Codes6.html ├── MaciejRud.html ├── Moimeta84.html ├── MuSouth.html ├── Muawiya-contact.html ├── MulengaHankandaChituta.html ├── NeErAgOsRaNi.html ├── OM3X4.html ├── PavithraNelluri.html ├── Pointbr8ker-123.html ├── PowerUpHero3.html ├── R1TGAMING.html ├── RANDAAAALL.html ├── SaeedDev.html ├── Sergitodelavega.html ├── Shaikr786.html ├── ShivankXD.html ├── Six5pAdes.html ├── Skyleeee.html ├── SupriyaJaiswal7.html ├── SvachutaGollavilli.html ├── Tea-C.html ├── VK024tech.html ├── Varshini1905.html ├── Winstongh.html ├── XiaoWan.html ├── YashYadav2.html ├── YoyoZhang24.html ├── Zewang0217.html ├── abhijeetgorhe26.html ├── addobentil.html ├── aditya44234.html ├── ahmed19122.html ├── airbornedev.html ├── aleroses.html ├── alfreddey.html ├── alicelee2735.html ├── alvarofelipe12.html ├── anal96.html ├── anshgupta2403.html ├── ansj99.html ├── antoniorodr.html ├── anuzka115.html ├── aswinroy.html ├── awkward-py.html ├── balibabu.html ├── bantoklara.html ├── bhanu-katoch.html ├── bhargavbalu6.html ├── billpark1234.html ├── bongamanzini.html ├── capexdigital.html ├── carlynevertson.html ├── charudutt358.html ├── chintu101.html ├── chitranshprasanna.html ├── cielestrial.html ├── cole-howard-nz.html ├── danieljeffery.html ├── danilo-dj.html ├── darksoul-7.html ├── davidheeren.html ├── deepakmaganti.html ├── dericko681.html ├── dev-rygar.html ├── devtechsector.html ├── diffstorm.html ├── dittorahmat.html ├── dnCRevelation.html ├── dnussgr.html ├── edvelhope.html ├── eftehassanpp.html ├── elifsz.html ├── er141profile.html ├── ernest-mm.html ├── faizan1250.html ├── fangshywechat.html ├── farazalam2017.html ├── fcojrobles.html ├── firdaus-zulkifli.html ├── freitasgustavos.html ├── gokultp.html ├── h4harsimran.html ├── hashemsh.html ├── hmothershed.html ├── imBharathkumarp.html ├── imraunav.html ├── imuralisb.html ├── isttiiak.html ├── jerryfandev.html ├── jng34.html ├── joelanarba.html ├── kallka.html ├── kapil2121.html ├── kiraDegu.html ├── kswarj.html ├── loiccheck404.html ├── lukegabriel520.html ├── maliakmal.html ├── manudevtyagi05.html ├── maxu198668.html ├── meetVaidya.html ├── megunay.html ├── mgalkowski.html ├── micheal-ndoh.html ├── mihjan.html ├── mohsinahmad1979.html ├── mukundgupta.html ├── navidcodes.html ├── nehaask.html ├── nemanjaASE.html ├── nishithat-28.html ├── noamseifer.html ├── pegasus991.html ├── pinky-contribution.html ├── pranshurakhecha.html ├── puneet-nj.html ├── ranjodhsingh1729.html ├── reyanshverma980.html ├── rhiyality.html ├── ricky-aufvaa.html ├── roshanjossey.html ├── runbykim.html ├── sai-krishna-kotha.html ├── sakshi6557.html ├── sameehana18.html ├── samuelkim28.html ├── sasasaida.html ├── sayyedrabeeh.html ├── shahiakhilesh1304.html ├── shamsheedali.html ├── shanice77417486.html ├── shilpa.html ├── siddarthakoppaka.html ├── siddharth11010.html ├── sidneyshafer.html ├── sinanxrasheed.html ├── stlwright85.html ├── suhas-developer07.html ├── sushovan.html ├── tahayunusdemir.html ├── tarunmannava.html ├── tjmoody.html ├── turki013.html ├── ujavedodl.html ├── untitled-guy.html ├── varghese.html ├── vijay.html ├── winnicius-moura.html ├── xarical.html ├── xkensho47.html ├── yadunand-kamath.html ├── yanagisawa-noriko.html ├── ycamlad.html ├── youbinarey.html ├── yuki-git-9.html ├── yunend.html ├── yuno-gen.html ├── yusupscopes.html ├── zahra7.html └── zepredos.html ├── docs ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── design-guidelines.md └── translations │ ├── Translations.md │ ├── cn │ ├── CONTRIBUTING.cn.md │ └── README.cn.md │ ├── de │ ├── CONTRIBUTING.de.md │ └── README.de.md │ ├── es │ ├── CONTRIBUTING.es.md │ └── README.es.md │ ├── id │ ├── CONTRIBUTING.id.md │ └── README.id.md │ ├── ja │ ├── CONTRIBUTING.ja.md │ └── README.ja.md │ └── pt_br │ └── README.pt_br.md ├── index.html ├── scripts ├── contributors.js ├── generate-cards.sh └── load-cards.js └── style.css /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: bug, question 6 | assignees: Roshanjossey 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 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. 39 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: enhancement, question 6 | assignees: Roshanjossey 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/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Before submitting this pull request, please go through the checklist below. 2 | If you're doing something in the checklist, put an `x` inside `[ ]` so that `- [ ]` becomes `- [x]` 3 | 4 | - [ ] I have added a screenshot from browser with my changes 5 | - [ ] There are no errors in the console 6 | - [ ] I had fun going through this tutorial (ノ^o^)ノ and learned on the way ٩(^◡^)۶ 7 | - [ ] There are some things I'd like to improve in this tutorial. I have written them below. 8 | -------------------------------------------------------------------------------- /.github/SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | ## Reporting a Vulnerability 4 | 5 | In order for the vulnerability reports to reach maintainers as soon as possible, the preferred way is to use the "Report a vulnerability" button under the "Security" tab of the associated GitHub project. This creates a private communication channel between the reporter and the maintainers. 6 | 7 | If you are absolutely unable to or have strong reasons not to use GitHub's vulnerability reporting workflow, please reach out to the the team by mailing to firstcontributions@gmail.com 8 | -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- 1 | name: Build and Deploy to GitHub Pages 2 | 3 | on: 4 | push: 5 | branches: 6 | - main 7 | 8 | permissions: 9 | contents: read 10 | pages: write 11 | id-token: write 12 | 13 | jobs: 14 | deploy: 15 | environment: 16 | name: github-pages 17 | url: ${{ steps.deployment.outputs.page_url }} 18 | runs-on: ubuntu-latest 19 | 20 | steps: 21 | - name: Checkout Code 22 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v 4.2.2 23 | 24 | - name: Generate contributors list 25 | run: bash scripts/generate-cards.sh 26 | 27 | - name: Setup Pages 28 | uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b #v5.0.0 29 | - name: Upload artifact 30 | uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa #v3.0.1 31 | with: 32 | path: "." 33 | - name: Deploy to GitHub Pages 34 | id: deployment 35 | uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e #v4.0.5 36 | -------------------------------------------------------------------------------- /.github/workflows/pr-preview.yml: -------------------------------------------------------------------------------- 1 | name: Deploy PR previews 2 | 3 | on: 4 | pull_request: 5 | types: 6 | - opened 7 | - reopened 8 | - synchronize 9 | - closed 10 | 11 | concurrency: preview-${{ github.ref }} 12 | 13 | jobs: 14 | deploy-preview: 15 | runs-on: ubuntu-latest 16 | steps: 17 | - name: Checkout 18 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v 4.2.2 19 | - name: Generate contributors list 20 | run: bash scripts/generate-cards.sh 21 | - name: Deploy preview 22 | uses: rossjrw/pr-preview-action@df22037db54ab6ee34d3c1e2b8810ac040a530c6 # v 1.6.0 23 | -------------------------------------------------------------------------------- /.github/workflows/revert-contributors-change.yml: -------------------------------------------------------------------------------- 1 | name: Revert contributors.js changes 2 | 3 | on: 4 | pull_request: 5 | paths: 6 | - 'scripts/contributors.js' 7 | 8 | jobs: 9 | revert-changes: 10 | name: Revert changes to contributors.js 11 | runs-on: ubuntu-latest 12 | steps: 13 | - name: Checkout repository 14 | uses: actions/checkout@v4 15 | with: 16 | ref: ${{ github.event.pull_request.head.ref }} 17 | fetch-depth: 0 18 | 19 | - name: Revert changes to contributors.js 20 | run: | 21 | # Check if the file has changed 22 | if git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} | grep -q 'scripts/contributors.js'; then 23 | echo "Changes detected in scripts/contributors.js - reverting..." 24 | git checkout ${{ github.event.pull_request.base.sha }} -- scripts/contributors.js 25 | git config --global user.name "GitHub Actions" 26 | git config --global user.email "actions@github.com" 27 | git commit -m "Revert changes to scripts/contributors.js [skip ci]" 28 | git push 29 | echo "Changes to scripts/contributors.js have been reverted." 30 | else 31 | echo "No changes to scripts/contributors.js detected." 32 | fi 33 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | scripts/contributors.js 2 | 3 | .DS_Store 4 | .idea/ 5 | .vs 6 | .env 7 | 8 | *.rsuser 9 | *.suo 10 | *.user 11 | *.userosscache 12 | *.sln.docstates 13 | *.swp 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 - present Roshan Jossy 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 | # code contributions 2 | 3 | This is a project for you to practice contributing to open source projects with code. 4 | 5 | We're assuming that you've already finished the tutorial at [first contributions](https://github.com/firstcontributions/first-contributions) 6 | 7 | Head over to [contribution guide](https://github.com/Roshanjossey/code-contributions/blob/main/docs/CONTRIBUTING.md) to start. 8 | 9 | #### _Read this in [other languages](docs/translations/Translations.md)._ 10 | 11 | [Deutsch](docs/translations/de/README.de.md) 12 | [Português (Brasil)](docs/translations/pt_br/README.pt_br.md) 13 | [日本語](docs/translations/ja/README.ja.md) 14 | [Bahasa Indonesia](docs/translations/id/README.id.md) 15 | [中文](docs/translations/cn/README.cn.md) 16 | [Spain](docs/translations/es/README.es.md) 17 | 18 | -------------------------------------------------------------------------------- /contributors/0xProf3ssor.html: -------------------------------------------------------------------------------- 1 |
2 |

0xProf3ssor

3 |

Python

4 |
5 |
6 | Python 7 |
8 |
9 | JavaScript 10 |
11 |
12 | 13 |

Tools I use

14 |
15 | 19 | 23 |
24 |
25 | 42 | -------------------------------------------------------------------------------- /contributors/145117093.html: -------------------------------------------------------------------------------- 1 |
2 |

FA-na-ali

3 |

Full stack developer.M.tech Graduate

4 |

Programming languages I use

5 |
6 |
7 | Javascript 8 |
9 |
10 | c 11 |
12 |
13 | c++ 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/Abdul-AMA.html: -------------------------------------------------------------------------------- 1 |
2 |

Abdul-AMA

3 |

Nothing much

4 |

Programming languages I use,

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Java 14 |
15 |
16 | Bash 17 |
18 |
19 | VHDL 20 |
21 | 22 |
23 | 24 |

Tools I use

25 |
26 | 30 | 34 |
35 |
36 | 53 | 54 | -------------------------------------------------------------------------------- /contributors/AdamValente.html: -------------------------------------------------------------------------------- 1 |
2 |

AdamValente

3 |

Hi, my name's Adam. I'm trying to start a career in software development.

4 |

Programming languages I use

5 |
6 |
7 | HTML/CSS 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 | 28 | 32 |
33 |
34 | 51 | -------------------------------------------------------------------------------- /contributors/AnuvabNayak.html: -------------------------------------------------------------------------------- 1 |
2 |

Anuvab Nayak

3 |

I love to code.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/Artamta.html: -------------------------------------------------------------------------------- 1 |
2 |

Artamta

3 |

I am student

4 |

Python C C++

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 17 | 18 |
19 |
20 | -------------------------------------------------------------------------------- /contributors/Biraj-P.html: -------------------------------------------------------------------------------- 1 |
2 |

Biraj-P

3 |

Code. Lift. Learn. Repeat

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/DCRC95.html: -------------------------------------------------------------------------------- 1 |
2 |

DCRC

3 |

WORLDWIDE TRAVELLER OG from Europe

4 |

Programming languages I use:

5 |
6 |
7 | Java 8 |
9 |
10 | C++ 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/DebasritaS.html: -------------------------------------------------------------------------------- 1 |
2 |

DebasritaS

3 |

A finsl year masterdegree student passionate about programming and food

4 |

C,C++,Java,Python,WebDev languages, Web3

5 |
6 |
7 | C 8 |
9 |
10 | C++ 11 |
12 |
13 | Python 14 |
15 |
16 | Java 17 |
18 |
19 | WebDev Languages 20 |
21 |
22 | Web3 Languages 23 |
24 |
25 | 26 |

Tools I use

27 |
28 | 32 | 36 |
37 |
38 | 55 | -------------------------------------------------------------------------------- /contributors/Engi29.html: -------------------------------------------------------------------------------- 1 |
2 |

Engi29

3 |

Hi! I am excited to begin contributing to open source projects!

4 |

Programming languages I use

5 |
6 |
7 | Java 8 |
9 |
10 | Python 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/GYihang.html: -------------------------------------------------------------------------------- 1 |
2 |

GYihang

3 |

Handsome

4 |

Python

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/GuiH823.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |

GuiH823

4 |

Hello! I am a recent computer science graduate working to join the field of data science and hopefully 5 | computer vision. Currently aiming to be a regular in the open source community! 6 |

7 |

Programming languages I use:

8 |
9 |
10 | Python 11 |
12 |
13 | JavaScript, HTML, CSS 14 |
15 |
16 | C++ 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 26 | 30 | 34 | 38 | 42 |
43 |
44 | 62 | -------------------------------------------------------------------------------- /contributors/HamedHaghani.html: -------------------------------------------------------------------------------- 1 |
2 |

Hamed Haghani

3 |

I am a computer programmer from Toronto

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/Humanizedcode.html: -------------------------------------------------------------------------------- 1 |
2 |

Humanizedcode

3 |

I am a beginner in all of this of programming and using git and github and I have been having a ton of fun with all of this. This is a lifelong journey and I am glad to be here

4 |

Programming languages I use

5 |
6 |
7 | C 8 |
9 |
10 | Python 11 |
12 |
13 | SQL 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 | 31 | 35 | 39 | 43 |
44 |
45 | -------------------------------------------------------------------------------- /contributors/Induanuga.html: -------------------------------------------------------------------------------- 1 |
2 |

Induanuga

3 |

Programming languages I use

4 |
5 |
6 | Python 7 |
8 |
9 | JavaScript 10 |
11 |
12 | 13 |

Tools I use

14 |
15 | 16 | 17 |
18 |
19 | -------------------------------------------------------------------------------- /contributors/Khushi1638.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Khushi card 7 | 8 | 9 |
10 |

Khushi1638

11 |

I am a passionate front-end developer skilled in HTML, CSS, and 12 | JavaScript, currently learning DSA in Java. I enjoy building web 13 | applications and improving my problem-solving skills. My goal is to 14 | grow as a developer and secure a full-time web development role. 15 |

16 |

Programming languages I use

17 |
18 |
19 | Python 20 |
21 |
22 | JavaScript 23 |
24 |
25 | 26 |

Tools I use

27 |
28 | 32 | 36 |
37 |
38 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /contributors/KigulaJesse.html: -------------------------------------------------------------------------------- 1 |
2 |

Kigula Jesse

3 |

Hi, I am a software engineer from Kampala, Uganda. I would love to join more Python based Open-Source 4 | communities.

5 |

I love to use 4 Tab Spaces

6 |

Programming languages I use

7 |
8 |
9 | Python 10 |
11 |
12 | TypeScript 13 |
14 |
15 | JavaScript 16 |
17 |
18 | Dart 19 |
20 |
21 | 22 |

Tools I use

23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 35 | 36 | 37 |
38 |
39 | -------------------------------------------------------------------------------- /contributors/Kiniec.html: -------------------------------------------------------------------------------- 1 |
2 |

Kiniec

3 |

Maintains first contributions

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/Lekeadeloye.html: -------------------------------------------------------------------------------- 1 |
2 |

Lekeadeloye

3 |

Hi, I am Leke, a self-taught full stack software engineer (Front-end leaning)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | TypeScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/Lonewolf-0.html: -------------------------------------------------------------------------------- 1 |
2 |

Lonewolf-0

3 |

Full Stack Developer

4 |

Programming languages I use

5 |
6 |
7 | JavaScript 8 |
9 |
10 | Python 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 17 | 18 | 19 | 20 |
21 |
22 | -------------------------------------------------------------------------------- /contributors/MaciejRud.html: -------------------------------------------------------------------------------- 1 |
2 |

MaciejRud

3 |

Maintains first contributions 4 |

5 |
6 | Python 7 |
8 |
9 | 10 |

Tools I use

11 |
12 | 16 | 20 | 24 | 28 |
29 |
30 | 47 | -------------------------------------------------------------------------------- /contributors/Moimeta84.html: -------------------------------------------------------------------------------- 1 |
2 |

Moimenta84

3 |

Estudiante de programacion

4 |

Java,JavaScript,css,html,sql

5 |
6 |
Python
7 |
JavaScript
8 |
9 |

Herramientas que uso

10 |
11 | 12 | 13 |
14 |
15 | -------------------------------------------------------------------------------- /contributors/MuSouth.html: -------------------------------------------------------------------------------- 1 |
2 |

MuSouth

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/Muawiya-contact.html: -------------------------------------------------------------------------------- 1 |
2 |

Muawiya-contact

3 |

AI student, programmer, and mathematician.

4 |

Programming languages I use

5 |
6 |
Python
7 |
JavaScript
8 |
9 | 10 |

Tools I use

11 |
12 | 13 | 14 |
15 |
16 | 17 | 23 | -------------------------------------------------------------------------------- /contributors/MulengaHankandaChituta.html: -------------------------------------------------------------------------------- 1 |
2 |

MulengaHankandaChituta

3 |

Software developer looking forward to making contributions to as many open source projects as possible.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | C++ 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/OM3X4.html: -------------------------------------------------------------------------------- 1 |
2 |

OM3X4

3 |

17 Years Old Egyptian Dev, TouchTyper

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | C++ 14 |
15 |
16 | 17 |
18 | -------------------------------------------------------------------------------- /contributors/PavithraNelluri.html: -------------------------------------------------------------------------------- 1 |
2 |

Pavithra Nelluri

3 |

A small bio about me.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/Pointbr8ker-123.html: -------------------------------------------------------------------------------- 1 |
2 |

Pointbr8ker-123

3 |

A first year Electronics/Computer Engineering student with big dreams of financial freedom; med school dropout(did about 4 years). Plan on switching to Computer Science in my second year.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | Basic C 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/PowerUpHero3.html: -------------------------------------------------------------------------------- 1 |
2 |

PowerUpHero3

3 |

Novice Programmer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Others 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | -------------------------------------------------------------------------------- /contributors/R1TGAMING.html: -------------------------------------------------------------------------------- 1 |
2 |

R1TGAMING

3 |

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 | 25 | 28 | 29 | 32 |
33 |
34 | 51 | -------------------------------------------------------------------------------- /contributors/RANDAAAALL.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |

RANDAAAALL

4 |

Hello there, i am 2nd year Bachelor of Science Information Technology Student

5 |

Programming languages I use

6 |
7 |
8 | TypeScript 9 |
10 |
11 | JavaScript 12 |
13 |
14 | Java 15 |
16 |
17 | 18 |

Tools I use

19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
31 | 52 | -------------------------------------------------------------------------------- /contributors/Shaikr786.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 |

Shaikr786

6 |

A small bio about me

7 |

Programming languages I use

8 |
9 |
10 | Java 11 |
12 |
13 | JavaScript 14 |
15 |
16 | C 17 |
18 |
19 | Typescript 20 |
21 |
22 | Python 23 |
24 |
25 | 26 |

Tools I use

27 |
28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 |
49 |
50 | 68 | -------------------------------------------------------------------------------- /contributors/ShivankXD.html: -------------------------------------------------------------------------------- 1 |
2 |

ShivankXD

3 |

4 | Hi I am Shivank Prabhudessai , a Third Year Computer Engineering student 5 | passionate about AI and ML Deep Learning , Computer Vision and Natural 6 | Language Processing . I also want to expand my knowledge regarding how the 7 | contribution is to be done to open source projects . 8 |

9 |

10 | Some of the Programming languages I use are Python , C++ , C , CUDA , 11 | JavaScript etc. 12 |

13 |
14 |
15 | Python 16 |
17 |
18 | JavaScript 19 |
20 |
21 | 22 |

23 | Tools I use Bootstrap , Jupyter Notebook , Google Collab and so on ... 24 |

25 |
26 | 30 | 34 |
35 |
36 | 53 | -------------------------------------------------------------------------------- /contributors/SupriyaJaiswal7.html: -------------------------------------------------------------------------------- 1 |
2 |

Supriya Jaiswal

3 |

Learning, building, and contributing to Open Source.

4 | 5 |

Programming Languages I Use

6 |
7 |
C
8 |
Python
9 |
HTML
10 |
CSS
11 |
Java
12 |
13 | 14 |

Tools I Use

15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 |
24 | 25 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/SvachutaGollavilli.html: -------------------------------------------------------------------------------- 1 |
2 |

Svachuta Gollavilli

3 |

Data Scientist/Machine Learning Engineer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | SQL 11 |
12 |
13 | JavaScript 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/Tea-C.html: -------------------------------------------------------------------------------- 1 |
2 |

Tea-C

3 |

I'm a passionate learner currently diving into the world of Business Informatics(just starting out!). I'm also pursuing a Bachelor's degree in Psychology, work in Marketing, and am proudly neurospicy, a cat fanatic, and always up for a new challenge!

4 | 5 |

Programming languages I use

6 |
7 |
8 | Php 9 |
10 |
11 | JavaScript 12 |
13 |
14 | R 15 |
16 |
17 | SQL 18 |
19 |
20 | Bash 21 |
22 |
23 | 24 |

Tools I use

25 |
26 | 30 | 34 | 35 |
36 |
37 | 54 | 55 | -------------------------------------------------------------------------------- /contributors/VK024tech.html: -------------------------------------------------------------------------------- 1 |
2 |

Your username

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/Varshini1905.html: -------------------------------------------------------------------------------- 1 |
2 |

Varshini1905

3 |

I am a B.Tech student in Computer Science Engineering focused on advancing my technical expertise and career development.In addition to my academic pursuits, I am passionate about reading and art.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | C/C++ 14 |
15 |
16 | SQL 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 26 | 30 | 34 |
35 |
36 | 53 | -------------------------------------------------------------------------------- /contributors/Winstongh.html: -------------------------------------------------------------------------------- 1 |
2 |

Your username

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 17 | 18 |
19 |
20 | -------------------------------------------------------------------------------- /contributors/XiaoWan.html: -------------------------------------------------------------------------------- 1 |
2 |

XiaoWan

3 |

This is my third contribution. I am happy and excited. I wish I will do better and better on this career and can stick to it along my whole life.

4 |

Programming languages I use

5 |
6 |
7 | C++ 8 |
9 |
10 | Java 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/YashYadav2.html: -------------------------------------------------------------------------------- 1 |
2 |

YashYadav2

3 |

Hey, I am Yash. I am pasionate software developer

4 |

Programming languages I use Python, JavaScript and C++

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/YoyoZhang24.html: -------------------------------------------------------------------------------- 1 |
2 |

YoyoZhang24

3 |

I'm Yoyo, a CS & Econ student at UChicago.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/Zewang0217.html: -------------------------------------------------------------------------------- 1 |
2 |

ZewangZewang0217

3 |

A first-year student in software engineering from China

4 |

Programming languages I use : java, cpp

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use : visual studio, intellij

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/abhijeetgorhe26.html: -------------------------------------------------------------------------------- 1 |
2 |

abhijeetgorhe26

3 |

I am third year computer science student in Bachelor of Technology

4 |

Programming languages I use

5 |
6 |
7 | JavaScript 8 |
9 |
10 | Java 11 |
12 |
13 | Python 14 |
15 |
16 | C 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 23 | 24 | 25 |
26 |
27 | -------------------------------------------------------------------------------- /contributors/addobentil.html: -------------------------------------------------------------------------------- 1 |
2 |

Addo Bentil

3 |

A Software Engineer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | Javascript 11 |
12 |
13 | Java 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | 47 | -------------------------------------------------------------------------------- /contributors/aditya44234.html: -------------------------------------------------------------------------------- 1 |
2 |

Aditya joshi

3 |

Hello everyone my name is Aditya ,i am a 2nd year student pursuing my B-tech degree from KNRR collge of Engineering ,its my 2nd Open Source contribution, Thanks to this project maintainer for giving this opportunity for a beginner to contribute for the first time on Github

4 |

Programming languages I use

5 |
6 |
7 | Java 8 |
9 |
10 | Python 11 |
12 |
13 | JavaScript 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 | 31 | 35 |
36 |
37 | 54 | -------------------------------------------------------------------------------- /contributors/ahmed19122.html: -------------------------------------------------------------------------------- 1 |
2 |

Ahmed

3 |

A Software Engineer (optional)

4 |

Programming languages I use

5 |
6 |
7 | C 8 |
9 |
10 | C++ 11 |
12 |
13 | C# 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | 47 | -------------------------------------------------------------------------------- /contributors/alfreddey.html: -------------------------------------------------------------------------------- 1 |
2 |

alfreddey

3 |

Hey there, my name is Alfred and this is my first time contributing to an open source project.
Thanks to Roshanjossey for making the process easy.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 46 | -------------------------------------------------------------------------------- /contributors/anal96.html: -------------------------------------------------------------------------------- 1 |
2 |

Anal96

3 |

Asprinng Developer loves to code and learn new things

4 |

Programming languages I use Python, JavaScript

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/anshgupta2403.html: -------------------------------------------------------------------------------- 1 |
2 |

Your username

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/ansj99.html: -------------------------------------------------------------------------------- 1 |
2 |

ansj99

3 |

I'm a student developer !! Love to learn and contribute to more open source projects

4 |

Java, Python, React.js , C#

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Docker, Postman

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/antoniorodr.html: -------------------------------------------------------------------------------- 1 |
2 |

Antoniorodr

3 |

4 | Hi, I am Antonio! With a background in nursing and recent roles in HR and 5 | finance, I focus on data-driven solutions with Excel, PowerBI, and Python. 6 |

7 |

Programming languages I use

8 |
9 |
10 | Python 11 |
12 |
13 | HTML 14 |
15 |
CSS
16 |
17 | Markdown 18 |
19 |
Lua
20 |
21 | 22 |

Tools I use

23 |
24 | 28 | 32 | 36 |
37 |

Check my GitHub for a lot more!

38 |
39 | 40 | GitHub 45 | 46 |
47 |
48 | 65 | -------------------------------------------------------------------------------- /contributors/anuzka115.html: -------------------------------------------------------------------------------- 1 |
2 |

anuzka115

3 |

I am a programming enthusiast currently exploring open source

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/aswinroy.html: -------------------------------------------------------------------------------- 1 |
2 |

Aswin Roy

3 |

Software developer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | Java 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 | 25 | 29 | 30 |
31 |
32 | 49 | -------------------------------------------------------------------------------- /contributors/bantoklara.html: -------------------------------------------------------------------------------- 1 |
2 |

bantoklara

3 |

Hi, my name is Klari, and I am a computer sciense graduate. I would like to start contributing to exciting projects!

4 |

Programming languages I use

5 |
6 |
7 | Java 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Python 14 |
15 |
16 | C++ 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 23 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/bhanu-katoch.html: -------------------------------------------------------------------------------- 1 |
2 |

bhanu-katoch

3 |

I'm bhanu katoch and i love to create things

4 |

I work in C,python,Javascript.

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

I use vim,vscode,stackblitz

15 |
16 | 20 | 24 |
25 |
26 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/bhargavbalu6.html: -------------------------------------------------------------------------------- 1 |
2 |

Bhargavbalu63

3 |

Hello!! This is Bhargav. Love and Peace

4 |

Programming languages I use

5 |
6 |
7 | Java 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/billpark1234.html: -------------------------------------------------------------------------------- 1 |
2 |

Your username

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 17 | 18 |
19 |
20 | -------------------------------------------------------------------------------- /contributors/bongamanzini.html: -------------------------------------------------------------------------------- 1 | article> 2 |

Bonga Manzini

3 |

I love programming, and i want to get used to using git. I know HTML, CSS and also some Java with Python and alot of different languages

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | HTML & CSS 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 | 29 | 46 | -------------------------------------------------------------------------------- /contributors/capexdigital.html: -------------------------------------------------------------------------------- 1 |
2 |

John Capex

3 |

Majoring Computer Science, and contributing to Open Source

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 44 | -------------------------------------------------------------------------------- /contributors/chintu101.html: -------------------------------------------------------------------------------- 1 |
2 |

chintu101

3 |

Sophomore at SRMIST

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | C 11 |
12 |
13 | HTML CSS 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/chitranshprasanna.html: -------------------------------------------------------------------------------- 1 |
2 |

CHITRANSH PRASANNA

3 |

Hi, my name is Chitransh, and I am a computer sciense graduate. I would like to start contributing to exciting projects!

4 |

Programming languages I use

5 |
6 |
7 | C 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Python 14 |
15 |
16 | C++ 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | React 27 | NodeJS 32 | TalwindCSS 37 |
38 |
39 | -------------------------------------------------------------------------------- /contributors/cole-howard-nz.html: -------------------------------------------------------------------------------- 1 |
2 |

Cole Howard

3 |

Passionate programmer eager to learn more

4 |

I'm currently learning

5 |
6 |
7 | TypeScript 8 |
9 |
10 | React 11 |
12 |
13 | NextJS 14 |
15 |
16 | NodeJS 17 |
18 |
19 | ExpressJS 20 |
21 |
22 | 23 |

Tools I use

24 |
25 | 26 | 27 | 28 |
29 |
30 | 47 | -------------------------------------------------------------------------------- /contributors/danieljeffery.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |

Daniel Jeffery

4 |

Software developer who recently started open source.

5 |

Programming languages I use

6 |
7 |
8 | Python 9 |
10 |
11 | JavaScript 12 |
13 |
14 | 15 |

Tools I use

16 |
17 | 21 | 25 |
26 |
27 | 44 | -------------------------------------------------------------------------------- /contributors/danilo-dj.html: -------------------------------------------------------------------------------- 1 |
2 |

danilo-dj

3 |

I love programming.

4 |

Programming languages I use

5 |
6 |
C#
7 |
8 | Python 9 |
10 |
11 | JavaScript 12 |
13 |
14 | 15 |

Tools I use

16 |
17 | 21 | 25 | 29 |
30 |
31 | 48 | -------------------------------------------------------------------------------- /contributors/darksoul-7.html: -------------------------------------------------------------------------------- 1 |
2 |

darksoul-7

3 |

Software developer who recently started open source.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | Java 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/davidheeren.html: -------------------------------------------------------------------------------- 1 |
2 |

davidheeren

3 |

Self-taught programmer who started to learn to code in Unity and game dev then branched to other types of coding 4 |

5 |

Programming languages I use

6 |
7 |
8 | C# 9 |
10 |
11 | Python 12 |
13 |
14 | TypeScript 15 |
16 |
17 | 18 |

Tools I use

19 |
20 | 21 | 22 | 23 | 24 | 25 |
26 |
27 | -------------------------------------------------------------------------------- /contributors/deepakmaganti.html: -------------------------------------------------------------------------------- 1 |
2 |

Deepak Maganti

3 |

Excited to make my first open source contribution, collaborating to build and improve community-driven software.(optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/dericko681.html: -------------------------------------------------------------------------------- 1 |
2 |

Kunga Derick Abongho

3 |

4 | I am a passionate technology enthusiast with focus in cloud based software 5 | engineering. With an outstanding understanding of Linux operation 6 | system(Ubuntu), containerisation with Docker, Virtualisation with multipass, 7 | git and github, Rust Programminglanguage and a strong ability to learn and 8 | and work with new technology and I look forward to making an impact in 9 | revolutionising technology 10 |

11 |

Programming languages I use:

12 | 18 |
19 |
20 |
21 |
22 | 23 |

Tools I use

24 | 31 |
32 | 36 | 40 |
41 |
42 | 59 | -------------------------------------------------------------------------------- /contributors/dev-rygar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Document 7 | 8 | 9 |
10 |

dev-rygar

11 |

12 | I am John Garry Tan a.k.a dev-rygar on my journey to re-ignite my 13 | passion to programming. 14 |

15 |

Programming languages I use

16 |
17 |
18 | Python 19 |
20 |
21 | JavaScript 22 |
23 |
24 | 25 |

Tools I use

26 |
27 | 31 | 35 |
36 |
37 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /contributors/devtechsector.html: -------------------------------------------------------------------------------- 1 | 
2 |

devtechsector

3 |

Programming languages I use:

4 |
5 |
6 | Python 7 |
8 |
9 | JavaScript 10 |
11 |
12 | SQL 13 |
14 |
15 | HTML 16 |
17 |
18 | PHP 19 |
20 |
21 | C++ 22 |
23 |
24 | 25 |

Tools I use

26 |
27 | 31 | 35 | 36 |
37 |
38 | 55 | -------------------------------------------------------------------------------- /contributors/eftehassanpp.html: -------------------------------------------------------------------------------- 1 |
2 |

eftehassanpp

3 |

A software and automation developer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Go 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 | 31 | 35 | 39 | 43 |
44 |
45 | 62 | -------------------------------------------------------------------------------- /contributors/elifsz.html: -------------------------------------------------------------------------------- 1 |
2 |

elifsz

3 |

Software Engineer motivated by the challenges of problem-solving and continuous learning.

4 |

Programming languages I use

5 |
6 |
7 | Java 8 |
9 |
10 | JavaScript 11 |
12 |
13 | C++ 14 |
15 |
16 | SQL 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 26 | 30 | 34 | 38 | 42 | 43 |
44 |
45 | 62 | -------------------------------------------------------------------------------- /contributors/er141profile.html: -------------------------------------------------------------------------------- 1 |
2 |

Eris141

3 |

Learning JS, and other tools, curios to learn new thinks!!

4 |

JS, Maybe Python in the future

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/ernest-mm.html: -------------------------------------------------------------------------------- 1 |
2 |

ernest-mm

3 |

4 | Computer Science student with a keen interest in critical thinking, 5 | problem-solving, mathematics, and scientific research. 6 |

7 |

Programming languages I use

8 |
9 |
10 | Python 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 | 28 |
29 |
30 | 47 | -------------------------------------------------------------------------------- /contributors/faizan1250.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |

Faizan1250

4 |

Not that anyone cares but completed dsa so starting with open source

5 |

Programming languages I use

6 |
7 |
8 | cpp 9 |
10 |
11 | JavaScript 12 |
13 |
14 | 15 |

Tools I use

16 |
17 | 21 | 25 |
26 |
27 | 44 | -------------------------------------------------------------------------------- /contributors/fangshywechat.html: -------------------------------------------------------------------------------- 1 |
2 |

f

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/farazalam2017.html: -------------------------------------------------------------------------------- 1 |
2 |

farazalam2017

3 |

4 | Passionate Software Developer | Eager to make impact in leading tech firms 5 |

6 |

Programming languages I use

7 |
8 |
C++
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/fcojrobles.html: -------------------------------------------------------------------------------- 1 |
2 |

fcojrobles

3 |

Hello! I'm a software engineer

4 |

Programming languages I use

5 |
6 |
7 | Go 8 |
9 |
10 | Python 11 |
12 |
13 | JavaScript 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 | 31 | 35 |
36 |
37 | 54 | -------------------------------------------------------------------------------- /contributors/firdaus-zulkifli.html: -------------------------------------------------------------------------------- 1 |
2 |

Firdaus

3 |

Taking baby steps into open-source. Slow and steady wins the race.

4 |

Programming languages I use

5 |
6 |
7 | C++ 8 |
9 |
10 | C 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/h4harsimran.html: -------------------------------------------------------------------------------- 1 |
2 |

h4harsimran

3 |

Full-stack developer with a focus on automation and real-world problem solving through clean, efficient code.

4 | 5 |

Programming languages I use

6 |
7 |
Python
8 |
JavaScript
9 |
TypeScript
10 |
HTML
11 |
CSS
12 |
SQL
13 |
14 | 15 |

Tools I use

16 |
17 | Bash 23 | Linux 29 | React 35 | Node.js 41 |
42 |
43 | 44 | 62 | -------------------------------------------------------------------------------- /contributors/hashemsh.html: -------------------------------------------------------------------------------- 1 |
2 |

HashemSh

3 |

just junior programmer

4 |

languages and Framework I use

5 |
6 |
7 | PHP 8 |
9 |
10 | Laravel Framework 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 | 28 | 29 | 30 | 31 |
32 |
33 | 50 | -------------------------------------------------------------------------------- /contributors/imBharathkumarp.html: -------------------------------------------------------------------------------- 1 |
2 |

iamBharathkumarp

3 |

Curiosity-Driven Developer | Agentic AI Enthusiast | MERN Stack Explorer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/imraunav.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |

imraunav

4 |

Hi! I'm a Computer Vision Engineer looking forward to start contributing to opensource. I love exploring new stuff!

5 |

Programming languages I use

6 |
7 |
8 | Python 9 |
10 |
11 | C++ 12 |
13 |
14 | C 15 |
16 |
17 | 18 |

Tools I use

19 |
20 | 24 | 28 | 31 |
32 |
33 | 50 | -------------------------------------------------------------------------------- /contributors/imuralisb.html: -------------------------------------------------------------------------------- 1 |
2 |

Murali Sb

3 |

Hola! I'm an Engineer. This is my first HTML file

4 |

Programming languages I use C and Go

5 |
6 |
7 | C 8 |
9 |
10 | Go 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/isttiiak.html: -------------------------------------------------------------------------------- 1 |
2 |

isttiiak

3 |

Passionate web developer from Bangladesh, eager to contribute to open-source projects and grow with the 4 | community.

5 | 6 |

Programming languages I use

7 |
8 |
9 | Python 10 |
11 |
12 | JavaScript 13 |
14 |
15 | TypeScript 16 |
17 |
18 | 19 |

Tools I use

20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 |
30 | 31 | -------------------------------------------------------------------------------- /contributors/jng34.html: -------------------------------------------------------------------------------- 1 |
2 |

jng34

3 |

Full stack engineer looking to contribute to open-source projects

4 |

Programming languages I use

5 |
6 |
7 | JavaScript 8 |
9 |
10 | Python 11 |
12 |
13 | Ruby 14 |
15 |
16 | HTML 17 |
18 |
19 | CSS 20 |
21 |
22 | 23 |

Tools I use

24 |
25 | 26 | 27 |
28 |
29 | -------------------------------------------------------------------------------- /contributors/kallka.html: -------------------------------------------------------------------------------- 1 |
2 |

kallka

3 |

Software engineer looking to contribute to open source.

4 |

Programmig languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | Trino SQL 11 |
12 |
13 | Java 14 |
15 |
16 | JavaScript 17 |
18 |
19 | 20 |

Tools I Use

21 |
22 | 26 | 30 |
31 |
32 | 49 | 50 | -------------------------------------------------------------------------------- /contributors/kapil2121.html: -------------------------------------------------------------------------------- 1 |
2 |

kapil2121

3 |

A small bio about you (optional)

4 |

PHP, Javascript, Python

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/kiraDegu.html: -------------------------------------------------------------------------------- 1 |
2 |

kiraDegu

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/kswarj.html: -------------------------------------------------------------------------------- 1 |
2 |

kswarj

3 |

Software and Firmware Validation Engineer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | C++ 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/loiccheck404.html: -------------------------------------------------------------------------------- 1 |
2 |

Loic Check

3 |

Software Engineer | Frontend

4 |

Programming languages I use

5 |
6 |
7 | HTML 8 |
9 |
10 | CSS 11 |
12 |
13 | JavaScript 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/lukegabriel520.html: -------------------------------------------------------------------------------- 1 |
2 |

lukegabriel520

3 |

Hi, nice to meet you!

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Java 14 |
15 |
16 | Arduino 17 |
18 |
19 | C++ 20 |
21 |
22 | React 23 |
24 |
25 | 26 |

Tools I use

27 |
28 | 32 | 36 | 40 | 44 | 48 | 52 |
53 |
54 | 71 | -------------------------------------------------------------------------------- /contributors/maliakmal.html: -------------------------------------------------------------------------------- 1 |
2 |

maliakmal

3 |

A small bio about me...

4 |

Programming languages I use

5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 |

Tools I use

21 |
22 | 26 | 30 | 31 | 32 | 33 |
34 |
35 | 52 | -------------------------------------------------------------------------------- /contributors/manudevtyagi05.html: -------------------------------------------------------------------------------- 1 |
2 |

Manu Dev Tyagi

3 |

Hi, Everyone my name is manu dev tyagi and i am an forntend developer

4 |

Programming languages I use are JavaSript and Python

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use are Tailwind CSS , ShadCN/UI , Framer Motion , Axios

15 |
16 | 17 | 18 |
19 |
20 | -------------------------------------------------------------------------------- /contributors/maxu198668.html: -------------------------------------------------------------------------------- 1 |
2 |

maxu198668

3 |

Former Toyota technician | Data analyst | Passionate about AI and Shell scripting 🚀

4 | 5 |

Programming languages I use

6 |
7 |
8 | Python 9 |
10 |
11 | R 12 |
13 |
14 | Bash 15 |
16 |
17 | SQL 18 |
19 |
20 | 21 |

Tools I use

22 |
23 | 27 | 31 | 35 | 39 | 43 |
44 |
45 | 46 | 63 | -------------------------------------------------------------------------------- /contributors/meetVaidya.html: -------------------------------------------------------------------------------- 1 |
2 |

meetVaidya

3 |

✨ Creating bugs since 2023

4 |

📚I'm currently learning about Discord Bots

5 |

🎯 Goals: Create my own SAAS Company

6 |

Programming languages I use

7 |
8 |
9 | Python 10 |
11 |
12 | JavaScript 13 |
14 |
15 | TypeScript 16 |
17 |
18 | C++ 19 |
20 |
21 | Java 22 |
23 |
24 | 25 |

Tools I use

26 |
27 | 31 | 35 | 39 |
40 |
41 | 58 | -------------------------------------------------------------------------------- /contributors/megunay.html: -------------------------------------------------------------------------------- 1 |
2 |

MEGUNAY

3 |

Mechanical Engineer on a carreer conversion. I'm planning to be a QA tester / Engineer very soon! 5/4/2025

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | C# 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 | 31 | 35 | 39 | 43 |
44 |
45 | 62 | -------------------------------------------------------------------------------- /contributors/mgalkowski.html: -------------------------------------------------------------------------------- 1 |
2 |

mgalkowski

3 |

Scientist at Max Planck Institute for Biogeochemistry

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | R 11 |
12 |
13 | Matlab 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/micheal-ndoh.html: -------------------------------------------------------------------------------- 1 |
2 |

Micheal Ndoh

3 |

Hi I'm Micheal Ndoh from Cameroon I am a Software Engineer and would love to join more Python, Rust and Java based Open-Source communities

4 |

Programming languages I used are Rust, Java, Html, Css, React and Python

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use: github, vscode, docker, linux

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/mohsinahmad1979.html: -------------------------------------------------------------------------------- 1 |
2 |

mohsinahmad1979

3 |

Software Developer

4 |

Programming languages I use

5 |
6 |
7 | C# 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | Visual studio 17 |
18 |
19 | 36 | -------------------------------------------------------------------------------- /contributors/nehaask.html: -------------------------------------------------------------------------------- 1 |
2 |

nehaask

3 |

Hello everyone! My name is Neha Kulkarni. I am a grad CS student looking to get some experience to contributing to Open source softwares. This is my attempt to practice and get good at it! Thank you for the support!

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | Java 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/nemanjaASE.html: -------------------------------------------------------------------------------- 1 |
2 |

nemanjaASE

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/noamseifer.html: -------------------------------------------------------------------------------- 1 |
2 |

Noam Seifer

3 |

A small bio about you (optional)

4 |

Programming languages I use

5 |
6 |
7 | C# 8 |
9 |
10 | CPP 11 |
12 |
13 | C 14 |
15 |
16 | Python 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 23 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/pegasus991.html: -------------------------------------------------------------------------------- 1 |
2 |

pegasus991

3 |

I am a passionate computer science student with interest in Machine Learning and AI.

4 |

I prefer using using python but have worked with C++ before as well.

5 |
6 |
7 | Python 8 |
9 |
10 | C++ 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/pinky-contribution.html: -------------------------------------------------------------------------------- 1 |
2 |

Pinky Gupta

3 |

Full Stack Developer

4 |

Programming languages I use

5 |
6 |
7 | NodeJS 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/pranshurakhecha.html: -------------------------------------------------------------------------------- 1 |
2 |

pranshurakhecha

3 |

Hey there! I'm a Computer Science Engineering student who loves exploring technology, solving problems, and constantly learning new things. Whether it's coding, content creation, or diving into new projects, I’m always up for a challenge!

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Java 14 |
15 |
16 | HTML 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 26 | 30 |
31 |
32 | 49 | -------------------------------------------------------------------------------- /contributors/puneet-nj.html: -------------------------------------------------------------------------------- 1 |
2 |

Puneet-NJ

3 |

Programming languages I use

4 |
5 |
6 | JavaScript 7 |
8 |
9 | Java 10 |
11 |
12 | 13 |

Tools I use

14 |
15 | 19 | 23 |
24 |
25 | 42 | -------------------------------------------------------------------------------- /contributors/ranjodhsingh1729.html: -------------------------------------------------------------------------------- 1 |
2 |

RanjodhSingh1729

3 |

I am a computer science student trying to explore the software world.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | C/C++ 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/reyanshverma980.html: -------------------------------------------------------------------------------- 1 |
2 |

Reyansh Verma

3 |

4 | I'm a full-stack developer passionate about building web applications with 5 | React.js, Express.js, and Prisma. Right now, I'm working on a chess game, 6 | optimizing my GitHub profile for side projects, and learning how to deploy 7 | my backend on Render 8 |

9 |

Programming languages I use

10 |
11 |
12 | Python 13 |
14 |
15 | JavaScript 16 |
17 |
18 | 19 |

Tools I use

20 |
21 | 25 | 29 |
30 |
31 | 48 | -------------------------------------------------------------------------------- /contributors/rhiyality.html: -------------------------------------------------------------------------------- 1 |
2 |

rhiyality

3 |

I hold an associate's in computer sci with a focus on software development, and I just wanted to keep myself up-to-date on the tech skills I acquired while focusing on getting my bachelor's.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | C# 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/ricky-aufvaa.html: -------------------------------------------------------------------------------- 1 |
2 |

ricky-aufvaa

3 |

I am a Gen AI developer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/sai-krishna-kotha.html: -------------------------------------------------------------------------------- 1 |
2 |

Sai Krishna Kotha

3 |

I want to contribute to the open source community

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/sakshi6557.html: -------------------------------------------------------------------------------- 1 |
2 |

Sakshi Reddy

3 |

Working as a Software engineer in a startup. I want to start contributing to Open Source Projects.

4 | 5 |

Programming Languages I use:

6 |
7 |
JavaScript
8 |
Python
9 |
HTML
10 |
CSS
11 |
C++
12 |
13 | 14 |

Tools I use

15 |
16 | 17 | 18 | 19 | 20 | 21 |
22 |
23 | 24 | 42 | 43 | -------------------------------------------------------------------------------- /contributors/sameehana18.html: -------------------------------------------------------------------------------- 1 |
2 |

sameehana18

3 |

I like coding

4 |

Programming languages I use

5 |
6 |
7 | C++ 8 |
9 |
10 | JavaScript 11 |
12 |
13 | TypeScript 14 |
15 |
16 | Java 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 26 | 30 |
31 |
32 | 49 | -------------------------------------------------------------------------------- /contributors/samuelkim28.html: -------------------------------------------------------------------------------- 1 |
2 |

samuelkim28

3 |

Hi! I'm looking forward to contributing to open source projects.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Java 14 |
15 |
16 | Go 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 26 | 30 | 34 |
35 |
36 | 53 | -------------------------------------------------------------------------------- /contributors/sasasaida.html: -------------------------------------------------------------------------------- 1 |
2 |

sasasaida

3 |

I am just a newbie, who's in their learning process.

4 |

Programming languages I use:

5 |
6 |
7 | Python 8 |
9 |
10 | C++ 11 |
12 |
13 | Java 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 |
28 |
29 | 46 | -------------------------------------------------------------------------------- /contributors/sayyedrabeeh.html: -------------------------------------------------------------------------------- 1 |
2 |

Sayyed Rabeeh

3 |

I am a self-taught full-stack developer, with a strong focus on Python and JavaScript technologies.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | React 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 20 | 21 |
22 |
23 | 40 | -------------------------------------------------------------------------------- /contributors/shahiakhilesh1304.html: -------------------------------------------------------------------------------- 1 |
2 |

Akhilesh Pratap Shahi

3 |

My journey at Jio Platforms Limited is a blend of innovation and expertise, where I apply my Master of Science in ML & AI from Woolf to enhance data processes. With a strong command of Azure Databricks and data ingestion, our team is elevating data management and contributing to Jio's growth. 4 | Previously, at mphrX, I developed and automated robust data systems, which fostered efficiency. Now, my role at Jio revolves around data engineering and security, ensuring seamless API development and deployment, thereby fortifying the backbone of our tech-driven solutions.

5 |

Python, Scala, Java, Groovy

6 |
7 |
8 | Python 9 |
10 |
11 | Scala 12 |
13 |
14 | Java 15 |
16 |
17 | Groovy 18 |
19 |
20 | 21 |

Tools I use

22 |
23 | 27 | 31 |
32 |
33 | -------------------------------------------------------------------------------- /contributors/shamsheedali.html: -------------------------------------------------------------------------------- 1 |
2 |

Shamsheed Ali

3 |

Full Stack Developer

4 | 5 |

Programming Languages I Use

6 |
7 |
JavaScript
8 |
9 | 10 |

Tools I Use

11 |
12 | Bash 17 | Linux 22 |
23 |
24 | 25 | 77 | -------------------------------------------------------------------------------- /contributors/shilpa.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Contribution Page 7 | 8 | 23 | 24 | 25 |

Maintaining First Contributions

26 |

Technical Skills that I am familiar with:

27 | 28 |
29 |
30 |

31 |

Java

32 |
33 |
34 |

35 |

AngularJS

36 |
37 |
38 |

39 |

PHP

40 |
41 |
42 | 43 | 44 | -------------------------------------------------------------------------------- /contributors/sidneyshafer.html: -------------------------------------------------------------------------------- 1 |
2 |

sidneyshafer

3 |

Hi! My name is Sidney

4 |

Programming Languages I Use

5 |
6 |
7 | HTML & CSS 8 |
9 |
10 | TypeScript 11 |
12 |
13 | JavaScript 14 |
15 |
16 | 17 |

Tools I Use

18 |
19 | Bootstrap 20 | Tailwind CSS 21 | React 22 | Webpack 23 |
24 |
25 | -------------------------------------------------------------------------------- /contributors/sinanxrasheed.html: -------------------------------------------------------------------------------- 1 |
2 |

sinanxrasheed

3 |

I want to become a software engineer

4 |

Programming languages I use

5 |
6 |
7 | PHP 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/stlwright85.html: -------------------------------------------------------------------------------- 1 | 
2 |

stlwright85

3 |

Just a dev building cool things with code

4 | 5 |

Programming languages I use

6 |
7 |
8 | Python 9 |
10 |
11 | JavaScript 12 |
13 |
14 | HTML/CSS 15 |
16 |
17 | 18 |

Tools I use

19 |
20 | 22 | 24 | 26 |
27 |
28 | 29 | 49 | -------------------------------------------------------------------------------- /contributors/sushovan.html: -------------------------------------------------------------------------------- 1 |
2 |

sushovan pan

3 |

a student.

4 |

programming languages i use.

5 | 10 | 15 |
-------------------------------------------------------------------------------- /contributors/tarunmannava.html: -------------------------------------------------------------------------------- 1 |
2 |

Tarun Mannava

3 |

Have some knowledge about coding getting started on github

4 |

Programming languages I use python, java trying to learn react and block chain

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/turki013.html: -------------------------------------------------------------------------------- 1 |
2 |

turki013

3 |

Data science and artificial intelligence student, interested in projects and programming 👨‍💻

4 | 5 |

Programming languages I use

6 |
7 |
8 | Python 9 |
10 |
11 | Java 12 |
13 |
14 | 15 |

Tools I use

16 |
17 | 21 | 25 |
26 |
27 | 28 | 45 | -------------------------------------------------------------------------------- /contributors/ujavedodl.html: -------------------------------------------------------------------------------- 1 |
2 |

ujavedodl

3 |

I am an experienced software developer with over 5 years experience with .Net development and Microsoft Azure

4 |

Programming languages I use

5 |
6 |
7 | C# 8 |
9 |
10 | Javascript 11 |
12 |
13 | SQL 14 |
15 |
16 | Angular.Js 17 |
18 |
19 | 20 |

Tools I use

21 |
22 | 23 | 24 | 25 | 26 |
27 |
28 | 45 | -------------------------------------------------------------------------------- /contributors/untitled-guy.html: -------------------------------------------------------------------------------- 1 |
2 |

untitled-guy

3 |

I make FOSS as a hobby :P

4 |

Programming languages I use: Python, HTML

5 |
6 |
7 | Python 8 |
9 |
10 | HTML 11 |
12 |
13 | 14 | -------------------------------------------------------------------------------- /contributors/vijay.html: -------------------------------------------------------------------------------- 1 |
2 |

Vijay M0di

3 |

Hi,I am vijay a new contributor,looking forward to meet with you all

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | C 11 |
12 |
13 | js 14 |
15 |
16 | html 17 |
18 |
19 | R 20 |
21 |
22 | 23 |

Tools I use

24 |
25 | 29 | 33 |
34 |
35 | 52 | -------------------------------------------------------------------------------- /contributors/winnicius-moura.html: -------------------------------------------------------------------------------- 1 |
2 |

winnicius-moura

3 |

Full Stack Software Engineer and Tech Lead with experience in innovative solutions

4 |

Programming languages I use

5 |
6 |
7 | TypeScript 8 |
9 |
10 | Go 11 |
12 |
13 | Python 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 21 | 23 | 25 | 27 | 29 | 31 | 33 | 35 |
36 |
37 | -------------------------------------------------------------------------------- /contributors/xarical.html: -------------------------------------------------------------------------------- 1 |
2 |

xarical

3 |

I exist, probably. I program stuff. I... might've tried to learn too many programming languages.

4 |

Programming languages I use

5 |
6 |
Python
7 |
JavaScript
8 |
Java
9 |
C#
10 |
C++
11 |
MASM
12 |
HTML
13 |
CSS
14 |
15 |

(someone pls hire me 🥺)

16 |
17 | -------------------------------------------------------------------------------- /contributors/yadunand-kamath.html: -------------------------------------------------------------------------------- 1 |
2 |

yadunand-kamath

3 |

Software Developer

4 |

Programming languages I use

5 |
6 |
7 | C++ 8 |
9 |
10 | Java 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /contributors/yanagisawa-noriko.html: -------------------------------------------------------------------------------- 1 |
2 |

Noriko Yanagisawa

3 |

I'm studying to be an engineer

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | JavaScript 11 |
12 |
13 | Java 14 |
15 |
16 | 17 |

Tools I use

18 |
19 | 23 | 27 | 31 |
32 |
33 | -------------------------------------------------------------------------------- /contributors/ycamlad.html: -------------------------------------------------------------------------------- 1 |
2 |

Ycamlad

3 |

Hi, my name is ycamlad i've been coding for a few years and i want

4 |

to start contributing to the open-source community so here i am!!

5 |

Programming languages I use

6 |
7 |
8 | Python 9 |
10 |
11 | JavaScript 12 |
13 |
14 | C# 15 |
16 |
17 | C++ 18 |
19 |
20 | 21 |

Tools I use

22 |
23 | 24 | 25 | 26 | React 27 | 28 |
29 |
30 | -------------------------------------------------------------------------------- /contributors/yuki-git-9.html: -------------------------------------------------------------------------------- 1 |
2 |

yuki-git-9

3 |

my name is yuki-git-9

4 |

Programming languages I use

5 |
6 |
7 | Java 8 |
9 |
10 | JavaScript 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | Bash 21 | Linux 26 | Docker 31 | 35 | 39 |
40 |
41 | 58 | -------------------------------------------------------------------------------- /contributors/yunend.html: -------------------------------------------------------------------------------- 1 |
2 |

Yunend

3 |

I am a programer.

4 |

Programming languages I use

5 |
6 |
7 | Python 8 |
9 |
10 | Java 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | -------------------------------------------------------------------------------- /contributors/yuno-gen.html: -------------------------------------------------------------------------------- 1 |
2 |

Yuno-gen

3 |

4 | Technical Toolkit: 5 | Python | SQL | Tableau | AWS (S3, Lambda, Glue) | Machine Learning (PyTorch, Scikit-learn) 6 | Big Data (Spark, Hadoop) | Statistical Modeling | Agile & CI/CD 7 |

8 |

Programming languages I use

9 |
10 |
11 | Python 12 |
13 |
14 | SQL 15 |
16 |
17 | AWS 18 |
19 |
20 | 21 |

Tools I use

22 |
23 | 27 | 31 | 35 | 39 |
40 |
41 | 58 | -------------------------------------------------------------------------------- /contributors/yusupscopes.html: -------------------------------------------------------------------------------- 1 |
2 |

Yusupscopes

3 |

4 | A Seasoned Software Engineer, specialized in Javascript. I'm looking to 5 | collaborate on innovative web and software development projects 6 |

7 |

Programming languages I use

8 |
9 |
Go
10 |
11 | JavaScript 12 |
13 |
14 | Java 15 |
16 |
17 | 18 |

Tools I use

19 |
20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 |
49 |
50 | 67 | -------------------------------------------------------------------------------- /contributors/zepredos.html: -------------------------------------------------------------------------------- 1 |
2 |

zepredos

3 |

An aspiring Software Engineer new to open source

4 |

Programming languages I use

5 |
6 |
7 | C++ 8 |
9 |
10 | Python 11 |
12 |
13 | 14 |

Tools I use

15 |
16 | 20 | 24 |
25 |
26 | 43 | -------------------------------------------------------------------------------- /docs/design-guidelines.md: -------------------------------------------------------------------------------- 1 | ### 1. Keep the tutorial short 2 | 3 | I think this is one of the most important aspects that helped this project grow. Getting a pay-off within five minutes of learning something is remarkable. For brevity, we have to compromise on details. A lot of details are missing from the main tutorial. From explanations on what actually happens when you run those commands to other good practices one could follow. 4 | 5 | ### 2. Accessibility matters 6 | 7 | We want these tutorials to be accessible to as much people as possible. Be it somebody having trouble with language barriers or someone with limited internet speed. Translations help people understand this in languages they're more comfortable with. Keeping the size of this repository small will help with limited bandwidth. 8 | If we see that the web page takes a lot of time to load on computers that doesn't have much processing power or memory, we'll remove contributor HTML files to improve that situation 9 | 10 | ### 3. Users shouldn't have to install (almost) anything. 11 | 12 | We're going on the assumption that most user will have a web browser, text editor and terminal emulator. We want users to be able to go though the tutorial with these. 13 | We don't want user to install node or python to run a web server on local. 14 | 15 | 16 | ### 4. Be generic. 17 | 18 | We could make assumptions about what OS most of our users are using or what terminal emulator or text editor they're comfortable with. By not making such assumptions, we give our readers more freedom and include more people. 19 | 20 | 21 | 22 | Feel free to challenge any of the above in issues. I'd love to get feedback from you. Let's have a discussion. 23 | -------------------------------------------------------------------------------- /docs/translations/Translations.md: -------------------------------------------------------------------------------- 1 | # Translations 2 | 3 | | | Translated Link | 4 | | ------------------------------------------------------------ | ------------------------------------------- | 5 | | 日本語 | [日本語](ja/README.ja.md) | 6 | | Deutsch | [Deutsch](de/README.de.md) | 7 | | Português (Brasil) | [Português (Brasil)](pt_br/README.pt_br.md) | 8 | | Bahasa Indonesia | [Bahasa Indonesia](id/README.id.md) | 9 | | 中文 | [中文](cn/README.cn.md) | 10 | | Spain | [Spain](es/README.es.md) | 11 | -------------------------------------------------------------------------------- /docs/translations/cn/README.cn.md: -------------------------------------------------------------------------------- 1 | # 代码提交 2 | 3 | 这是一个用来让你练习给有代码的开源项目提交代码的项目 4 | 5 | 我们希望你已经完成了[“第一次提交”项目](https://github.com/firstcontributions/first-contributions)上的练习 6 | 7 | 前往 [“提交指南”](CONTRIBUTING.cn.md) 开始这个练习吧! 8 | -------------------------------------------------------------------------------- /docs/translations/de/README.de.md: -------------------------------------------------------------------------------- 1 | Dies ist ein Projekt, mit dem Sie üben können, zu Open-Source-Projekten mit Code beizutragen. 2 | 3 | Wir gehen davon aus, dass Sie das Tutorial unter [erste Beiträge](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.de.md) bereits abgeschlossen haben. 4 | 5 | Gehen Sie zu [Anleitung für Beiträge](CONTRIBUTING.de.md), um zu beginnen. 6 | -------------------------------------------------------------------------------- /docs/translations/es/README.es.md: -------------------------------------------------------------------------------- 1 | Este es un proyecto para que practiques a contribuir en proyectos de código abierto. 2 | 3 | Suponemos que ya has terminado el tutorial en [first contributions](https://github.com/firstcontributions/first-contributions). 4 | 5 | Dirígete a [guía de contribución](CONTRIBUTING.es.md) para comenzar. 6 | -------------------------------------------------------------------------------- /docs/translations/id/README.id.md: -------------------------------------------------------------------------------- 1 | Ini adalah proyek yang memungkinkan Anda untuk berlatih berkontribusi kode ke proyek open source. 2 | 3 | Kami berasumsi bahwa Anda telah menyelesaikan tutorial di [kontribusi pertama](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md). 4 | 5 | Buka [Cara berkontribusi](CONTRIBUTING.id.md) untuk memulai. 6 | -------------------------------------------------------------------------------- /docs/translations/ja/README.ja.md: -------------------------------------------------------------------------------- 1 | これは、オープンソースプロジェクトにコードを貢献する練習をするためのプロジェクトです。 2 | 3 | [最初の貢献](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ja.md) のチュートリアルをすでに完了したと仮定します。 4 | 5 | 始めるには、[貢献のガイドライン](CONTRIBUTING.ja.md) に行ってください。 6 | -------------------------------------------------------------------------------- /docs/translations/pt_br/README.pt_br.md: -------------------------------------------------------------------------------- 1 | Este é um projeto que permite que você pratique a contribuição de código para projetos de código aberto. 2 | 3 | Presumimos que você já tenha concluído o tutorial em [first contributions](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md). 4 | 5 | Vá para [How to contribute](CONTRIBUTING.pt_br.md) para começar. 6 | 7 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | code contributions 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |

Contribute to open source projects with <code>

15 | Let's go! 16 |
17 | 18 |
19 |

Contributors

20 |
21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /scripts/contributors.js: -------------------------------------------------------------------------------- 1 | const contributorFiles = [ 2 | "roshanjossey.html", 3 | "gokultp.html", 4 | ]; 5 | -------------------------------------------------------------------------------- /scripts/generate-cards.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Path to the cards directory and output file 4 | CARDS_DIR="contributors" 5 | OUTPUT_FILE="scripts/contributors.js" 6 | 7 | # Check if the cards directory exists 8 | if [ ! -d "$CARDS_DIR" ]; then 9 | echo "Error: Directory $CARDS_DIR does not exist." 10 | exit 1 11 | fi 12 | 13 | # Start generating the JavaScript array 14 | echo "const contributorFiles = [" > "$OUTPUT_FILE" 15 | 16 | # List all HTML files in the cards directory 17 | find "$CARDS_DIR" -type f -name "*.html" | sed "s|^$CARDS_DIR/| \"|; s|$|\",|" >> "$OUTPUT_FILE" 18 | 19 | # Close the JavaScript array 20 | echo "];" >> "$OUTPUT_FILE" 21 | 22 | echo "$OUTPUT_FILE generated successfully with $(ls -1 $CARDS_DIR/*.html | wc -l | xargs) files." 23 | 24 | -------------------------------------------------------------------------------- /scripts/load-cards.js: -------------------------------------------------------------------------------- 1 | function createCard(contributor) { 2 | const iframe = document.createElement('iframe'); 3 | iframe.className = 'card col col-6-md col-3-lg bd-grey'; 4 | iframe.src = `contributors/${contributor}`; 5 | iframe.title = contributor 6 | document.getElementById('contributor-cards').appendChild(iframe); 7 | } 8 | 9 | contributorFiles.forEach(contributor => createCard(contributor)); 10 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | .card { 2 | height: 32rem; 3 | width: -moz-available; 4 | width: -webkit-fill-available; 5 | width: fill-available; 6 | } 7 | 8 | header { 9 | background-color: #070707; 10 | text-align: center; 11 | margin-top: -14px; 12 | padding: 4rem 2rem; 13 | } 14 | 15 | @media (min-width:961px) { 16 | header { 17 | padding: 12rem 4rem; 18 | } 19 | } 20 | 21 | h1 { 22 | color: #fafafa; 23 | font-size: 4rem; 24 | font-weight: 700; 25 | letter-spacing: -.05em; 26 | } 27 | 28 | h1 span { 29 | -webkit-text-fill-color: #0000; 30 | background: linear-gradient(90deg, #60faa3, #1dd829); 31 | -webkit-background-clip: text; 32 | } 33 | 34 | .success.button { 35 | font-weight: 700; 36 | } 37 | --------------------------------------------------------------------------------