Created
May 10, 2023 22:27
-
-
Save MehdiKhoshnevisz/dc0fde4ac73fc55a7cd15a5fa895fd2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bio": { | |
"firstName": "John", | |
"lastName": "Doe", | |
"jobTitle": "Senior Software Engineer", | |
"about": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque voluptate repellat ipsam repudiandae explicabo ratione aliquid, quo maxime ab unde distinctio nihil quod iure at ad, tempora odit mollitia. Amet repellat ipsam repudiandae explicabo ratione aliquid, quo maxime ab unde distinctio nihil quod iure at ad, tempora odit mollitia. Amet.", | |
"avatar": "https://visittomalta.com/wp-content/uploads/2020/06/avatar-4.jpg" | |
}, | |
"contact": { | |
"phone": "+49 30 909313146", | |
"email": "[email protected]", | |
"website": "https://example.com", | |
"location": "Berlin, Germany" | |
}, | |
"skills": [ | |
"HTML5", | |
"CSS3", | |
"SCSS", | |
"Bootstrap", | |
"Javascript", | |
"Reactjs", | |
"Vuejs", | |
"Nodejs" | |
], | |
"experiences": [ | |
{ | |
"company": "Google", | |
"type": "Full-time", | |
"position": "Senior Software Engineer", | |
"startDate": "Jan 2020", | |
"endDate": "", | |
"description": "Started and scaled design team to 6 product designers and Implemented a web application desgin System.", | |
"website": "https://www.google.com", | |
"skills": ["C++", "C#", "Javascript"] | |
}, | |
{ | |
"company": "Apple Company", | |
"type": "Full-time", | |
"position": "Technical lead", | |
"startDate": "Jun 2019", | |
"endDate": "Feb 2020", | |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam euismod, nisi vitae tincidunt congue, nisl nunc egestas nisi, euismod aliquet nisl nunc eget.", | |
"website": "https://www.apple.com", | |
"skills": ["HTML5", "CSS3", "Javascript", "Reactjs", "Nodejs"] | |
} | |
], | |
"education": [ | |
{ | |
"school": "University of Cambridge", | |
"degree": "Bachelor of Science", | |
"field": "Computer Science", | |
"startDate": "Sep 2019", | |
"endDate": "Jun 2021" | |
} | |
], | |
"projects": [ | |
{ | |
"name": "Your Project Name 1", | |
"type": "Open-source", | |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam euismod, nisi vitae tincidunt congue, nisl nunc egestas nisi, euismod aliquet nisl nunc eget.", | |
"website": "https://example.com", | |
"skills": ["HTML5", "CSS3", "Javascript", "Reactjs", "Nodejs"], | |
"startDate": "Jun 2019", | |
"endDate": "May 2020" | |
}, | |
{ | |
"name": "Your Project Name 2", | |
"type": "Freelance", | |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam euismod, nisi vitae tincidunt congue, nisl nunc egestas nisi, euismod aliquet nisl nunc eget.", | |
"website": "https://another-example.com", | |
"skills": ["HTML5", "CSS3", "Javascript", "Reactjs", "Nodejs"], | |
"startDate": "Jun 2021", | |
"endDate": "" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Limited Working proficiency" | |
}, | |
{ | |
"language": "German Deutsch", | |
"fluency": "Native" | |
} | |
], | |
"socials": [ | |
{ | |
"name": "Github", | |
"url": "https://github.com/johndoe" | |
}, | |
{ | |
"name": "Linkedin", | |
"url": "https://www.linkedin.com/in/johndoe" | |
}, | |
{ | |
"name": "Twitter", | |
"url": "https://twitter.com/johndoe" | |
}, | |
{ | |
"name": "Instagram", | |
"url": "https://www.instagram.com/johndoe" | |
}, | |
{ | |
"name": "Facebook", | |
"url": "https://www.facebook.com/johndoe" | |
}, | |
{ | |
"name": "Youtube", | |
"url": "https://www.youtube.com/channel/UC-lHJZR3Gqxm24_Vd_AJ5Yw" | |
}, | |
{ | |
"name": "Medium", | |
"url": "https://medium.com/@johndoe" | |
}, | |
{ | |
"name": "Stackoverflow", | |
"url": "https://stackoverflow.com/users/12345" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment