class Developer {
final String username;
final String name;
final String website;
final String email;
final List<String> social;
final Map<String, dynamic> code;
Developer()
: username = 'KevennyJS',
name = 'Kevenny J Santos',
website = 'kevenny.studio',
email = 'kevennykeke@gmail.com',
social = [
'https://www.linkedin.com/in/kevennyjs/',
'https://medium.com/@kevennykeke/',
'https://instagram.com/kevennyjs',
],
code = {
'mobile': ['Flutter'],
'frontend': ['Flutter', 'VUE', 'HTML', 'CSS', 'JavaScript'],
'backend': ['C/C++', 'C#', '.NET', 'JavaScript', 'TypeScript', 'NodeJS', 'NestJS', 'Go','Python','PHP', 'LUA', 'Haskell'],
'low_level': ['Assembly'],
'database': ['SQL SERVER', 'MySQL', 'PostegreSQL','Oracle', 'Mongo DB'],
'devops': ['Docker', 'GitHub Actions', 'Infra'],
'tools': [
'GIT',
'GitHub',
'GitLab',
'BitBucket',
'Azure DevOps',
'Prisma',
'Elementor'
],
'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'Clean Archtecture', 'Figma', 'Linux']
};
}
π
Swimming in codes
Majoring in Information Systems
at Federal University of Sergipe
Highlights
- Pro
Pinned Loading
-
-
python-fastapi-backend
python-fastapi-backend PublicForked from edsonls/prova-cbm-back
Python Backend using FastApi
Python 2
-
NestJS-with-Flutter
NestJS-with-Flutter PublicProject using NestJS (BackEnd) + Firebase + Flutter(Mobile)
TypeScript
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.