import { SoftwareDeveloper } from '@klebertech';
class Bio extends SoftwareDeveloper {
name = 'Kleber Tavares',
title = 'FullStack Developer',
location = 'Brazil',
email = '[email protected]',
}
class Skills extends SoftwareDeveloper {
languages = ['JavaScript', 'PHP'],
databases = ['MySQL', 'PostgreSQL', 'MongoDB'],
frameworks = ['React', 'Angular'],
styles = ['Sass', 'Tailwind', 'Bootstrap'],
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.