Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
659 lines (523 loc) · 22 KB

README.md

File metadata and controls

659 lines (523 loc) · 22 KB

Rookies

This README showcases all the people who have made it as Rookies into the Heroes program!

All of our program members start as a Rookie. Start by adding your profile as a Rookie to begin with and then be sure to nominate yourself to be a Hero when you feel ready.

You can read the Heroes Review Criteria and Scoring Matrix Guidelines to learn more about the Hero review process.

Rookies List

Abdulaziz Kamil

Abdulbasit Sadiq

  • Name: Abdulbasit Sadiq
  • Position: Software engineer, technical writer
  • GitHub Profile: abdbee
  • Social Media Links:

Adel Arja

  • Name: Adel Arja
  • Position: Blockchain Engineer at Pendulum
  • GitHub Profile: adelarja
  • Social Media Links:
    • Discord: adelarja#8195
    • Telegram: @adelarja
    • Element: @adelarja:matrix.org
    • LinkedIn: Adel Arja

Adrian Montero

  • Name: Adrian Montero
  • Position: PhD Student in Computational Physics
  • GitHub Profile: A-mont
  • Social Media Links:
    • Discord: a_mont
    • Telegram: @A-mont
    • Element: @amont24:matrix.org
    • LinkedIn: A-mont

Alessio Giannini

Andrew Arutiunian

  • Name: Andrew Arutiunian
  • Position: CS Student
  • GitHub Profile: siguint
  • Social Media Links:

Anna Erdi

  • Name: Anna Erdi
  • Position: Software Developer
  • GitHub Profile: annaerdi
  • Social Media Links:

Arjan van Eersel

Bolaji Ahmad

Chinedu E. Nwadike

Chengcheng Shi

  • Name: Chengcheng Shi
  • Position: Blockchain Engineer
  • GitHub Profile: Chengcheng-S
  • Social Media Links:
    • Discord: cheng_shi
    • Telegram: @shi_chengc
    • LinkedIn: 师琤琤

Chris Ortiz

  • Name: Chris Ortiz
  • Position: Software Engineer
  • GitHub Profile: r3alz
  • Social Media Links:
    • Discord: r3alz#3264
    • Telegram: @ortrees
    • LinkedIn: Chris Ortiz

Cyndie

Dila Akkaya

  • Name: Dila Akkaya
  • Position: Mechatronics Engineering Graduate / Data Analyst
  • GitHub Profile: akkayadila
  • Social Media Links:

Dustin

  • Name: Dustin Ho
  • Position: Blockchain Developer
  • GitHub Profile: CocDap
  • Social Media Links:

Fenn Ignatius Saji

Frank Dierolf

  • Name: Frank Dierolf

  • Position: Web3AR Developer

  • GitHub Profile: Frank Bevr

  • Social Media Links:

    Gabriel Bonugli

Georgii Plotnikov

Gianluigi Davassi

Haoyang Li

Ippo

John Rhodel Bartolome

Kaloyan Gangov

  • Name: Kaloyan Gangov
  • Position: Web2 Fullstack Developer/Smartcontracts developer
  • GitHub Profile: gangov
  • Social Media Links:
    • Discord: munificent6864
    • LinkedIn: gangov

Leandro Palazzolo

Luke Schoen

Marin Enault

Mark Hugh Neri

Matias Zabala

Nicolás Biondini

Oliver

Omer Goksoy

Raphael Nembhard

  • Name: Raphael Nembhard
  • Postion: Blockchain Engineer & Security Researcher
  • GitHub Profile: DeluxeRaph
  • Social Media Links:

Sacha Lansky

Sachin Gurjar

  • Name: Sachin Gurjar
  • Position: Full Stack Blockchain Developer (Typescript, Rust)
  • GitHub Profile: SachinCoder1
  • Social Media Links:

Sachin Jangid

Saing Sab

  • Name: Saing Sab
  • Position: Head of Blockchain @IG TECH, Commnunity builder, Dev Rel
  • Github Profile: saingsab
  • Social Media Links:

Salil Dinesh Apte

StarDev

  • Name: StarDev
  • Position: Rust Substrate Developer
  • Github Profile: Beardev118
  • Social Media Links:
    • Discord: stardev8850
    • Telegram: @GoldCat12499

Suraj Vijayan

Tadej Rudel

  • Name: Tadej Rudel
  • Position: Software Engineer
  • Github Profile: tad3j
  • Social Media Links:
    • Twitter: @_Tad3j_
    • Discord: tadej.dev
    • Linkedin: Tadej Rudel

Tomas Rawski

Tugwa Chinenye Victor

Usama Ali

  • Name: Usama Ali
  • Position: Rust Substrate Developer
  • Github Profile: Ali-Usama
  • Social Media Links:
    • Discord: bug_whisperer
    • Linkedin: aliusama

Vishal Saroj

  • Name: Vishal Saroj
  • Position: Jr Blockchain Developer
  • Github Profile: vishal-sys
  • Social Media Links:

Winnie Ndung'u

  • Name: Winnie Ndung'u
  • Position: Software Engineer
  • Github Profile: nyambura00
  • Social Media Links:

Yash Thipsay

Yury Yukhananov

Zian

Contributing

To add your profile to our list of Rookies or Heroes, please follow the steps below, please only do so once you receive an invitation after acceptance into the program:

Fork the Repository

Start by clicking on the "Fork" button at the top right corner of this repository. This will create a copy of this repository in your account.

Clone the Repository

Now, clone this repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the 'copy to clipboard' icon.

Open a terminal and run the following git command:

git clone "url you just copied"

Change to the repository directory on your computer:

cd [repository name]

Now create a branch using the git checkout command:

git checkout -b your-new-branch-name

Add your Profile Card

Create your profile card in the appropriate README.md file (either Rookies/README.md or Heroes/README.md), following the provided template or copy and paste an earlier profile card of another member to use for reference. Make sure your profile is in alphabetical order in the list.

Add your profile image to the ./images folder, and fill out the information fields in your card.

Don't forget to preview your additions in the README.md file to confirm it looks as expected.

Commit your Changes

If you go to the project directory and execute the command git status, you'll see the changes.

Add those changes to the branch you just created using the git add command:

git add -p

Now commit those changes using the git commit command:

git commit -m "Add [Your Name] to Rookie (or Hero) list"

Push changes to GitHub

Push your changes using the command git push:

git push origin <add-your-branch-name>

Submit your Changes for Review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request, ensuring you use the provided PR template (either Rookie or Hero).

Once your pull request is merged, your profile will be visible in the list!

License

This project is licensed under the terms of the MIT license. Please see LICENSE for more details.