I'm a Web Developer.
More about me
const kaleb = {
personal: {
pronouns: 'he' | 'him',
study: "Computer Engineering at UnB",
interests: ['music', 'games', 'pop culture'],
motivation: [
'crafting experiences that are engaging, accessible, and user-centric',
],
},
technical: {
technologies: {
frontEnd: {
Frameworks: ['Next.js', 'React', 'Ruby On Rails'],
HTML: ['HTML5', 'Semantic HTML'],
CSS: ['Tailwind CSS', 'styled-components'],
},
backEnd: {
Languages: ['TypeScript', 'Ruby', 'C/C++'],
},
architecture: ['Single Page Applications', 'Mobile First', 'Feature First'],
},
}
}