-
Notifications
You must be signed in to change notification settings - Fork 0
Global API Response
Roberto Martinez edited this page Dec 13, 2021
·
2 revisions
{
"firstName": "Roberto",
"lastName": "Martinez",
"email": "robertomiguel2001@gmail.com",
"description": "I am a Sophomore at ...",
"image": "<link_to_image>",
"interests": [
{
"id": 1,
"topic": "AI",
"image": "<link_to_image>"
},
{
"id": 2,
"topic": "Innovation",
"image": "<link_to_image>"
},
{
"id": 3,
"topic": "Blockchain",
"image": "<link_to_image>"
},
{
"id": 4,
"topic": "Venture Capital",
"image": "<link_to_image>"
}
],
"projects": [
{
"id": 1,
"title": "Navi Web Companion",
"description": "This project is...",
"image": "<link_to_image>",
"link": "https://github.com/..."
},
{
"id": 2,
"title": "RealTalk Application",
"description": "This project is...",
"image": "<link_to_image>",
"link": "https://github.com/..."
},
{
"id": 3,
"title": "SmartClaims",
"description": "This project is...",
"image": "<link_to_image>",
"link": "https://github.com/..."
}
],
"skills": [
{
"id": 1,
"topic": "C",
"image": "<link_to_image>"
},
{
"id": 2,
"topic": "Javascript",
"image": "<link_to_image>"
},
{
"id": 3,
"topic": "Python",
"image": "<link_to_image>"
}
],
"experiences": [
{
"id": 1,
"company": "Meta Platforms Inc.",
"position": "Software Engineer Intern",
"dateStarted": "June 2021",
"dateEnded": "August 2021",
"image": "<link_to_image>"
},
{
"id": 2,
"company": "Libery Mutual Insurance",
"position": "Software Engineer Intern",
"dateStarted": "June 2021",
"dateEnded": "August 2021",
"image": "<link_to_image>"
},
{
"id": 3,
"company": "Florida International University",
"position": "Research Assistant - DaMRL",
"dateStarted": "June 2021",
"dateEnded": "August 2021",
"image": "<link_to_image>"
}
],
"contact": [
{
"id": 1,
"title": "Twitter",
"link": "<link_to_social>"
},
{
"id": 2,
"title": "Github",
"link": "<link_to_social>"
},
{
"id": 3,
"title": "LinkedIn",
"link": "<link_to_social>"
}
]
}