-
Notifications
You must be signed in to change notification settings - Fork 124
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
chore: add volunteer prakharrai1609 #154
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
{ | ||
"name": "Prakhar Rai", | ||
"bio": "SWE", | ||
"image": "https://media.licdn.com/dms/image/D4D03AQH3nHT025rtWg/profile-displayphoto-shrink_400_400/0/1671091779353?e=1676505600&v=beta&t=iYhs7ybjojQC54tzE_bViSs1n6pVc45KTmVQzWBC18Y", |
There was a problem hiding this comment.
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
@@ -0,0 +1,18 @@ | |||
{ | |||
"name": "Prakhar Rai", | |||
"bio": "SWE", |
There was a problem hiding this comment.
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", | ||
"categories": [ | ||
{ | ||
"slug": "Problem solving", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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"]
}
Thanks for volunteering @prakharrai1609. Added some comments. |
No description provided.