- 🎓 Undergraduate student pursuing a Bachelor of Information Technology at the Federal University of Rio Grande do Norte (UFRN)
- 👨🏾💻 I'm studying to be a better FullStack Developer
- 💻 I'm coding in Java, TypeScript and Python
- 🧠 I really like to solving complex problems and improve my logical thinking
import { experience } from 'ctrindadedev'
export const Me = () => {
const {
ReactJS, NextJS, Angular, TypeScript,
NodeJS, NestJS, Spring Boot, Java
} = experience
const currentWork = {
roles: [ 'Research Software Developer', 'Full Stack Developer'],
techs: [
ReactJS, Java, SpringBoot, React Native, Django, Python, MediaPipe Pose,
],
}
const totalExperience = {
time: '1 year',
techs: [...currentWork.techs, Angular, NextJS, NodeJS],
}
return { currentWork, totalExperience }
}


