If we could have a json api of all the quality developers in their respective domains
This would help if a 3rd party has any requirement
Or if one of us wants to start an LLC
Feel free to add more fields
If you don't want to provide an optional field, do this:
"website": none
This is how the json is:
{
// required fields
name: String!
domain: String! / Enum: ios, android, flutter, web, react-natve, ml
email: String!
// optional fields
resume: String?
github: String?
linkedin: String?
twitter: String?
website: String?
// feel free to add more fields in your template if you feel so
xyz: String?
}
Copy the below comment, and comment again, with your data, simple. At the end of the day, we will copy paste this into json or some sort. We will figure out that with time
If we could have a json api of all the quality developers in their respective domains
This would help if a 3rd party has any requirement
Or if one of us wants to start an LLC
Feel free to add more fields
If you don't want to provide an optional field, do this:
"website": noneThis is how the json is:
Copy the below comment, and comment again, with your data, simple. At the end of the day, we will copy paste this into json or some sort. We will figure out that with time