I'm a Software Developer
More about me...
const lari = {
personal: {
fullName: 'Larissa Ferreira',
birthDate: '1997-10-17',
pronouns: 'she' | 'her',
interests: ['music', 'movies', 'games', 'anime', 'cooking', 'Batman universe', 'animations'],
motivation: 'Making people life better through tech',
},
technical: {
technologies: {
frontEnd: [ HTML, CSS, Javascript, Typescript, Angular],
backEnd: [ Java ],
database: [ Oracle SQL Developer ],
tools: [ Git, Github, Jira ],
packageManager: [ NPM, Yarn ],
IDE: [ VSCode, IntelliJ ],
agileFramework: [ SCRUM ],
},
}
}