Web Developer @ NuVidio.
More about me
const jguigo = {
personal: {
fullName: 'Guilherme Melo',
birthDate: '1994-10-02',
pronouns: 'he' | 'him',
interests: ['games', 'anime' 'language learning'],
},
technical: {
technologies: {
frontEnd: {
Javascript: ['Vanilla JS', 'TypeScript', 'React'],
HTML: ['HTML5'],
CSS: ['module-css', 'Bootstrap'],
},
backEnd: {
Javascript: ['Node.js', 'Express']
},
},
}
}