Skip to content

chore: add volunteer prakharrai1609 #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions data/users/prakharrai1609
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Prakhar Rai",
"bio": "SWE",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Software Engineer

to make it more clear

"image": "https://media.licdn.com/dms/image/D4D03AQH3nHT025rtWg/profile-displayphoto-shrink_400_400/0/1671091779353?e=1676505600&v=beta&t=iYhs7ybjojQC54tzE_bViSs1n6pVc45KTmVQzWBC18Y",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use your github image url https://avatars.githubusercontent.com/u/58136319?v=4.

We have faced loading issue previously with linkedin cdn

"categories": [
{
"slug": "Problem solving",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slugs are pre-defined here

Add programming languages and DSA in programming category. Keep it max 2-3.

    {
      "slug": "programming",
      "topics": ["C++", "Python", "DSA"]
    }

"topics": ["C++", "Data structures", "Algorithms"]
},
{
"slug": "Development",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use web-development category slug here for web frameworks and technologies

{
  "slug": "web-development",
  "topics": [ "NodeJS", "ExpressJS", "Django"]
}

"topics": ["Python", "Django", "JS/TS", "Node.js", "Express.js"]
}
],
"contacts": {
"twitter": "prakharrai1609"
}
}