Skip to content
View KevennyJS's full-sized avatar
🏊
Swimming in codes
🏊
Swimming in codes

Highlights

  • Pro

Organizations

@ipti@Sinu-Tech@Itatech-Jr

Block or report KevennyJS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KevennyJS/README.md

Hello everyone, I'm Kevenny 👋

I'm a Brazilian Information System student at Federal University of Sergipe

👨‍💻 Skills:


Rafa-ReactDartHTMLCSSJsCCPPCSHARPPythonJavaGitFirebasePostegreSQL


classDeveloper {
finalString username;
finalString name;
finalString website;
finalString email;
finalList<String> social;
finalMap<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']
};
}

GitHub Streak

GitHub Stats

Pinned Loading

  1. tdd_clean_architecturetdd_clean_architecturePublic

    Project using TDD and Clean Architecture

    Dart

  2. python-fastapi-backendpython-fastapi-backendPublic

    Forked from edsonls/prova-cbm-back

    Python Backend using FastApi

    Python 2

  3. NestJS-with-FlutterNestJS-with-FlutterPublic

    Project using NestJS (BackEnd) + Firebase + Flutter(Mobile)

    TypeScript