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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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-React Dart HTML CSS Js C CPP CSHARP Python Java Git Firebase PostegreSQL


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 = '[email protected]',
        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_architecture tdd_clean_architecture Public

    Project using TDD and Clean Architecture

    Dart

  2. python-fastapi-backend python-fastapi-backend Public

    Forked from edsonls/prova-cbm-back

    Python Backend using FastApi

    Python 2

  3. NestJS-with-Flutter NestJS-with-Flutter Public

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

    TypeScript