I'm a Software Engineer @ wiza.
More about me
const stebs = {
personal: {
fullName: 'Aristoteles Lopes',
birthDate: '03-05',
pronouns: 'he' | 'his',
interests: ['music', 'games', 'language learning', 'anime', 'basketball'],
motivation: [
'Just be humble, seat down'
'Peace, love, wine, sumol',
'Making life easier and smarter through tech',
],
},
technical: {
technologies: {
frontEnd: {
Javascript: ['Vue', 'Next', 'Jest'],
HTML: ['HTML5', 'Semantic HTML'],
CSS: ['sass', 'styled-components', 'Bootstrap', 'tailwind'],
},
backEnd: {
php: ['codeigniter', 'laravel'],
golang: [],
ruby: ['rails'],
python: ['chalice']
},
architecture: ['Single Page Applications', 'Domain Driven Design'],
},
}
}