const Matheus = {
age: 20,
location: {
country: 'Brazil',
state: 'São Paulo',
city: 'São Carlos',
},
hobbies: ['Programming', 'Learn', 'Soccer', 'Music', 'Games'],
job: 'Software Engineer',
education: [
{
course: 'Development and Analysis of Systems',
degree: 'Higher Technology Course',
institution: 'IFSP - São Carlos',
status: 'Enrolled',
},
],
};
Front end:
Back end:
Database:
Outras: