👩🏼💻 React / React Native / SpringBoot / NestJS.
🚀 5 anos de experiência.
🌎 Trabalho no Instituto de Pesquisa Eldorado.
⚽ Brasileiro.
🎓 Formado em análise e desenvolvimento de software.
🏛️ Sonhando em ser arquiteto de software!
🇧🇷 Nível de portugues: Língua materna.
👩🏼💻 React / React Native / SpringBoot / NestJS.
🚀 5 years of experience.
🌎 Working at Eldorado.
⚽ Brazilian.
🎓 Degree in Software Analysis and Development.
🏛️ Future Software Architect.
🇺🇸 English level: High B1 ~ Low B2
👩🏼💻 React / React Native / SpringBoot / NestJS.
🚀 Je travaille comme developpeur depuis cinq ans.
🌎 Travaille chez Eldorado.
⚽ Bresilien.
🎓 Diplômé en analyse et développement de systèmes.
🏛️ Futur architecte logiciel.
🇫🇷 Niveau de français: A1 élevé – bonne compréhension écrite, vocabulaire de base acquis, en progression vers A2.
interface IUser {
name: string;
age: number;
acknowledgements: string;
primarySkillset: string[];
languages: string[];
frameworks: string[];
libs: string[];
studying: string[];
reading: string[];
}
const caio_malvezzi: IUser = {
name: "Caio Vinícius Malvezzi",
age: 24,
acknowledgements: "Fullstack Developer",
primarySkillset: ["Problem Solving", "Creativity", "Leadership skills", "Teamwork"],
languages: ["Javascript", "Typescript", "Java"],
frameworks: ["NextJS", "React Native", "Expo", "Springboot", "NestJS"],
libs: ["ReactJS", "Styled Components", "React Query", "Redux", "Zustand"],
studying: ["Software Architecture", "Design Patterns", "Cloud", "DDD", "Microservices", "Event-Driven"],
reading: ["Fundamentals of Software Architecture"]
}
