Hello, this is my github where you are going to find my personal and professional projects. If you are a recruiter/headhunter and want to interview me for a job opportunity please access my Curriculum Vitae in the badges bellow and feel free to verify my main repositories also down below.
import Developer from 'Henrique';
class AboutMe extends Developer {
name = 'Henrique Guimarães Ribeiro';
area = 'Front-end/Full-stack';
job = 'Front-end engineer Rocket.Chat';
address = 'Goiânia, Goiás, BR';
gradProgram = 'Information Systems';
university = 'Universidade Federal de Goiás(Federal University of Goiás)';
}
class Skills extends Developer {
languages = ['C', 'C#', 'Java', 'Javascript', 'Typescript', 'HTML', 'CSS', 'PHP'];
libraries = ['Bootstrap', 'Chakra UI', 'React'];
frameworks = ['Angular', 'Vue', 'Quasar'];
otherTech = ['Wordpress', 'Photoshop', 'Figma', 'Illustrator', 'Microsoft Office']
}