``` ├── .github/ ├── pull_request_template.md ├── workflows/ ├── link-checker.yml ├── .gitignore ├── .lycheeignore ├── CONTRIBUTING.md ├── README.md ├── src/ ├── alphabetical.py ``` ## /.github/pull_request_template.md **Reminder.** Please make sure your new listing is added to the README in alphabetical order, by your first name. ## /.github/workflows/link-checker.yml ```yml path="/.github/workflows/link-checker.yml" on: repository_dispatch: workflow_dispatch: schedule: - cron: "00 18 * * 6" name: Check markdown links jobs: linkChecker: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Link Checker id: lychee uses: lycheeverse/lychee-action@v1.6.1 with: args: README.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Issue From File if: env.lychee_exit_code != 0 uses: peter-evans/create-issue-from-file@v4 with: title: "[Bot] Broken Links Report" content-filepath: ./lychee/out.md labels: report ``` ## /.gitignore ```gitignore path="/.gitignore" # Created by https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim # Edit at https://www.gitignore.io/?templates=linux,visualstudiocode,jetbrains+all,sublimetext,vim .DS_Store ### JetBrains+all ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf # Generated files .idea/**/contentModel.xml # Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml .idea/**/uiDesigner.xml .idea/**/dbnavigator.xml # Gradle .idea/**/gradle.xml .idea/**/libraries # Gradle and Maven with auto-import # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. # .idea/modules.xml # .idea/*.iml # .idea/modules # *.iml # *.ipr # CMake cmake-build-*/ # Mongo Explorer plugin .idea/**/mongoSettings.xml # File-based project format *.iws # IntelliJ out/ # mpeltonen/sbt-idea plugin .idea_modules/ # JIRA plugin atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties # Editor-based Rest Client .idea/httpRequests # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser ### JetBrains+all Patch ### # Ignores the whole .idea folder and all .iml files # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 .idea/ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 *.iml modules.xml .idea/misc.xml *.ipr # Sonarlint plugin .idea/sonarlint ### Linux ### *~ # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* # KDE directory preferences .directory # Linux trash folder which might appear on any partition or disk .Trash-* # .nfs files are created when an open file is removed but is still being accessed .nfs* ### SublimeText ### # Cache files for Sublime Text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache # Workspace files are user-specific *.sublime-workspace # Project files should be checked into the repository, unless a significant # proportion of contributors will probably not be using Sublime Text # *.sublime-project # SFTP configuration file sftp-config.json # Package control specific files Package Control.last-run Package Control.ca-list Package Control.ca-bundle Package Control.system-ca-bundle Package Control.cache/ Package Control.ca-certs/ Package Control.merged-ca-bundle Package Control.user-ca-bundle oscrypto-ca-bundle.crt bh_unicode_properties.cache # Sublime-github package stores a github token in this file # https://packagecontrol.io/packages/sublime-github GitHub.sublime-settings ### Vim ### # Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] [._]sw[a-p] # Session Session.vim Sessionx.vim # Temporary .netrwhist # Auto-generated tag files tags # Persistent undo [._]*.un~ ### VisualStudioCode ### .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json ### VisualStudioCode Patch ### # Ignore all local history of files .history # End of https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim ``` ## /.lycheeignore ```lycheeignore path="/.lycheeignore" twitter\.(com) https://www.yiminghan.com https://mohamedzhioua.vercel.app https://mohammedyh.dev/ https://www.mohammedyh.dev/ https://balkrishnabk.com.np/ ``` ## /CONTRIBUTING.md # TLTR: Create a Pull Request 1. Fork this repository. 2. Clone your new repository to your system. 3. Create a new branch (i.e. `add/your-name`). 4. Add your new site. Remember to add **alphabetically to the list.** 5. Commit changes and push the new branch. 6. Open and submit a PR. If you have never opened a PR and need direction, read more below. # Contributor's Guide Feedback, bug reports, and pull requests are welcome. Feel free to ask for [help](https://github.com/emmawedekind/developer-portfolios/issues). Working on your first Pull Request? You can learn how from this _free_ series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) This guide has been modified from [freeCodeCamp's Contributors Guide](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md) ## Forking the Project ### Setting Up Your System 1. Install [Git](https://git-scm.com) or your favorite Git client. 2. (Optional) [Setup an SSH Key](https://help.github.com/articles/generating-an-ssh-key) for GitHub. ### Forking Developer Portfolios 1. Go to the top-level page of this [repository](https://github.com/emmawedekind/developer-portfolios) 2. Click the "Fork" button in the upper right-hand corner of the interface ([More Details Here](https://help.github.com/articles/fork-a-repo)) 3. After the repository (repo) has been forked, you will be taken to your copy of the Developer Portfolios repo at ### Cloning Your Fork 1. Open a Terminal / Command Line / Bash Shell in your project's directory (_i.e.: `/yourprojectdirectory/`_) 2. Clone your fork of `Developer Portfolios` ```shell git clone https://github.com/yourUsername/developer-portfolios.git ``` **(make sure to replace `yourUsername` with your GitHub username)** This will download the entire `Developer Portfolios` repo to your project's directory. ### Setup Your Upstream 1. Change directory to the new directory (`cd ./developer-portfolios`) 2. Add a remote to the original `Developer Portfolios` repo: ```shell git remote add upstream https://github.com/emmawedekind/developer-portfolios.git ``` Congratulations, you now have a local copy of the `Developer Portfolios` repo! ### Maintaining Your Fork Now that you have a copy of your fork, there is work you will need to do to keep it current. #### Rebasing from Upstream Do this prior to every time you create a branch for a PR: 1. Make sure you are on the `master` branch ```shell $ git status On branch master Your branch is up to date with 'origin/master'. ``` If you aren't on `master`, resolve outstanding files/commits and checkout the `master` branch ```shell git checkout master ``` 2. Do a pull with rebase against `master` ```shell git pull --rebase upstream master ``` This will pull down all of the changes to the official master branch, without making additional commits in your local repo. 3. Merge remote changes to your local master fork: ```shell git merge upstream/master ``` ### Create a Branch Before you start working, you will need to create a separate branch specific to the issue/feature you're working on. You will push your work to this branch. #### Naming Your Branch There are several strategies for naming branches. You could name the branch something like `fix/xxx` or `feature/xxx` where `xxx` is a short description of the changes or feature you are attempting to add. For example `fix/email-login` would be a branch where you fix something specific to email login. We'd recommend naming it something that is relevant to your new site (i.e. `add/your-name` #### Adding Your Branch To create a branch on your local machine (and switch to this branch): ```shell git checkout -b [add/your-name] ``` and to push to GitHub: ```shell git push origin [add/your-name] ``` **If you need more help with branching, take a look at [this](https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches).** ### Creating a Pull Request #### What is a Pull Request? A pull request (PR) is a method of submitting your new site to the `Developer Portfolios` (or any repo, for that matter). You will make changes to copies of the files in a personal fork, then apply to have them accepted by the original repo. #### Need Help? Feel free to ask for [help](https://github.com/emmawedekind/developer-portfolios/issues), we are here to help. #### Important: ALWAYS EDIT ON A BRANCH Take away only one thing from this document: Never, **EVER** make edits to the `staging` branch. ALWAYS make a new branch BEFORE you edit files. This is critical, because if your PR is not accepted, your copy of staging will be forever sullied and the only way to fix it is to delete your fork and re-fork. #### Methods There are two methods of creating a pull request for 'Developer Portfolios': - Editing files on a local clone (recommended) - Editing files via the GitHub Interface ##### Method 1: Editing via your Local Fork _(Recommended)_ This is the recommended method. Read about [How to Setup and Maintain a Local Instance](#maintaining-your-fork). 1. Perform the maintenance step of rebasing `master`. 2. Ensure you are on the `master` branch using `git status`: $ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean 3. If you are not on `master` or your working directory is not clean, resolve any outstanding files/commits and checkout `git checkout master` 4. Create a branch off of `develop` with git: `git checkout -b add/your-name` 5. Edit your file(s) locally with the editor of your choice. 6. Check your `git status` to see unstaged files. 7. Add your edited files: `git add path/to/filename.ext` You can also do: `git add .` to add all unstaged files. Take care, though, because you can accidentally add files you don't want to be added. Review your `git status` first. 8. Make sure your new site is added **alphabetically** to the existing list. 9. Commit your edits. `git commit -m "your-commit-message"` Please make sure to write a commit message that summarizes the changes. If you find yourself in the need to use `and` it might be better to do two separate commits. See [Useful Tips for writing better Git commit messages](https://code.likeagirl.io/useful-tips-for-writing-better-git-commit-messages-808770609503) for inspiration. As a note, use the present tense for your commit messages (i.e. `Add` instead of `Added`). 10. If you would want to add/remove changes to the previous commit, add the files as in Step 5 earlier, and use `git commit --amend` or `git commit --amend --no-edit` (for keeping the same commit message). 11. Push your commits to your GitHub Fork: `git push origin add/your-name` 12. Once the edits have been committed, you will be prompted to create a pull request on your fork's GitHub Page. 13. By default, all pull requests should be against the `Developer Portfolios` main repo, `master` branch. **Make sure that your Base Fork is set to developer-portfolios/master when raising a Pull Request.** 14. Submit a pull request from your branch to the `Developer Portfolios` `master` branch. 15. The title (also called the subject) of your PR should be descriptive of your changes and succinctly indicate what is being fixed. - **Do not add the issue number in the PR title or commit message.** - Examples: `Add site NAME` ### Next Steps #### If your PR is accepted Once your PR is accepted, you may delete the branch you created to submit it. This keeps your working fork clean. You can do this with a press of a button on the GitHub PR interface. You can delete the local copy of the branch with: `git branch -D branch/to-delete-name` #### If your PR comes back Don't despair! You are probably being asked to make a formatting change. If you have a local copy of the repo, you can make the requested changes, commit them and push them to your fork. ## /README.md # Developer Portfolios A list of developer portfolios for your inspiration Have you built a portfolio? Are you proud of it?! Open a [PR](./CONTRIBUTING.md) to this repo and let's showcase your work! Refer to the [CONTRIBUTING](./CONTRIBUTING.md) file for direction. This repo was inspired by [Ali Spittel's](https://twitter.com/ASpittel) tweet [Portfolio](https://twitter.com/ASpittel/status/1171604728951779328) Hopefully this repo can serve as a source of inspiration for your portfolio! ## Current Portfolio Count: 1029 **Jump to:** [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | [G](#g) | [H](#h) | [I](#i) | [J](#j) | [K](#k) | [L](#l) | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) | [Y](#y) | [Z](#z) | [Random Portfolio](https://s111ew.github.io/random-button-redirector/) --- ## A - [Aabar Khan](https://aabaarkhan.quippedai.com/) - [Aabid Ahmed](https://sawad.framer.website/) - [Aabraham James](https://seera.framer.website/) - [Aakash Rajbanshi](https://aakashrajbanshi.com.np/) [Flutter Developer] - [Aakash Sharma](https://aakash-sharma.netlify.app) - [Aakhand Tajmirul](https://www.me.toinfinite.dev/) [Frontend Engineer] - [Aamir Malik](https://muhammadaamirmalik.com/) - [Aaron Dunphy](https://aarondunphy.com) - [Aaryanna Simonelli](https://ashleighsimonelli.co.uk) - [Aashir Khan](https://portfolio-n4sn.vercel.app) - [Aashutosh Rathi](https://aashutosh.dev) - [Aathif Zahir](https://az-dev.vercel.app/) - [Aayush Bharti](https://aayushbharti.in/) [Full-stack Developer] - [Aayush Kurup](https://aayushkurup.dev) - [Aayush Sood](https://www.aayushsood.com/) - [Abass Dev](https://abassdev.com) - [AbdeNassar Amimi](https://abdenassar-portfolio-4smfcqph6-abdenassaramimi99-gmailcom.vercel.app) - [Abdelaziz El Arassi](http://aelarassi.com) - [Abdul Rahman](https://abdulrahman.id) - [Abdul Rauf](https://armujahid.me) - [Abdul Wahab Khan](https://wahab-khan.github.io/Abdul-Wahab-Khan/) [Mobile Developer] - [Abdullah Ayoola](https://ayooladev.vercel.app) - [Abdullah Iqbal](https://abdullah-portfolio-dev.vercel.app/) [Full Stack Developer] - [Abdulmalik Alsufayran](https://malikthefullstack.com) - [Abdusamad Malikov](https://www.abdusamad.uz) - [Abhinandhan Devadiga](https://abhicodestudio.com) - [Abhinav Galodha](https://www.galodha.com) - [Abhinav Kumar](https://my-portfolio-flax-kappa.vercel.app) - [Abhinay Thakur](https://abhinaythakur.com) - [Abhishek Bhardwaj](https://www.imabhishek.site) - [Abhishek Ganvir](https://abhishekganvir.vercel.app) [Full-Stack developer] - [Abhishek Ghimire](https://www.abhishekg.com.np) [Software Engineer] - [Abhishek Kandel](https://abhishekkandel.com.np) - [Abhishek Panchal](https://skillstackpanchal.vercel.app) - [Abhishek Panthee](https://abhishekpanthee.com.np) - [Abhishek Sah](https://www.abhisheksah.dev) [Software Engineer] - [Abhishek Singh](https://www.abhishekworks.com/) [Full-Stack developer] - [Abubakr Mufutau-Oseni](https://abubakrmo.com) - [Adam Alston](https://www.adamalston.com) - [Adeola Badero](https://www.adeolabadero.me) [Frontend Engineer & UI/UX Designer] - [Adham Dannaway](https://www.adhamdannaway.com/) [UX/UI Designer & Frontend Developer] - [Adil Aboulkacim](https://adilaboulkacim.com) - [Adithya Krishnan](https://www.adithyakrishnan.com/) - [Aditya Chaudhary](https://aditya-portfolio-dusky.vercel.app/) - [Aditya Kumar Gupta](https://aditya30051993.github.io/my-portfolio) [Doctor & Developer] - [Aditya Kumar](https://www.adityakr.com) - [Aditya Medhe](https://aditya.medhe.in) - [Aditya Punmiya](https://adityapunmiya.com) [Software Engineer] - [Aditya Seth](https://adityaseth.in) [Software Developer & DevOps Architect] - [Aditya Vikram Singh](https://www.adityavsingh.com) - [Adityakumar Sinha](https://aditya113141.github.io) - [Adrian Alvarez](https://www.adrian-alvarez.dev) [Frontend Developer] - [Afam Olie](https://afamolie.com) [Full-Stack Developer] - [Agney Menon](https://agney.dev) - [Agrawal Pratham](https://agrawalpratham.in) - [Ahamed Kabeer](https://aktech27.github.io/) [MERN Full-Stack Developer] - [Ahmad Almory](https://ahmedalmory.github.io/portfolio) - [Ahmad Awais](https://ahmadawais.com) - [Ahmad Gill](https://ahmadgill-portfolio.netlify.app/) [MERN/NextJs Developer | Web 3 & Blockchain] - [Ahmed Oublihi](https://www.medevs.xyz) - [Ahmet Eren Odacı](https://ahmete.ren) - [Ahsan Khan](https://ahsankhan.me) - [Aishani Pachauri](https://aishanipach.netlify.app) - [Ajay Kannan](https://ajaykannan.netlify.app) - [Ajetunmobi Damilare](https://damilareajetunmobi.vercel.app/) [Software Developer] - [Ajink Gupta](https://ajinkgupta.vercel.app) - [Akash Balasubhramanyam](https://akashblsbrmnm.github.io) [C Developer] - [Akash Rajpurohit](https://akashrajpurohit.com) - [Akhil Surapuram](https://surapuramakhil.github.io) [Sofware Engineer & Data Enthusiast] - [Akhshy Ganesh](https://akhshyganesh.github.io/) [Full-Stack Developer | Solution Architect] - [Akira Yoshiro](https://gungho0619.vercel.app) [Full-Stack Developer Web | Blockchain] - [Akshat Gupta](https://www.akshatvg.com) - [Akshat Kotpalliwar alias IntegerAlex](https://realtalkportfolio.vercel.app/) [Full Stack Developer | Old school portfolio] - [Akshay](https://devakshay.vercel.app) - [Alan Hamlett](https://ahamlett.com/) [Founder & CEO @WakaTime] - [Alan Khalili](https://www.alan-khalili.com/) - [Alejandro Gomez](https://alejandro-gomez.vercel.app) - [Alejandro Sobko](http://alejandrosobko.com) - [Aleksandar Pajić](https://www.aleksandarpajic.co) [Software Developer & Designer] - [Alestor Aldous](http://alestor123.github.io) - [Alex Michailidis](https://alexandros.tech) - [Alexandre Trotel](https://www.alexandretrotel.org) - [Alexandros Lekkas](https://alexandroslekkas.com) - [Alexey Golub](http://tyrrrz.me) - [Alfred Dagenais](https://alfreddagenais.com) - [Ali Saleem](https://alisaleem252.com) [Web Developer & Web Programmer] - [Ali iranmanesh](https://linuxtimes.ir) - [Allan Im](https://allanim.com) [Software Engineer] - [Allan Muturi](https://allanmuturi.vercel.app) - [Aloys Dillar](https://trolologuy.github.io) - [Alvalens](https://www.alvalens.my.id) - [Aman Anku](http://amananku26.github.io) - [Aman Kumar](https://amankumar.ai/) [Product | AI Engineer] - [Aman Mittal](http://amanhimself.dev) - [Aman Shrivastava](https://aman04.netlify.app) - [Amir Akbulut](https://amirdev.nl) - [AmirAli Rashidi](https://amiralirashidi.github.io/) [Front-End Developer] - [Amoda Fernando](https://www.fernand3z.dev/) - [Amogh Telkar](https://amoghtelkar.com) - [Amresh Prasad Sinha](https://amreshsinha.vercel.app) - [Amruth Pillai](https://amruthpillai.com) - [Anamuddin Ahmad](https://github.com/AnamuddinAhmad/Portfolio_1) [Software Engineer & Freelancer] - [Anandhu Sajan](https://anandhusajan.com) - [Ananya Biswas](https://dub.sh/ananyabiswas) - [Anas Boubechra](https://cschad.com) - [Anay Paraswani](https://anayparaswani.dev) - [Andrej Sharapov](https://sharapov.dev) - [Andres Alcaraz](https://andres-alcaraz.netlify.app/) - [Andrew Woods](https://andrewwoods.net) - [Andrii Zontov](https://lwjerri.dev) - [André de Faria](https://andredfaria.github.io/) - [Andy Bell](https://andy-bell.design) - [Anik Ahammed Khan](https://anikahammedkhan.com) - [Aniket Kudale](https://aniket.co) - [Anil Khatri](https://imkaka.github.io) - [Animesh Bhatt](https://animesh-bhatt.vercel.app) [Software Developer] - [Anish Biswas](https://anish7.me) [FullStack Dev] - [Ankit Dey](https://dub.sh/ankitdey) - [Ankit Mohanty](https://ankitmohanty.vercel.app/) [Software Developer] - [Ankush Minda](http://ankushminda.com) - [Anshul Gora](https://anshulwork.netlify.app) - [Anshuman Jha](https://anshuman-jha.vercel.app/) - [Anthony MAHEFASOA](https://thony32.me) - [Anthony Odumodu](https://antonodu.netlify.app/) - [Antoine Dangleterre](https://antoinedangleterre.com) - [Anton Bojko](https://mrtoxas.github.io/cv/portfolio/) - [Antonio Ferreiro](https://toniferr.github.io) - [Antony Jude Shaman](https://antonyjudeshaman.vercel.app) - [Antônio Junior](https://portfolio-antonio-ten.vercel.app) - [Anurag Affection](https://anuragaffection.vercel.app) - [Anurag Hazra](https://anuraghazra.github.io) - [Anzhelika Kostyuk](https://a-coderr.github.io/portfolio-website/) [Software Developer] - [Areeb Ahmed](https://areebahmed-portfolio.netlify.app/) - [Ares](https://ares.uy) - [Arhaan Siddiquee](https://arhaan-dev.vercel.app/) [Full Stack Developer] - [Ariel Andrade](https://sudoariel.github.io) - [Arjad Gohar](https://arjad-portfolio.netlify.app/) [Full Stack Developer] - [Arjun Ganesan](https://arjunganesan.com) - [Armel Munyaneza](https://munyaneza.vercel.app/) - [Arpit Sharma](https://yesarpit.github.io) - [Arsalan Shakil](https://arsalanshakil.github.io) - [Arsh Sahzad](https://www.arsh.dev) - [Arshad MQ](https://arshadmq.com) [Sr. Full Stack Developer and Freelancer] - [Arslan Sarfraz](https://arslansarfraz.github.io/portfolio/) - [Artur Bień](https://expensive.toys/) [UI & Frontend Developer] - [Arup Mandal](https://arupmandal.github.io) - [Asad Shah](https://iamasadshah-ibnerafi.vercel.app) - [Asfakur Nariz](https://asfakur-portfolio-nextjs.vercel.app) [Front-end Developer || UI/UX Designer || Full Stack Developer] - [Ashak Zahin Hasan](https://aboutzahin.pages.dev) - [Ashikur Rahaman](https://portfolio-by-ashik.netlify.app/) - [Ashish Mehra](https://ashishmehra.dev) - [Ashish Namdeo](https://ashishnamdeo.com) - [Ashkan Misaghi](https://ashkanmisaghi.ir) - [Ashwin Hariharan](https://ashwinhariharan.tech) - [Ashwith Rai](https://ashwithrai.me) [Full Stack developer] - [Assad Isah](https://www.nottherealalanturing.site) - [Aster Bandis](https://bandisast.eu) - [Aster Li](https://asterjuneli.com) - [Atanas Atanasov](https://atanas.info) - [Atul Kumar Awasthi](https://atultheportfolio.netlify.app) - [Auroob Ahmad](https://auroob.github.io/dev-port) - [Austin Gericke](https://www.austingericke.com) - [Austin Pham](https://auspham.dev) - [Avinash Pauskar](https://avinashhhportfolio.netlify.app) - [Avinash Singh](https://www.avinash-singh.in) [Full Stack Developer] - [Avinash Suthar](https://avinashsuthar.in) [Full Stack Developer] - [Avinash](https://avinash-portfolio-v3.web.app/) [Web dev and AI engg.] - [Aviral Dixit](https://aviraldixit.in) - [Avisek Ray](https://avisek.codeltix.com) [Full Stack Developer) - [Avnish Kumar](https://theavnishkumar.in) - [Ayanabha Misra](https://ayanabha.life) - [Aycan Öğüt](https://aycan.dev) - [Ayfri](https://ayfri.com) - [Ayush Baral](https://rushayu.vercel.app) [Front-End Web Developer] - [Ayush Nighoskar](https://ayushn.netlify.app) - [Azaan Suhail](https://personal-portfolio-website-seven-teal.vercel.app/) - [Azel](https:omargpax.vercel.app) [Software Developer - Full Stack] ## B - [Bakare Afolabi](http://afolabibakare.netlify.app) - [BalKrishna](https://balkrishnabk.com.np) - [Baptiste Miramont](https://baptistemiramont.fr) - [Barrack Amuyunzu](https://amuyunzubarrac.club) - [Beatriz Neaime](https://beatrizneaime.com) [Full Stack Web Developer) - [Becca Bailey](http://Becca.is) - [Bejagam Nithilesh](https://nithilesh.vercel.app/) - [Bekah Hawrot Weigel](http://bekahhw.github.io) - [Ben Oldham](https://www.benoldham.dev) [Web Developer] - [Ben Rogers](https://benrogers.dev) - [Benjamin Dallard](https://github.com/bdallard/ai-resume-portfolio) - [Benjamin Lannon](https://lannonbr.com) - [Benny Carlsson](https://bennycarlsson.github.io/MyPortfolio-Hacktoberfest2019/) - [Berat Bozkurt](https://beratbozkurt.net) - [Bertil Tandayamo](https://www.bertiltandayamo.me) - [Beteab Tefera](https://beteabtefera.com) - [Bhagawat Adhikari](https://github.com/bhagawatadhikari) - [Bharat Bhandari](https://bharatdev.vercel.app) - [Bhavani Ravi](http://bhavaniravi.com) - [Bhavesh Mishra](https://bhaveshmishra.dev) - [Bhavya Tomar](https://bhavya.dev) - [Bhupendra Singh](https://bhupi2508.netlify.app) - [Bhushan Borole](https://bhushan-borole.github.io) - [Binay Shaw](https://binay-shaw.onrender.com) [Mobile Developer] - [Bipin M V](https://bipinmv.netlify.app) - [Biplob Sutradhar](https://biplobsd.github.io) [Software Engineer | Android | Web | Chrome Extension] - [Bishnu Pokhrel](https://bishnupokhrel.netlify.app) [Full Stack Laravel Vue Developer] - [Bishwa Bhusal](https://bishwo.info.np) [Graduate Researcher @ UTS] - [Bjorn Melin](https://bjornmelin.io) [Data Scientist] - [Blanc John Clayton](https://www.johnclaytonblanc.com) - [Bob Matyas](https://www.bobmatyas.com) - [Bogdan Marić](https://bogdanmaric.dev) - [Bohdan Khvorostovskyi](https://khvorostovskyi.com) - [Boris Edison](https://borisedison.in) - [Bouwe Westerdijk](https://bouwe.io) - [Brad Garropy](https://bradgarropy.com) - [Brandon Mitchell](https://juncie.com) [Full Stack Developer] - [Brendan Lentz](https://brendanlentz.com) - [Brihadeesh R K](https://briha.xyz) [Full Stack Developer] - [Brittany Chiang](https://brittanychiang.com) - [Bryan Smith](https://multikitty.onrender.com) ## C - [Cade Kynaston](https://cade.codes) - [Capt. Michael](https://captmichael.dev) [MERN Full Stack Developer] - [Carlos Dubón](https://carlosdubon.dev) - [Casper Iversen](https://caspertheghost.me) - [Cecelia Martinez](http://ceceliacreates.com) - [Cemal Türkcan)](https://cemalturkcan.com) - [Chambrin Alexandre](https://chambrin.dev) - [ChanhDai](https://chanhdai.com) - [Charles C. Pustejovsky III](https://cpustejovsky.com) - [Charles Ouimet](https://ouimet.info) [Backend Developer] (made with [TechFolios](https://techfolios.github.io)) - [Chee Hwa Tang](https://cheehwatang.com) - [Chetan Padia](https://chetbox.com) - [Chetanya Kandhari](https://availchet.github.io) - [Chethin Manage](https://www.cmanage.dev) - [Chicago IT Systems](https://www.chicagoitsystems.com) - [Chilavert N'Dah](https://chilavertndah.me) - [Chirag Bhalotia](https://chirag.codes) - [Chirag Samal](http://chiragsamal.github.io) - [Chris Carr](http://snackpipe.com) - [Chris Kennedy](http://cyberstorm.vercel.app) [Blockchain focused web developer] - [Chris Otto](https://chrisotto.dev) - [Chris Poole](https://chrispoole.com) - [Christian Kaisermann](https://kaisermann.me) - [Christian Toscano](https://achris.me) - [Chuck Smith](https://eclecticcoding.com) - [Chuckz Okoye](https://chuckzokoye.com) - [Chung Nguyen Thanh - ChunhThanhDe](https://chunhthanhde.github.io) - [Ciro Ciampaglia](https://cirociampaglia.it) - [Clyde D'Souza](https://clydedsouza.net) - [Codervai](https://codervai.vercel.app/) - [Codexoft KE](https://codexoft.tech) [Full Stack Developer & Mobile App Dev] - [Cole Emeruche](https://coleruche.com) - [Colin Lord](https://colinlord.com) - [Collins Koech](https://collinskoechportfolio.web.app) - [Constance Souville](https://constancesouville.com/) [Frontend Developer] - [Cristian Cezar Moisés](https://ccm.securityops.com.br) - [Cristiano Filho](https://cristianofilho.github.io) - [Cui Ding](https://cuierd.github.io) ## D - [Dale French](https://dalefrench.dev) - [Dale Larroder](https://dalelarroder.com) - [Damian Duda](https://damianduda.dev) [Full-stack Developer] - [Damian Markowski](https://damianmarkowski.com) - [Dania Al-Hakim](https://pixeldania.netlify.app) - [Daniel Grazziotti](https://grazziotti-portfolio.vercel.app) - [Daniel Mark](https://thedanielmark.com) - [Daniel Michael](https://www.daniel-michael.com) - [Daniel Steele](https://www.danielsteele.dev) [Full-Stack Developer] - [Danil Gordeev](https://dangor220.github.io/developer-portfolio/) - [Danilo Batson](https://danilobatson.github.io/portfolio) - [Danilo Castro](https://www.welcomedeveloper.com) - [Darshan Bhuva](https://darshanbhuva.vercel.app) [Full-stack Developer] - [Darshan Vasani 2](https://dpvasani56.vercel.app/) - [Darya Redkina](https://reddev.in/) - [David Hérault](https://dherault.com) - [Davide Santangelo](https://davidesantangelo.com) - [Debasish Dutta](https://debasishdutta.is-a.dev) - [Deepak Singh](https://deepaksingh.vercel.app) - [Delba](https://delba.dev) - [Demon142](https://demon142.net) - [Denis Tokarev](https://devlato.com) - [Dennis Cristian](https://denncriss.com) - [Dev Abass](https://blog.abassdev.com) - [Dev Jadiya](https://dev-jadiya.web.app/) - [Dev Patel](https://devpatel.bsite.net/devpatel/index.html)[.Net Devloper & Freelancer ] - [Dev](https://devpalwar.vercel.app) - [Devrim Mehmet Pattabanoğlu](https://devrimmehmet.com/) - [Dewald Els](https://dewaldels.com) - [Dhananjay Shahane](https://dhananjay-dev.vercel.app) - [Dhanraj Patil](https://dhanrajp.vercel.app/) [Front-End Web Developer] - [Dhanush Nehru](https://chat-portfolio-dhanushnehru.netlify.app/) [Unique Whatsapp Portfolio] - [Dharmendra Kumar](https://www.developer-dharmendra.online) - [Dhaval Patel](https://dhavalcode.com) - [Dheeraj Gupta](https://dheerajgupta.netlify.app/#) - [Dhiraj Basavaraju](https://portfolio-dhirajb7.vercel.app) - [Dhruv Mali](https://dhruvmali.netlify.app/)[React and node Devloper] - [Dhruv Sathe](https://dhruv-alpha.vercel.app/) [Software Engineer & Freelancer] - [Dhruva Bhat S N](https://dhruvabhat.netlify.app) - [Dhruvil Rathod](https://dhruvilrathod.me/) [Fullstack Developer | Angular & NestJS Specialist] - [Dhvanit Monpara](https://dhvanitmonpara.in) [Full-stack Developer] - [Dhyey Bhandari](https://dhyeybhandari.vercel.app) [Full Stack Developer & UI/UX Designer] - [Dhyey Bhandari](https://dwinurcahya.my.id) [Web Developer & Software Engineer] - [Diana Kit](https://winehoused.github.io/my-portfolio) [Front-End Developer] - [Dick Wyn Yong](https://dickwyn.xyz) - [Diego Rezende](https://diegorezm.netlify.app/) - [Digbijaya Lenka](https://digbijayalenka.vercel.app/) [Full-stack Developer] - [Digin Dominic](https://digindominic.me) - [Dillion Megida](http://dillionmegida.com) - [Dimitri Pashutskii](https://dpashutskii.com) - [Dina TAKLIT](https://dinataklit.github.io/DinaTaklitPortfolio) - [Dineshreddy Paidi](https://dineshreddypaidi.vercel.app) - [Dino Gomez](https://dinogomez.vercel.app) - [Dinokage](https://dinokage.in) - [Dipesh Murmu](https://dipeshmurmu.com.np) - [Divyansh Kathuria](https://divyanshkathuria.netlify.app/) - [Dor Lugasi-Gal](https://dorlugasigal.netlify.app/) - [Drew Bredvick](https://drew.tech) - [Durgesh Chaudhary](https://yodkwtf.com) - [Dushmanta Behera](https://dushmanta.dev) - [Dustin Brett](https://dustinbrett.com/) - [Dustin Doan](https://dustindoan-portfolio.vercel.app/) - [Dylan GIL AMARO](https://dga-dev.fr) - [Dzmitry Drepin](https://linktr.ee/drepin) ## E - [Edgard Barquero Real](https://barquero.dev) - [Eduard-Constantin Ibinceanu](https://eduardconstantin.github.io) - [Ehsan Rafee](https://ehsanrafee.ir) - [Electric Magic Factory](https://electricmagicfactory.com/en/) - [Elio Jordan Lopes](https://developer.vercel.app) - [Elliot Négrel-Jerzy](https://bsodium.fr) - [Elmo Nickol](https://elmonickcool.vercel.app) - [Emilia Sonder](https://isemilia.vercel.app) - [Emir Bolat](https://spee.dev/) - [Emmanuel ADEKPLOVI](https://homescriptone.com) - [Enea Xharja](https://eneaxharja.com) - [Enes Hacısağır](https://enesehs.github.io) - [Erdal TAŞKESEN](https://www.erdaltaskesen.com) - [Eren Aygün](https://www.erenaygun.com) [Frontend Developer] - [Erik Henrique Alves Cunha](https://www.erikunha.dev/) - [Esteban Mansart](https://mansartesteban.vercel.app/) - [Evander Inácio](https://evander.vercel.app) - [Ezekiel Ekunola](https://ezekielekunola.com) ## F - [Fabio Junior Raminhuk](https://fabra.dev/) - [Fahim Bin Amin](https://www.fahimbinamin.com/) - [Faishal Hakim](https://faishal24.my.id) - [Farindra Bhandari](https://fbb.com.np/) - [Fayaz Bin Salam](https://p32929.github.io) - [Fayed Ishtar Chowdhury](https://portfolio-fayed.vercel.app/) [Full-Stack Developer] - [Felipe Mourão](https://mouraocode.com.br/) - [Felipe Schmidt](https://felipeschmidt.me/) [Front-End Developer] - [Felix Leupold](https://xiel.dev) - [Felix Tellmann](https://flext.dev) - [Fernando Júnior](https://fernaandojr.vercel.app) - [Fi Amanillah](https://fi.amanillah.com/) [Full-Stack Developer] ([@fiamanillah](https://github.com/fiamanillah)) - [Fidalgo Pedro](http://fidalgo.dev) - [Filippo Concato](https://concatofilippo.com) - [Floris Melchers](https://Floriscodes.nl) - [Frances Coronel](https://francescoronel.com) - [Franck GALLIOD](https://www.franckwebpro.com/) [Fullstack & Webflow Developer] - [Franklin Castellanos](https://onecastell.github.io) - [Franklin Huichi Contreras](https://franh20.github.io) - [Franklin Ohaegbulam](https://frankiefab.netlify.app) - [Frederic Henri](https://cloud06.io) - [Furkan Cengiz](https://furki.vercel.app) - [Furkan Kapukaya](https://furkankapukayaa.github.io) ## G - [Gabriel López](https://glpzzz.dev) - [Gabriel Machado](https://machado001.github.io) ([@machado001](https://github.com/machado001)) - [Gabriel Tekombo](https://gabrielthecode.com) - [Gabriele Corti](https://borntofrappe.github.io) - [Ganesh Patil](https://hardikjain.netlify.app) - [Garima Bhayana](https://garimabhayana.vercel.app) - [Garv Nanwani](https://garvnanwani.netlify.app) - [Gaspare Tortora](https://gaspavar.dev) - [Gaurav Bansal](https://gaurav-bansal.vercel.app/) - [Genesis Gabiola](https://genesisgabiola.now.sh) - [George Christeas](https://chr-ge.com) - [George Fincher](https://www.grimfunky.dev) - [Georges Atalla](https://www.georgesatalla.com) - [Georgi Yanev](https://gyanev.com) - [Gerardo Perrucci](https://gperrucci.com) - [Ghazi Khan](https://ghazikhan.in) - [Ghom Krosmonaute](https://ghomkrosmonaute.github.io/?game) ([@GhomKrosmonaute](https://github.com/GhomKrosmonaute)) - [Ghulam Ahmed](https://gahmed.com) - [Gianluca Fiore](http://gianlucafiore.it) - [Gianluca Galota](https://gianlucagalota.dev) - [Giorgio Faini](https://giorgiofaini.com) - [Goh Jun Xiang](https://gohjunx.github.io/GohJunXiang.github.io) - [Goh You Sheng](https://shenggg2000.github.io/portfolio) - [Gokul Raja](https://gokul-raja84.github.io/) - [Grace Snow](https://gracesnowdesign.co.uk) - [Grégoire Launay--Bécue](https://linv.dev) ([@Linventif](https://github.com/linventif)) ## H - [Hafid Ziti](https://www.hafidziti.dev) - [Hamish Williams](https://hamishw.com/) - [Hamza Ehsan](https://www.hamzaehsan.com) - [Hamza Naseem](https://hamzanaseem.vercel.app/) - [Hanif Yuli Abdillah P](https://hanifabdlh.vercel.app/) [AI Software Engineer and Data Science] - [Hansana Prabath](https://hansana.is-a.dev) - [Hanzla Tauqeer](https://github.com/1hanzla100/developer-portfolio) - [Hareesh Bhittam](https://hareesh.is-a.dev) [Full-Stack Developer] - [Harijaona Ravelondrina](http://www.bigjohn.dev) - [Harlon Garcia](https://harlon.netlify.app) - [Harsh Singhvi](https://harshsinghvi.com) - [Harwin Dan](https://itscrazydev.netlify.app) - [Hasan Aydoğdu](https://haydogdu1990.github.io/resume-json-css) - [Hasan](https://hasansiddiqui.netlify.app) - [Hassam Ul Haq](https://hassam.dev) [Backend Developer - PHP Laravel] - [Hassan Ahani](https://hasanahani.ir) - [Hassan Ahmed](https://www.hassanahmed.net) - [Hassan Murtaza](https://hassanmurtaza.com) - [Hassan RJ](https://hassanrj.vercel.app/) [Hassan RJ Full Stack Next.js Developer - [Hemsundar Paranthaman](https://hemdev.vercel.app) - [Henry Lee](https://dragonwarrior.vercel.app) - [Herman Starikov](http://starikov.dev) - [Herve MBilo](https://diliwo.github.io/) [Cloud-Native Software Engineer] - [Himavanth Kumar Perni](http://himavanth-kumar-perni-portfolio.vercel.app) [Fullstack Developer] - [Hisami Kurita](https://hsmkrt1996.com/) [Frontend Developer] - [Hrithik Dhakrey](https://iamdhakrey.dev) [Backend Developer] - [Hubert Kimani](https://hubertkimani.me) - [Hugo Damion](https://hugo-damion.me) - [Hugo Folloni](https://hugofolloni.com) - [Humanshu Jaglan](https://humanshu-jaglan.vercel.app) - [Hungry Bear Studio](https://www.hungrybearstudios.com) - [Hussein Sarea](https://ho011.vercel.app) - [Huzaifa Mustafa](https://www.huzaifamustafa.com) ## I - [Ian Lunn](https://ianlunn.co.uk/) [Frontend Developer | Responsive Web Specialist] - [Ibrahim Hizlioglu](https://www.ibrahimhizlioglu.com) - [Ike Ofoegbu](https://iodev.io) - [Ilham Riski Wibowo](http://ilhamriski.com/) [Fullstack Developer] - [Ilija Korodić](https://ilijakorodic.netlify.app/) [Frontend Developer] - [Ilke Ozsekerli](https://ilkeozs.info) - [Ilyes Landolsi](https://ilandols.com) - [Indrajeet Nikam](https://indrajeet.me) - [Ingus Jansons](https://ingus.co.uk) - [Iqboljon Hasan](https://iqboljon.uz) - [Irfan.dev](https://irfan-devs.vercel.app/) [Frontend Developer] - [Isabella Riquetti](https://isabella-riquetti.netlify.app) - [Ishaan Sheikh](https://frikishaan.com) - [Isitha Subasinghe](https://isub.dev) - [Ismail Ghallou aka Smakosh](https://smakosh.com) - [Israel Mitolu](https://israelmitolu.netlify.app) - [Iulian Rotaru](https://iulian.rotaru.fr) - [idler_pl](https://idler.live) [Fullstack Game Developer] ## J - [Jack Parsons](https://jackparsonss.me) - [Jacob Herper](https://jacobherper.com) - [Jaen Nova](https://jaenn.netlify.app) - [Jagadeesh B](https://jagadeeshftw.netlify.app) - [Jagannath p s](https://jagannathps.site/) [Front end developer ] - [Jahir Fiquitiva](https://jahir.dev) - [Jaimin Bariya](https://jaimin-bariya.web.app/) (Check [GitHub Repo](https://github.com/jaimin-bariya/jaimin-bariya-portfolio)) - [Jainex Patel](https://jainex.vercel.app) - [Jake Ginesin](https://jakegines.in) - [Jam Moonbami](https://moonbamiofficial.vercel.app) - [James Mumo](https://jamesmumo.vercel.app/) - [James Turner](http://turnerj.com) - [Jann Chie](https://jannchie.com/en/) - [Jason Solano](https://jasonsolano.tech) - [Jatin Jha](https://jatin0jha.github.io/) - [Jatin Sharma](http://j471n.in) - [Jatin Tekam](https://jatin-tekam.netlify.app/) - [Jay Bhavsar](https://jay.is-savvy.dev) - [Jay Gaha](https://jaygaha.com.np) [full-stack developer] - [Jay Keraliya](https://jaykeraliya.com) - [Jay Vegad](https://jayvegad.vercel.app/) - [Jaya Vignesh](https://i-viki.github.io/) [Backend Developer] - [Jayant Goel](http://jayantgoel001.github.io) - [Jayant Parashar](https://jparasha.github.io) - [Jayed Rafi](https://jayedrafi.com) - [Jayvee Valenzuela](https://jayveepvalenzuela.github.io) - [Jeayoung Jeon](https://jyje.live) [MLOps/DevOps Engineer] - [Jeff Chiu](https://jeffchiucp.github.io/portfolio) - [Jens van Wijhe](https://www.beterbekend.nl) - [Jeremiah Haastrup](https://jeremiahhaastrup.com) - [Jeremy Erik Leong](https://www.jeremyerikleong.com) - [Jeremy Grifski](https://jeremygrifski.com) - [Jerin BS](https://jerinbs.vercel.app) - [Jerry Hirsch](https://jerryhirsch.com) - [Jesus Santander](https://jsantanders.dev) - [Jim Raptis](http://www.raptis.wtf) - [Jin Jheng Rong](https://jinrup.vercel.app) - [Jo Lienhoop](https://jolienhoop.com) - [John Carlo Camara](https://jiseeeh.codes) - [John Doe](https://portfolio-john2.netlify.app) - [Johnny Chai](https://johnnychai.com) [Web Developer] - [Jonas Werner](https://jonaswerner.com) - [Jonathan Peters](https://github.com/QMS85/MyPortfolio) [Front End Developer] - [Jorge Cortés](https://jorgecortes.dev) [⚡ Fullstack Developer] - [Joshua Chinwendu](http://joshualine.github.io) - [Joshua Izuchukwu](https://joshuaizu.vercel.app) - [Juan Cisneros](https://portfoliojuanfranciscocisneros.web.app) - [Juan Diaz](https://jpdiaz.dev) - [Juan Pablo Jimenez](https://juanpablojimenez.dev) [Front-end Developer] - [Jubin Ayoob](https://web-portfolio-jubin369.vercel.app) - [Judicaël AHYI](https://judicael-ahyi.com) - [Jules Lofficial](https://pandaguerrier.fr) [@PandaGuerrier](https://github.com/PandaGuerrier) - [Julia Johnson](http://juliacodes.com) - [Juned Khan](https://junedkhan.me) - [Juon Kawakami (@evesquare)](https://me.evesq.com) [Fullstack Developer | UI/UX Designer] - [Jyotirmoy Bandyopadhayaya](https://itsmebravo.dev) ## K - [KIRAN KUMAR](https://ikiran-dev.github.io) - [Kaleigh Scruggs](http://kaleighscruggs.com) - [Kamil Mazurek](https://kamilmazurek.pl/) - [Kapil Dadhich](https://kapildadhich075.netlify.app/) - [Karen Fletcher](https://knpfletcher.dev) - [Karthik Menon](https://www.karthikmenon.com) - [Karthik Shetty](http://karthikshetty.info/) [Software Engineer | Fullstack Developer] - [Kartik Jain](https://jkartik.in) [ 👨🏼‍💻 Backend Developer | 🛡️ Cybersecurity Enthusiast] - [Karunika](https://karunika.work/) - [Kashiful Haque](https://ifkash.vercel.app) - [Katie Amberg-Johnson](https://kambergjohnson.com) (made with [TechFolios](https://techfolios.github.io)) - [Katie Haus](https://astro-portfolio-site.netlify.app/) - [Katleho Mokhele](https://mokhele.pythonanywhere.com) - [Kaung Myat](https://kgmyat.vercel.app/) [Frontend Developer] - [Kaustubhai](https://kaustubhai.netlify.app) - [Kavan Bhavsar](https://kavan-bhavsar.vercel.app) [Fullstack web developer | UI/UX Designer] - [Kavi Castelo Dev](https://kavicastelo-dev.netlify.app) - [Kavi Castelo](https://kavindukokila.netlify.app) - [Kavin](https://devekavin.github.io/Portfolio) [Web Developer] - [Kay Evans-Stocks](https://www.kaystocks.com/) [Design Engineer] - [Keita Yamada](https://p5aholic.me) [Designer & Web Developer] - [Keith Lau](https://keithlau2015.github.io/portfolio) - [Kelvin Juma](https://kelvin-site.vercel.app) [Full Stack Engineer] - [Kenta Yamamoto](https://ychof.com) - [Ketuman Vishwakarma](https://k2maan.vercel.app/)([@k2maan](https://github.com/k2maan)) - [Kevin Bogagne](https://kevinbg.vercel.app/) [Software Engineer ] - [Kevin Nguyen](https://www.kevinbkdev.blog/) [Software Engineer | Blockchain Enthusiast] - [Khaled Ahmed](https://khaled.is-a.dev) - [Khang Nguyen](https://khangnd.info) - [Khizar FAREED](https://khizarfareed.netlify.app/) [Engineer ] - [Khokon M.](https://khokon.dev) - [Kidus Bewket](https://kidus.ca) - [Kiran Naragund](https://kiran1689.github.io) - [Kiran Poudel](https://pkiran.com.np) - [Kowsyap Pranay](https://kowsyappranay.site) - [Krishnanand A](https://krishnananda.netlify.app) - [Krupal Sanchaniya](https://krupal-portfolio.vercel.app/) [Software Developer ] - [Krutarth Parmar](https://kayparmar.com) - [Kunal Passan](https://kunalpassan.vercel.app) - [Kushan Devarajegowda (Software Developer | Software Engineer | SDE | SWE)](https://ikushdev.github.io) - [Kyle Smith](https://yskkyle.com) ## L - [Lakshan Rukantha](https://lakshanrukantha.github.io) - [Larry Xue](https://larryxue.dev) - [Laurie Barth](http://laurieontech.dev) - [Le Duong Hung Thinh](https://thinh.io.vn/) [Front-end Engineer] - [Leandro Simões](https://lesimoes.dev) - [Lee Robinson](https://leerob.io) - [Lee Warrick](http://leewarrick.com) - [Leonardo Oliveira](https://leonardoliveira.com) - [Leonel Ngoya](https://lndev.me) - [Leroy Rosales](https://leroyrosales.com) - [Lindsey Howard](https://lindseyk.dev) - [Liplan Lekipising](https://lekipising.com) - [Liran Tal](https://lirantal.com) [Developer Advocate at Snyk, GitHub Star, OpenJS Foundation Pathfinder for Security Award] - [Lisa Blunt](https://lisablunt.github.io) - [Lisa Savoie](http://lscodes.com) - [Liz Lam](https://lizlam.github.io) - [Long Do](https://longpdo.github.io) - [Loránd Kiss](https://lorandkissdev.github.io/github-portfolio/) - [Luca Lischetti](https://sirlisko.com) - [Lucas Batista](https://lucasbatista.online) - [Lucas Dantas](https://dantsdev.vercel.app) - [Lucas Lima](https://lucas-lima.vercel.app) - [Luis Cacho](https://luiscachog.io) - [Lukasz Kups](https://lukaszkups.net) ## M - [Dr Milan Milanovic](https://milan.milanovic.org/) - [MP3Martin](https://mp3martin.xyz) - [Maciej Pulikowski](https://pulik.dev) [Software Engineer & Security Researcher | 8 x Google Hall of Fame] - [Madhan K](https://madhank93.github.io) - [Madhur Dixit](https://madhurdixit13.github.io/Portfolio/) - [Madhurima Rawat](https://madhurimarawat.github.io/Portfolio-Website/) [Data Scientist & Frontend Developer] - [Mads Hougesen](https://mhouge.dk) - [Maduakor Emmanuel](https://emmajs.vercel.app) - [Madza](https://www.madza.dev/) - [Mahmoud AlSharif](https://malsharif.me) - [Mahmoud Nabhan](https://mahmoudnabhan.com/) - [Makechi Eric](https://love-makechi.web.app) - [Malik Muhammad Safwan](https://maliksafwan.netlify.app) - [Malinda Lakshan](https://www.malindalakshan.com/) - [Malith Rukshan](https://malith.dev/) - [Manish Kumar Dholpuriya](https://manish-dholpuriya.netlify.app/) - [Manish Tamang](https://www.manishtamang.com) - [Manish Tiwari](https://www.manishtiwari.dev) - [Manoj Thilakarathna](https://manojtharindu11.github.io/Personal_portfolio_website/) - [Marc Backes](http://marc.dev) - [Marco Baldini](https://marcobaldini.pages.dev/) - [Marijan Smetko](https://msmetko.xyz) - [Mario Kandut](https://www.mariokandut.com) - [Mariya Baig](https://mariyabaig.vercel.app/)([@mariyabaig](https://github.com/mariyabaig)) - [Marko Denic](https://markodenic.com) - [Markus Polzer](https://www.rapidtech1898.com) - [Marouane Rassili](https://mrassili.com) - [Martin Tale](https://martintale.com/) [Web, App, Game Developer] - [Mason Slover](https://github.com/MasonSlover/ProcessingPortfolio) - [Masud Rana Shawon Dark](https://masudranashawon.netlify.app) - [Masud Rana Shawon Light](https://masudranashawon.vercel.app) - [Mateus Felipe G.](https://mateusf.com) - [Matheus Misumoto](https://matheusmisumoto.dev) - [Matheus Victor](https://matheusvictor.vercel.app) - [Mathis Zeghouani](https://mathisdev.pro) - [MathisCool](https://mathiscool.is-a.dev) - [Matt Filer](http://mattfiler.co.uk) - [Matus Stafura](https://stafura.dev) - [Matvey Kottsov](https://matvey.codes) - [Maverick](https://supacode.dev) - [Maxim Villivald](https://villivald.com) - [Maya Shavin](https://www.mayashavin.com) - [Mayank Aggarwal](https://mayank0255.github.io) - [Mayank Mehra](https://mayank-portfolio-pied.vercel.app/) - [Maytiya Monburinon](https://gigigimay.github.io) - [Md Muhaiminul Islam Shihab](https://muhaiminShihab.github.io) [Software Developer | PHP, Laravel, Next.js, MySQL.] - [Md Nabil Ahsan](https://www.mdnabilahsan.com) - [Md Ranju](https://www.mdranju.xyz) [Frontend Developer] - [Md Usman Ansari](https://mdusmanansari.netlify.app) - [Mees Verberne](https://meesverberne.com/) [Creative Frontend Developer & Designer] - [Meet Vipul Gandhi](https://portfolio-nu-lovat-90.vercel.app/project) [Software Developer] - [Melvin Jones Repol](https://mrepol742.github.io) - [Melvyn Malherbe](https://melvynx.com) - [Mertcan Kose](https://mertcankose.vercel.app) - [Michael Hoffmann (Mokkapps)](https://mokkapps.de) - [Michaell Alavedra](https://www.michaellalavedra.com/) - [Michaell Lynn](https://www.mlynn.org/) - [Michal Grzebisz](https://www.michalgrzebisz.com/) [Creative Frontend Developer | UI/UX Enthusiast] - [Michel de Freitas](https://michelfreitas.com) - [Michelle Brenner](https://michellebrenner.com) - [Miguel Rodriguez](https://migu.es) - [Minmitha A](https://minmitha.vercel.app) - [Mitul Savani](http://mitulsavani.com) - [Mohamad Fadhil Yaacob](https://fadhil-blog.dev) - [Mohamed Zhioua](https://mohamedzhioua.vercel.app) - [Mohammad Haaris Iqubal](http://haarisiqubal.github.io) - [Mohammed Ibrahim Islam](https://macromanager.dev) - [Mohammad Rahmani](https://afgprogrammer.com) - [Mohammed Hesham Farhan](https://mohammedfarhan.me) - [Mohammed-Yousuf Hamid](https://mohammedcodes.dev) - [Mohammmed M Bariyawala](https://mohammedbariyawala.me) - [Mohan Reddy](https://mohanreddy0909.github.io/MyPortfolio/) [Mobile Developer] - [Mohit Paudyal](https://findmohit.netlify.app) - [Morelen Yim](https://morelenyim.com) - [Moritz Kornher](https://moritzkornher.de) - [Mouad ZIANI](https://mouadziani.github.io) - [Mubeen Mohammed](https://mubeenmohammed.tech) - [Mudassir Ali](https://mudassirali.com/) [Full Stack Developer | Software Engineer] - [Muhammad Azlaan Zubair](https://www.mdazlaanzubair.com/) [Frontend Developer] - [Muhammad Jaafar](https://m7mad.dev/) - [Muhammad Muhaddis](https://muhaddis.info) - [Muhammad Murtaza](https://murtazasarwar.com) - [Muhammad Mustafiz Rahman](https://mustafizrahman.vercel.app/) [Frontend Developer | MERN Stack Developer] - [Muhammad Naeem Tahir](https://muhammadnaeemtahir.github.io) - [Muhammad Rashid](https://iamrashy.netlify.app) - [Muhammad Saad Siddique](https://saad-muhammadsaadsiddique.vercel.app) - [Muhammad Ubaid Raza](https://mubaidr.js.org) [Sr. Software Engineer | Full Stack Developer | Chrome Extension Expert] - [Mukul Chugh](https://mukulchugh.com) - [Mushfiqur Rahman](https://mushfiq.xyz/) - [Mustafa Bhikhapurwala](https://mustafabhikhapur.me/) - [Mustapha Nkhili](https://mustapha-nkhili.web.app) - [Muzaffer Kadir YILMAZ](https://mkdir.dev) - [mahdi.is-a.dev](http://mahdi.is-a.dev) ## N - [Nabin Khair](https://www.nabinkhair.com.np) - [Nacho Caiafa](https://nachokai.github.io/rpg-cv) - [Nader Ferjani](https://nader.run) - [Nafas Ebrahimi](https://nafasebra.ir) - [Nahid Hasan](https://mdnahidhasan.netlify.app) - [Naimur Reza](https://naimur-reza.vercel.app) [Front-end Developer] - [NatachaBezerra](https://tachan-t.github.io/Portfolio-Natacha-Bezerra/) - [Natasha Pierre-Louis](https://www.natashasfolio.com) [Front-end Developer | Design Technologist | UI/UX Engineer] - [Nathan Simpson](https://nathansimpson.design) - [Naveed Ahmed](https://www.trixum.net) - [Nayan Das](https://www.nayandas.dev) - [Nazia Shehnaz Joynab](https://geek-a-byte.github.io) - [Nazmus Sayad](https://sayad.dev) - [Neelanjan Chakraborty](https://neelanjan-chakraborty.github.io) - [Nguyen Chanh Dang](https://chanhdang.com) - [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app) - [Nicholas Gannon](https://nicholasgannon.io/) - [Nico Bachner](https://nicobachner.com) - [Nico van Zyl](https://nicovanzyl.com) - [Nicolo Rebughini](https://nirebu.com) - [Nihal Ahmed Nariyam](https://nihalahmed.in) - [Nikita Sobolev](https://sobolevn.me) - [Nilesh Fatfatwale](https://nileshfatfatwale.vercel.app/) - [Nilesh Prajapat](https://itsnilesh.vercel.app) (App Developer) - [Nilkanth Patadiya](https://nilkanthpatadiya.vercel.app) - [Nimit Trevadiya](https://nimit-trevadiya.vercel.app/) (fullstack developer) - [Nipun Jain](https://lucifernipun22.github.io) - [Niresh Shrestha](https://niresh.com.np/) - [Nisarg Patel](https://nisarg.io) - [Nischal Dutt](https://nischaldutt.netlify.app) - [Nishant Banjade](https://nishantbanjade.com.np) - [Nishant Dewangan](https://nishantdewangan.vercel.app) - [Nitesh Seram](https://niteshseram.in) - [Noaman Ahmed](https://noamanahmed.com) - [Nurliman Diara](https://nurliman.dev) - [Nuwan Jaliyagoda](http://nuwanjaliyagoda.com) ## O - [Oktay Shakirov](https://oktayshakirov.com) - [Olaolu Olawuyi](https://olaolu.dev) - [Om](https://omchaudhari1107.github.io) - [Omar Gastón Chalas](https://ogaston.com) - [Omargpax](https://omargpax.pages.dev) - [Omari Thompson-Edwards](https://omarileon.me) - [Onur Şuyalçınkaya](https://onur.dev/) - [Opeyemi Obembe](http://obem.be/opeyemi) - [Oraz Gulchayew](https://orazgulcayew.vercel.app) - [Orion Dobos](https://oriondobos.com/) - [Osama Islam](https://osamaislam.vercel.app) - [Oscar Tian](http://www.bluexguardian.com) - [Oussama Bonnor](https://oussamabonnor1.github.io/portfolio) - [Oussama Bouchikhi](https://oussamabouchikhi.github.io) - [Oussama Sallak](https://www.osallak.tech) ## P - [PHPxCODER](https://phpxcoder.in) - [Paal Stakvik](https://paalss.vercel.app) - [Pablo Conejos](https://www.pabloconejos.dev/) - [Pablo Ramon](https://pabloramon.com.br/) - [Pan Wei Lian](https://williamson922.github.io) - [PandaDEV](https://pandadev.net) - [Pandiyan Murugan](https://pandiyancool.github.io/pandiyan.cool) - [Panhareach Phat](https://phatpanhareach.vercel.app) - [Pankaj Gaikar](https://pankajgaikar.com) - [Pankaj Kumar](https://pankaj-kumar-techie.github.io) [Software Engineer] - [Parth Kaul](https://parthkaul-bit.github.io/portfolio/) - [Parth Kothari](https://0xparthdev.netlify.app) - [Parth Mittal](https://parthmittal.netlify.app) - [Pasindu Dilshan](https://pasi-d.me/) - [Patricia Aas](https://patricia.no) - [Patrick Chiu](https://patrick-kw-chiu.github.io) - [Patrick Hyatt](https://www.patrickhyatt.com) - [Patrick Obermeier](https://www.patrickobermeier.at) - [Patrick Reid](http://iamreliq.com) - [Paul Agbogun](https://ifeoluwa-portfolio-five.vercel.app) - [Paul Koeck](https://paul.koeck.dev) - [Paulo Oliveira](https://paul8liveira.is-a.dev) - [Pawaret Meungkaew](https://www.pawaret.dev) - [Pazindu Shane](https://pazindushane.github.io) - [Pedro Reis](https://preis.tech) - [Peter Gallwas](https://peter.husky.nz) - [Philip Johnson](https://philipmjohnson.org) (made with [TechFolios](https://techfolios.github.io)) - [Philipe Almeida](https://palmeida.netlify.app) - [Pierre Nel](https://pierre.io/) [Full-stack Developer | UX/UI Designer] - [Pieter-Jan Scheir](https://www.pieterjanscheir.com) - [Poonam Chauhan](https://poo17nam.github.io/profile) - [Prakash Pun](https://prakashpun.me) [Software Engineer] - [Pramesh Karki](https://karkipramesh.com.np) - [Pranshu Patel](https://pranshu05.vercel.app) - [Prantosh Biswas](https://prantosh.ninja) [Unique Portfolio | Software Engineer] - [Prashant Khandelwal](https://prashantk.dev) - [Praveen Kumar Purushothaman](https://praveen.science) [Full Stack React JS Developer | Director of Engineering] - [Praveen Kumar](https://praveengongada.com) [Software Development Engineer] - [Preet Suthar](https://preetsuthar.me) - [Prem Prakash Sharma](https://premprakashsharma.vercel.app/) - [Prince Kumar](https://www.princecodes.online) - [Pritam Debnath](https://pridebnath.github.io/portfolio-v2/) [ Frontend Developer ] - [Pritu Yadav](https://prituyadav.github.io/) - [Priya Nayak](https://priya180975.github.io/portfolio) - [Pruthviraj Mundargi](https://pruthviraj-guddu.github.io/) - [Purv Kabaria](https://purkabaria.netlify.app/) - [Pushkar Patel](https://thepushkarp.com) - [Pushpak Chhajed](https://pushpak1300.github.io) - [Puzant Bakjejian](https://puzant.netlify.app/) ## Q - [Quentin Berthet](https://quentinberthet.ch) - [Qui Nguyen](https://www.lexnguyen.dev) ## R - [Rabin Thami](https://www.rabinthami.com.np/) - [Radiat Hossain Ridoy](https://radiat.netlify.app) - [Rafael Salazar](https://rafalazar.github.io) - [Rafael Santana](https://www.rafaelsantana.dev) - [Ragav R](https://ragavs-profile.netlify.app/) - [Rahul Bhatija](https://rahulbhatija.com) - [Rahul Gulabaji](https://rahulgulabaji.github.io/) [Software Engineer ] - [Rahul Gurujala](https://rahulgurujala.is-a.dev/) [Full Stack Developer] - [Rahul Kumar](https://rahulbaran.vercel.app) - [Rahul Sawant](http://raalzz.com) - [Raj Aryan](https://rajxryan.vercel.app) - [Raj Chhalotrte](https://raj-portfolio101.netlify.app/) - [Rajan Bhattarai](https://cdrrazan.com) - [Rajekevin](https://rajekevin.fr) - [Rakibul Islam](https://rakibul-islam-hasib.web.app) - [Ralf D. Müller](https://fiveandahalfstars.ninja/rdmueller.html) - [Ramesh Kumar](https://rameskum.com) - [Ramin Rezaei - V1](https://raminrezaei.se) - [Ramin Rezaei - V2](https://raminr77.vercel.app/) - [Ramiz](https://my-portfolio-pied-xi.vercel.app) - [Ratnesh Patil](https://ratanesh-patil.github.io/portfolioratnesh/) - [Raziel Rodrigues](https://www.razielrodrigues.dev/) - [Razin Rayees](https://razin.in) - [Reeya Gupta](https://reeyadev.vercel.app/) [Full Stack Developer] - [Remi Jara](https://www.remi-jara.fr) - [Renjith Abraham](https://renjith.com) - [Rensith Udara](https://rensithudara.github.io/portfolio/) - [Riccardo Venturini](https://riccardoventurini.dev/) - [Richard Hill](https://www.rhdigital.co.uk/) [Digital Designer] - [Rick Hanlon](https://rickhanlonii.github.io) - [Rifat Ishtiyak](https://rifat-ishtiyak.web.app) - [Riley J. Shaw](https://rileyjshaw.com) - [Rimenes Ribeiro](https://rimenesribeiro.com) - [Rimon Chowdhury](https://rimonchowdhury.netlify.app/) - [Rishabh Kushwah](https://rishabhkushwah.netlify.app) - [Rishabh Rawat](https://rrawat.com) - [Rituparna Warwatkar](https://rituparnawarwatkar.com) [SDE@AWS EC2, Berlin] - [Rizwan Shah](https://rizwanshah9792.github.io/Portfolio) - [Robin Mastromari](http://robinmastromarino.com/) [UI/UX Designer] - [Robiul Hasan](https://www.robiulhasan.dev) - [Rohit Kushwaha](https://rohitk06.vercel.app) - [Rohit Raj](https://rohit-raj.netlify.app/) - [Rohit Wadhwa](https://github.com/rohit-wadhwa) - [Roland L. Taylor](http://rolandixor.pro) - [Roman Sendziuk](https://portfolio-romsendz.vercel.app/) - [Roman Smunyov](https://romanisthere.github.io) - [Ronny Coste](https://ronnycoste.com) - [Roshan Kr Soni](https://roshankrsoni.github.io) - [Ruhban Abdullah](https://developerruhban.com/) - [Rutik Kulkarni](https://www.crio.do/learn/portfolio/rutikkulkarni2001) - [Ryan Burgess](http://ryanburgess.com) - [Ryan MacLean](http://ryanmaclean.com) - [Ryan Pereira](http://ryanpereira.me) ## S - [Saahil D](https://saahild.com) - [Sabarish](https://www.sabarish.in/) - [Sabin Ranabhat](https://sawin.com.np) [Senior Mobile Developer] - [Sachin Srinivasan](https://s8sachin.github.io) - [Saeid Doroudi](https://saeiddoroudi.ir) - [Safoor Safdar](https://safoorsafdar.com) - [Sagar Betkar](https://sagarbetkar.netlify.app/) - [Sagar Giri](https://girisagar46.github.io) - [Sagar Khurana](https://hellosagar.vercel.app) - [Sagar Mude](https://sagarmude.netlify.app) - [Sahil] (https://sahil500-portfolio.netlify.app/) - [Sai Sudheer Dontha](https://github.com/saisudhir14) - [Sai Teja](https://saiteja13427.github.io) - [Sai Terukula](https://terukulasai-portfolio.netlify.app/) [DevOps Engineer] - [Said Kharboutli](https://saidk.io) - [Saif Ur Rehman](https://saifwebdev.netlify.app) - [Saiful Alam](https://msar.me) - [Saiful Islam](https://saifulislam.online) [Front-end web development] - [Saikiran Somanagoudar](https://www.saikiransomanagoudar.com) - [Saitheja komalla](https://saitheja20.github.io/Portfolio/) - [Saksham Agarwal](https://skshamagarwal.github.io/) - [Salman Ibrahim](https://salman-ibrahim.github.io) - [Sam Foreman](https://samforeman.me) \[Computational Scientist\] - [Samarth Kadam](https://samarthkadam.vercel.app) - [Sameer](https://sameer27.netlify.app/) - [Samik Malhotra](https://samikmalhotra.netlify.app) - [Samrat Mitra](https://lionelsamrat10.github.io) - [Samuel Muchai Macharia](https://sammymacharia.vercel.app) - [Sanajit Jana](https://sanajitjana.github.io) - [Sandeep Panigrahi](https://sandeepdot1.github.io) - [Sanee Itas](https://saneeitas.netlify.app) - [Sanket Gurav](https://6225133232fd961e0c54af5f--sanketgurav.netlify.app) \[Full stack developer\] - [Santosh Yadav](http://santoshyadav.dev) - [Sanyam Kumar](https://sanyam.dev) - [Sarang N](https://srng.dev) - [Saroj Pradhan](https://pradhansaroj.com.np) - [Sartaj Alam](https://sak03.github.io/sartaj.dev/) - [Sarvesh Patil](https://sarveshpatil.com) - [Satish Jhanwer](https://satishjhanwer.github.io) ([@satishjhanwer](https://github.com/satishjhanwer)) - [Satish Vaishnav](http://satishvaishnav.in) - [Satyam Gupta](https://imlolman.github.io) ([@imlolman](https://github.com/imlolman)) - [Saurabh Daware](https://www.saurabhdaware.in) - [Saurabh Nemade](https://www.nemade.eu) (Staff Engineer) ([@saurabhnemade](https://github.com/saurabhnemade)) - [Saurabh Patil](https://saurabhpatil.netlify.app/) [Code Craftsman] - [Saurav M H](https://sauravmh.com) - [Savan Rathod](https://portfolio-8xwk.vercel.app) - [Sayan Pramanik](https://sayanpramanik2012.github.io/Portfolio) - [Sayantan Basu](https://sayantan-basu.vercel.app/) - [Sayed Anowar](https://sayedanowar.netlify.app/) [Freelance Web Developer] - [Sayyid Marvan](https://sayyidmarvanvt.vercel.app/) - [Schalk Venter](https://schalkventer.me/) - [Schleidens Dev](https://schleidens.netlify.app) - [Scott Spence](https://scottspence.com) - [Sebastian Cherny](https://sebascherny.github.io/) - [Sebbie Chanzu](https://sebbie-chanzu.vercel.app/) [Backend, DevOps and Machine Learning Engineer] - [Sergei Chestakov](https://sergei.com) - [Sergio Sanchez](https://sdsanchezm.github.io/) [.Net and Java Dev] - [Serhii Nazarov](https://www.serhii-nazarov.com/) [Senior Front-End | Full Stack Engineer] - [Seth Hall](https://sethhallcreative.com) - [Seunghun Bang](https://seunghun-website.vercel.app) (Software Engineer | Support Engineer)](https://github.com/a1603169) - [Seyhun Akyurek](https://www.seyhunakyurek.com) - [Seyoon Puvi](https://seyoonpuvi.github.io/personal-portfolio/) - [Shaan Khan](https://www.shaankhan.dev) - [Shaheen Amjed](https://shaheen-amjed.vercel.app/) [Full Stack Web Developer] - [Shahid Shaikh](http://shahidshaikh.com) - [Shakhzhakhan Maxudbek](https://args.tech) - [Shannon Crabill](http://shannoncrabill.com) - [Shanthosh Krishnakumar](https://drmsweb.com) - [Sharif Rahat](https://sharifrahat.com/) [Full Stack Developer] - [Sharon Yi](https://sharon-yi.com/) [Frontend Developer] - [Shashank Kumar Chaudhary](https://my-portfolio-shashank-crypto.vercel.app) - [Shashank Shet](https://shashank-shet.vercel.app/) - [Shashi Kant](https://shashikantportfolio.web.app/) [Full Stack Developer] - [Shaun Furtado](https://shaunfurtado.is-a.dev) - [Shefali](https://shefali.dev) - [Shibiraj](https://shibiverse.tech/) - [Shikhar Gupta](https://shikhar97.github.io) - [Shiva Raj Paudel](https://shivarajpaudel.com.np/) - [Shivam Raj](https://shivxmr.netlify.app) - [Shivesh Chaturvedi](https://shivesh1606.github.io/portfolio) - [Shivram Sambhus](https://shivi.io) - [Shomi Khan](https://shomi-khan.github.io) - [Shrey Asthana](https://shrey-asthana-portfolio.netlify.app) - [Shripad Khandare](https://shripadkhandare.in/) - [Shubham Chaturvedi](https://shu8ham.netlify.app) - [Shubham Gaur](https://shubhamessier.github.io/portfolio) - [Shubham Tarade](https://coder-shanks.github.io) - [Shuvam Manna](http://shuvam.xyz) - [Shyamalendu Nayak](https://www.shyam.dev/) - [Siddharth Vaishnav](https://codesiddharth.tech) - [Silas Rodrigues](https://silasrodrigues.vercel.app) - [Simon Knott](https://simonknott.de) - [Siyana Zdravkova](https://szwebdeveloper.netlify.app) - [Soham Mondal](https://sohammondal.com) - [Soumyajit Behera](https://soumyajit.vercel.app/) - [Sourabh Kothari](https://sourabhkothari.vercel.app) - [Sourav Dutta](http://i-am-souravdutta.firebaseapp.com) - [Sree Godavarthi](http://sreegodavarthi.github.io) - [Srihari Kulkarni](https://srihari-k-portfolio.vercel.app/) - [Srijan Baniyal](https://srijanbaniyal.com)[Full Stack Developer] - [Ste O'Neill](https://steoneill.dev) - [Stefan Bohacek](https://fourtonfish.com) - [Stefan Topalovic](https://www.stefantopalovic.com/) - [Stéphane Chan Hiou Kong](https://www.chan-stephane.me) (Software Engineer) ([@chan-stephane](https://github.com/chan-stephane)) - [Sudev Thapa Magar](https://portfolio-nu-ten-94.vercel.app/) - Full Stack Developer - [Suhaib SZ](https://suhaib.protool.co.in) (Founder of) ([@Protool](https://protool.co.in)) - [Sumonta Saha Mridul](https://sumonta056.github.io) - [Surya MU](https://surya-mu.me/) - [Syauqi Suhaimi](https://portfolio-syauqi.vercel.app) - [Syed Muhammad Abdullah Ahsan](https://linktr.ee/abdullahahsan) - [Syed Muhammad Saad Bukhari](https://saadbukhari.vercel.app) [Software Developer,Polygot Programmer] ## T - [TJ Klint](https://tjklint.github.io) - [TOBIAS MEYHÖFER](https://www.tobiasmeyhoefer.de) - [Tadashi Amano](https://tadashiamano.vercel.app) - [Taiizor](https://github.com/Taiizor) [.NET Developer] - [Tanisha Gupta](https://tanishagupta1.github.io/Tanisha-Gupta-portfolio) - [Taranjeet Singh](https://taranjeet.co) - [Tarun M S](https://tarunms.netlify.app/) - [Tejas Kumar](http://tej.as) - [Tejaswi Chaudhari](https://tejaswichaudhari.me) - [Tek Kshetri](http://tekkshetri.com.np) - [Tek Raj Joshi](https://t3kraj.netlify.app) - [TheKaushikGoswami](https://thekaushikgoswami.github.io) - [Thea Choem](https://thea.juniorise.com) - [Thea Mushambadze](https://highflyer910.github.io) - [Thiago Sousa](https://github.com/ThiagoSousa81) [Cryptographer - Full-Stack Developer] - [Thibaud Dervily](https://www.thibaud-dervily.fr) - [Thibault Mathian](https://thibault.sh) - [Thinh Ngo](https://thinhcorner.com/) - [Thomas David](https://thomas-david-portfolio.netlify.app) - [Tiago Hermano](https://tiagohermano.dev) - [Tiago Leite](https://www.tiagocreator.com) - [Tibor Ignéczi](https://igneczitibor.hu) [Full-Stack Developer] - [Tim Jones](https://timmoth.com) - [Tim Stanton](https://www.tim-stanton.dev) - [Timmy O'Mahony](https://timmyomahony.com/) [Full-Stack Developer] - [Tinotenda Mhedziso](https://tinotenda-mhedziso.pages.dev) [Software Developer] - [Torben Korb](https://www.digital-creative.de) - [Travis Fischer](https://transitivebullsh.it) - [Tristan Chin](https://www.chintristan.io) - [Tsiry Sandratraina](https://tsiry-sandratraina.com) - [Tushar Kanjariya](https://tusharkanjariya.me) - [Tushar Singh](https://tusharsingh110.github.io/My-Portfolio) - [Tvoosai](https://www.tvoosai.dev/) [Freelance Mobile, Web & Backend Developer] ## U - [Uday Bagda](https://terminal-portfolio-seven-black.vercel.app/) - [Uday G](https://portfoliov3-puce.vercel.app/) [React, TypeScript, TailwindCSS, Node.js] - [Uday Lunawat](https://udaylunawat.github.io) - [Ujjal Sigdel](https://www.ujjalsigdel.com.np/) - [Ukhang Marma](https://ukhang.vercel.app/) - [Ullas Arwan](https://ullas.xyz) - [Ulysse Pavloff](https://pavloffulysse.com/) - [Umesh Nagare](https://umeshnagare.com) - [Usman Nasir](https://devbyusman.com/) - [Utkarsh Aggarwal](https://utkarshaggarwal.vercel.app/) - [Utkarsh Maurya](https://utkarshs-terminal.netlify.app) - [Utkarsh Singhal](https://utkarsh-singhal.tech) - [Utsav Ghimire](https://www.utsavghimire.com.np) - [Uğur Atmaca](https://uguratmacacv.web.app) ## V - [Vahid Foroughi](https://vahidforoughi.com) - [Vaibhav Jaiswal](https://vaibhavjaiswal.vercel.app/#) - [Vaibhav Padmani](https://vi0650.github.io/) - [Vaibhav Prajapat](https://vai-portfolio.netlify.app) - [Vaibhav Singh](http://vaibhavsingh97.com) - [Vaidhyanathan S M](https://vaidhyanathansm.netlify.app) - [Vamsi Indugu](https://vamsiindugu.vercel.app/) - [Vamsi Krishna Chandaluri](https://vamsi-krishna-portfolio.vercel.app) - [Vansh Mehta](https://vansh-mehta-portfolio.vercel.app/) - [Varinder Singh](https://varinder148.github.io/portfolio/) - [Varun Dey](https://varundey.me) - [Vatsal Shah](https://vatsalshah.in) - [Vauth](https://vauth.github.io/hueco) - [Vedant Athavale](https://vedantathavale.webflow.io) - [Vedant Milind Athavale](http://vedant-athavale.byethost31.com/portfolio.html?i=1) - [Vertanzil](https://vertanzil.github.io) - [Vibhor Arya](https://vibhorarya12.vercel.app/) - [Vidushan Chooriyakumaran](https://vidu.sh/an) - [Vighnesh Raut](https://vighnesh153.dev) - [Vijay Verma](https://vjy.me) - [Vikas Chauhan](https://vikaschauhan.vercel.app/) - [Vikas Ukani](https://vikas-ukani.github.io) - [Vinay Somawat](https://vinaysomawat.github.io) - [Vinit Shahdeo](https://vinitshahdeo.com) - [Vishal Bhangare](https://vishalbhangare.netlify.app/) - [Vishal Rai](https://vishalrai.netlify.app/) - [Vishwa Pramuditha](https://pramu.cc/) - [Vishwanath B](https://frozenhearth.vercel.app) - [Vishwasa Navada K](https://vishwas.tech) - [Vitaliy Ivanov](https://vitaliy.vercel.app) - [Vito Sartori](https://vito.io) - [Vivek Chudasama](https://vivekchudasama-2004.github.io/portfolio/) - [Vivek Patel - Ubuntu](http://vivek9patel.github.io) - [Vivek Patel](http://vivek9patel.com) - [Vladyslav Kryvytchenko](https://www.vladfrontend.pro) - [Volkan Kabay](https://volkankabay.com/) - [Vyom Dubey](https://vmoyd.github.io/portfolio-app/) [VMOY] - [vm ](https://vmthedev.web.app) ## W - [William Thanh Long](https://long18.github.io) ([@Long18](https://github.com/Long18)) - [Willian De Almeida Lemos](https://rarewolf626.github.io) - [Wilson Mun](https://rebrand.ly/wilsonmun) - [Wilson Toribio](https://wt-portafolio.vercel.app/) - [Wisit Longsida](https://wisit-blog.vercel.app/about) ## Y - [Yamin Hossain](https://yamins-portfolio.vercel.app) [Fresher Data Scientist] - [Yared Tekileselassie](https://yared.vercel.app) - [Yaroslav Lebedenko](https://portfolio-nailheart.vercel.app) - [Yash Datir](https://yashdatir.github.io/profile-os) - [Yash Johri](https://yash1200.github.io) - [Yashita Namdeo](https://yashitanamdeo.github.io) - [Yassine Haimouch](https://gitcoder.vercel.app) - [Yassine Oularbi](https://yassineoularbi.github.io) - [Yeabsira Tarekegn](https://yeabsiras-portfolio.vercel.app) - [Yechiel Kalmenson](https://yechiel.me) - [Yoav](https://yoav.xyz/) - [Yogesh Choudhary Paliyal](https://yogeshpaliyal.com) - [Yogesh Saini](https://saini-yogesh.github.io/Portfolio/) - [Younes Megaache](https://younes-megaache.com) [Software developer] - [Youssef SAHIH](https://sahih.me) [Front-end Developer] - [Yuji Sato](https://yujisatojr.github.io/react-portfolio-template) - [Yuri Faria](https://windows87.github.io) - [Yusuf Bozacı](https://yusufbozaci.dev) - [Yusuf Yıldırım](https://www.yusufyildirim.dev) ## Z - [ZHENG Robert](https://www.robert.hase-zheng.net) - [Zander Lewis](https://zanderlewis.dev) - [Zeel Bhanderi](https://zeelbhanderi.netlify.app) [Export Flutter Developer & FlutterFlow Developer] - [Ziyad](https://ziyadsk.github.io/portfolio-V2) - [Zobaidul Kazi](https://zobkazi.github.io/) - [Zonayed Ahmed](https://zonayed.me) - [Zubayer Hossain Patowari](https://zubayer-sigma.vercel.app/) [AI Engineer] ## /src/alphabetical.py ```py path="/src/alphabetical.py" import re def sort_lists_alphabetically(lines): header_pattern = re.compile(r'^##\s+([A-Z])') current_header = None list_items = [] sorted_lines = [] header_indices = [] for i, line in enumerate(lines): header_match = header_pattern.match(line) if header_match: if current_header and list_items: sorted_lines.extend(sorted(list_items)) list_items = [] current_header = header_match.group(1) sorted_lines.append(line) header_indices.append(i) elif current_header and line.startswith('- '): list_items.append(line) else: if list_items and not line.startswith('- '): sorted_lines.extend(sorted(list_items)) list_items = [] sorted_lines.append(line) if current_header and list_items: sorted_lines.extend(sorted(list_items)) return sorted_lines, header_indices def main(): with open('README.md', 'r') as file: lines = file.readlines() sorted_lines, header_indices = sort_lists_alphabetically(lines) with open('README.md', 'w') as file: file.writelines(sorted_lines) if __name__ == "__main__": main() ``` The better and more specific the context, the better the LLM can follow instructions. If the context seems verbose, the user can refine the filter using uithub. Thank you for using https://uithub.com - Perfect LLM context for any GitHub repo.