Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View vesrozeno's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report vesrozeno

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 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
vesrozeno/README.md
class Developer {}

class AboutMe extends Developer {
  final String name = 'Vitor Rozeno';
  final String currentRole = 'Mobile Developer';
  final String company = 'AGTech Agrotecnologia';
  final String location = 'São José do Rio Preto - SP';
}

class Skills extends Developer {
  final List<String> languages = [
    'Dart',
    'Java',
    'Python',
    'C#',
    'C',
    'JavaScript',
  ];

  final List<String> frameworks = [
    'Flutter',
    'Spring Boot',
    'FastAPI',
    '.NET',
    'React Native',
  ];
}

Pinned Loading

  1. shape-analysis-CN-FV shape-analysis-CN-FV Public

    Fisher Vector on Complex Networks for Shape Analysis using Python

    Python

  2. comp-sci-files comp-sci-files Public

    basic coding during my computer science degree.

    C

  3. moviego-app-react-native moviego-app-react-native Public

    react native letterboxd-like app

    JavaScript 1

  4. ProjetoInspiro-WebDesign ProjetoInspiro-WebDesign Public

    Projeto em que desenvolvo página web utilizando HTML e CSS.

    CSS 1

  5. syntactic-analyzer-using-bison syntactic-analyzer-using-bison Public

    Forked from heitorabreu/syntactic-analyzer-using-bison

    trabalho feito na disciplina de Compiladores - 6º semestre BCC

    Yacc

  6. lexical-analyzer-using-flex lexical-analyzer-using-flex Public

    Lex 1 1