- Backend developer with 1 year of experience working with Java.
- FullStack training from the Labenu Bootcamp, proficient in CSS, HTML, JavaScript, TypeScript, and React.
- DevOps training through the Desenvolve program by Grupo Boticário, a 6-month course totaling 480 hours.
- Currently pursuing a degree in Systems Analysis and Development at Anhanguera University.
const Daniel = {
pronouns: "He" | "Him",
languages: ["TypeScript", "JavaScript", "Java"],
technologies: {
frontEnd: {
js: ["React"],
css: ["Styled Components"],
},
backEnd: {
js: ["Node", "Express", "NestJS"],
java: ["SpringBoot"]
},
devOps: ["Docker🐳", "CI/CD", "GitHub"],
cloudServices: {
aws: ["AWS Fargate", "EC2", "S3", "Lambda", "CloudWatch"],
},
databases: ["PostgreSQL", "MongoDB", "MySQL"]
},
architecture: {
backEnd: ["Microservices", "Monolithic"],
},
curiosity: ["I can code faster with a coffee in hand!"],
hobbies: ["Watching series", "Traveling"],
dream: ["Buy a motorhome and travel around Brazil!"]
};