snake_case
in this mock JavaScript file is artistic
const joao_matheus = {
nationality: brazilian,
bithplace: north_east,
professions: {
full_stack_developer: {
status: 'active',
front_end_technologies:
['html', 'css', 'javascript', 'react', 'redux', 'context'],
back_end_technologies:
['docker', 'mysql', 'nodejs', 'express', 'sequelize', 'typescript', 'mongodb'],
test_technologies:
['jest', 'react testing library', 'mocha', 'chai', 'sinon', 'pytest'],
computer_science:
['python']
graduated_in: 2023,
learning: 'java and python',
},
doctor: {
status: 'inactive',
level: 'bachelor of medicine',
graduated_in: 2020,
},
},
passions: {
animals: {
favorites: { mammal: 'monkeys', insect: 'spiders', dinosaur: 'brontosaurus',
fantastic: 'dragons', pokemon: 'cubone' },
},
art: {
favorites: { movie: 'fight club', series: 'breaking bad', music: 'plano de voo',
game: 'hollow knight', books: 'witcher series' },
},
cooking: {
favorites: { food: 'lasagna', junk_food: 'hamburger', dessert: 'pudding' },
},
football: { fan: 'Esporte Clube Bahia' },
social_causes: { inspiration: 'Martin Luther King Jr.' },
technology: {
setup: {
CPU: 'i7-10750H',
GPU: 'RTX 2060 6GB',
RAM: '16GB',
Storage: '1TB NVMe M.2'
},
},
},
};
trybe.exports = { joao_matheus };