I'm a Software Engineer @ Microsoft.
More about me
const stebs = {
personal: {
fullName: 'Stephany Nusch',
birthDate: '1995-05-20',
pronouns: 'she' | 'her',
interests: ['music', 'games', 'language learning', 'anime'],
motivation: [
'Help improving diversity and inclusion',
'Making life easier and smarter through tech',
],
},
technical: {
technologies: {
frontEnd: {
Javascript: ['Vanilla JS', 'React', 'Redux', 'Jest'],
HTML: ['HTML5', 'Semantic HTML'],
CSS: ['sass', 'styled-components', 'Bootstrap'],
},
backEnd: {
Javascript: ['Node.js', 'Express']
},
architecture: ['Single Page Applications', 'Domain Driven Design', 'Feature First'],
},
}
}