You can read the Portuguese version (pt-br) of my README.
My name is Gustavo Herrero Nunes, I'm graduating in Information Systems by FIAP, I'm System Development Technician by ETEC and I'm passionated about IT 💻❤️.
const Profile = {
name: 'Gustavo Herrero Nunes',
pronouns: ['he', 'him'],
thought: 'Plan - Code - Test - Repeat',
slogan: 'Turning Ideas into Reality',
likes: ['Musics🎧', 'Games🎮', 'Dinosaurs🦕'],
currentBook: "Anne Frank's Diary",
tech: {
field: 'Web Development',
shape: '<T/>',
front_end: ['HTML5', 'CSS3', 'JS', 'Bootstrap', 'ReactJS'],
back_end: ['PHP', 'Java', 'Python'],
database: ['MySQL', 'Cloud Firestore'],
design: ['Figma', 'Usability', 'Accessibility']
}
}