π‘Introduction
Candidate Profile is just a structured schema based representation of a professional profile of a candidate (resume)
// Some code
candidateProfile = {
"uid": "68793rnfd432ce",
"orgId": "7899fcujew34",
"orgAlias": "techCompanyXYZ",
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"phone": "+1234567890",
"bio": "A highly motivated software engineer with a passion for developing innovative programs that expedite the efficiency and effectiveness of organizational success.",
"dpUrl": "https://example.com/profile/johndoe.jpg",
"yoe": "5",
"country": "USA",
"city": "San Francisco",
"state": "California",
"openToRoles": ["Software Engineer", "Full Stack Developer"],
"skills": ["JavaScript", "React.js", "Node.js", "Python"],
"websiteLink": "https://johndoe.dev",
"linkedInLink": "https://www.linkedin.com/in/johndoe",
"githubLink": "https://github.com/johndoe",
"otherLink": "https://medium.com/@johndoe",
"introLink": "https://youtube.com/intro_johndoe",
"workExperiences": [
{
"title": "Senior Software Engineer",
"company": "Tech Solutions Inc.",
"fromDate": "2019-01-01",
"toDate": "2023-06-30",
"tillNow": false,
"experience": "Led a team of developers to build and maintain a scalable web application used by millions of users."
},
{
"title": "Software Engineer",
"company": "Innovative Software LLC",
"fromDate": "2017-06-01",
"toDate": "2018-12-31",
"tillNow": false,
"experience": "Developed various client-side and server-side features for a high-traffic e-commerce platform."
}
],
"projects": [
{
"title": "Project Management Tool",
"description": "A web-based tool that helps teams manage projects, track progress, and collaborate efficiently."
},
{
"title": "E-commerce Website",
"description": "Developed a responsive e-commerce website with a modern UI, integrated payment gateway, and order tracking."
}
],
"education": [
{
"institutionName": "University of Technology",
"courseName": "Bachelor of Science in Computer Science",
"passYear": "2017",
"score": "3.8 GPA"
}
],
"achievements": [
{
"title": "Best Developer Award",
"description": "Awarded as the Best Developer of the Year for exceptional contributions to the company's flagship product."
},
{
"title": "Hackathon Winner",
"description": "Won first place in a national hackathon for developing an AI-powered chatbot."
}
],
"pronouns": "he/him",
"race": "Asian",
"gender": "Male",
"createdAt": "2023-07-01T12:34:56Z",
"updatedAt": "2024-08-16T09:15:00Z"
}
Last updated