- 🎓 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 Go
- 🧠 I really like to solving complex problems and improve my logical thinking
import { experience } from 'ctrindadedev'
export const Me = () => {
const {
TypeScript, Java, Python, Go, ReactJS, NextJS,
ReactNative, NodeJS, NestJS, SpringBoot,
} = experience
const currentWork = {
roles: [ 'Junior Full Stack Developer'],
techs: [
ReactJS, NextJS, Java, SpringBoot, NodeJS, ReactNative
],
}
const totalExperience = {
time: '1 year',
techs: [...currentWork.techs, Go, Python, NestJS],
}
return { currentWork, totalExperience }
}


