0## Hi, there! I'm Patricia Melo.
function dev(name, age, country, work, fuel) {
this.name = name;
this.age = age;
this.country = country;
this.work = work;
this.fuel = fuel;
}
let patriciaMelo = new dev('Patricia Melo', 31, 'Brazil', 'Front-end developer', 'coffee');
console.log(patriciaMelo);I'm a Front-end/Fullstack developer living in Mossoró - RN. I have a degree in Civil Engineering from UFRN (Universidade Federal do Rio Grande do Norte) and I'm currently studying Systems Analysis and Development at IFRN (Instituto Federal do Rio Grande do Norte) in addition to Explorer track for Full Stack Development at Rocketseat. I'm curious about web development since my teenage years and now I'm finally following this old dream.
My hobbies are mostly pc and board games, reading, listening to music and podcasts, crossfit, running, cycling and watching movies and series. Also, I have 2 cats and really love spending time with family and close friends.
- Portuguese (native);
- English (intermediary/advanced);
- Spanish (basic).