Skip to content

Instantly share code, notes, and snippets.

@Suvink
Created November 12, 2022 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Suvink/0d83730d127a55deb180a931c848b52a to your computer and use it in GitHub Desktop.
Save Suvink/0d83730d127a55deb180a931c848b52a to your computer and use it in GitHub Desktop.
The data model. Ref: Mapping the Employer and Employee: a Visualization based Approach
{
"basic_information": {
"name": "Suvin Kodituwakku",
"birthday": "21/11/1998",
"email": "hello@suvin.me",
"phone_number": "+94771655198",
"home_address": "35B, Kitulampitiya Rd, Kalegana, Galle, Sri Lanka.",
"website": "https://suvin.me",
"external_links": [
"https://github.com/Suvink",
"https://suvin.me/#portfolio",
"https://www.suvin.me/",
"https://www.linkedin.com/in/suvink/",
"https://dev.to/suvink",
"https://stackoverflow.com/users/9392409/suvin-nimnaka-sukka",
"https://medium.com/@justmeh"
]
},
"educational_information": [
{
"type": "degree",
"major": "BSc. (Hons) in Information Systems",
"institute": "University of Colombo School of Computing",
"start_date": "2019",
"end_date": "2023",
"gpa": "3.90",
"class": "first_class"
},
{
"type": "school",
"institute": "Richmond College",
"start_date": "2004",
"end_date": "2017",
"al_results": {
"stream": "Maths",
"results": {
"Combined Maths": "A",
"Chemistry": "C",
"Physics": "C"
},
"z_score": "1.56"
}
}
],
"experience_information": {
"work_experience": [
{
"title": "Intern Software Engineer",
"company": "WSO2",
"start_date": "10/2021",
"end_date": "04/2022",
"description": "During my internship at WSO2, I was involved with the Identity and AccessManagement (IAM) team developing the ecosystem around thecompany’s latest product, Asgardeo (an Identity-as-a-service platform). Iwas responsible for designing and developing Asgardeo SDKs for Node.jsand Express which I’m happy to say are now publicly available on the NPMregistry"
}
],
"other_experience": [
{
"title": "GitHub Campus Expert",
"organization": "GitHub",
"start_date": "2021",
"end_date": "2022",
"description": "Campus Experts are student leaders that strive to build diverse andinclusive spaces to learn skills, share their experiences, and build projectstogether. I became the 6th Campus Expert in Sri Lanka in February 2021"
}
]
},
"competency_information": {
"awards": [
{
"associated_with": "BSc. (Hons.) in Information Systems",
"date": "2019",
"description": "I was in Team AsyncIO and we became the winners of 'Hack19' Sri LankaHub (Organized by Colombo Flutter Community) and 1st Runner up in theInternational Hackathon, representing Sri Lanka for our Application Everything Flutter.",
"issuer": "Hack'19",
"title": "Local Winner and International Runner Up"
},
{
"associated_with": "BSc. (Hons.) in Information Systems",
"date": "2021",
"description": "I was in Team 'Proktara' and the same online evaluations platform we builtfor APICTA won the Silver Award at NBQSA 2021",
"issuer": "National Best Quality Software Awards",
"title": "Silver Award"
}
],
"certifications": [
{
"name": "WSO2 CERTIFIED IDENTITY SERVER DEVELOPER - V5",
"institute": "WSO2",
"credentials": "https://certification.wso2.com/web/certificate/K5QFVC",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"issued_date": "2021",
"expiary_date": "2030"
}
],
"skills": {
"technical_skills": [
"React",
"Javascript",
"IAM",
"Cloud Computing"
],
"soft_skills": [
"Team Work",
"Public Speaking",
"Perseverance",
"Fast Learning"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment