- Challenging myself to code everyday in 2022!
- Access my website: Click Here !
More about me
const maiky = {
personal: {
fullName: 'Maiky Roger',
birthDate: '2000-01-01',
pronouns: 'he' | 'him',
interests: ['music', 'language learning', 'movies', 'linux'],
motivation: [
'Build cool stuff for web',
'Help improving diversity and inclusion',
'Making life easier and smarter through technology',
],
},
technical: {
technologies: {
frontEnd: {
Javascript: ['Vanilla JS', 'ReactJs', 'NextJs', 'Typescript'],
HTML: ['HTML5', 'Semantic HTML', 'DOM'],
CSS: ['sass', 'styled-components', 'Bootstrap', 'Material-UI'],
},
backEnd: {
Typescript: ['Node.js', 'Express', 'NestJs','Socket.io'],
Server: ['PostgreSQL', 'NGINX', 'apache2', 'AWS']
},
mobile: {
Typescript: ['React Native']
},
architecture: ['SPA','SSR', 'SSG', 'Singleton', 'Mobile First', 'REST', 'OOP'],
},
}
}