Skip to content

giancarlopro/giancarlopro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

/// Giancarlo's Profile
/// 
/// I'm a software developer working mainly with rails and flutter
///
/// Find me on:
///   Github   : [giancarlopro]
///   Valorant : [Giancarlo]
class Giancarlo extends Developer {
  final String name  = 'Giancarlo Rocha';
  final String email = 'contato@giancarlo.rocks';
  
  List<String> get languages => [
    'dart',
    'ruby',
    'javascript',
  ];
  
  List<String> get technologies => [
    'flutter',
    'rails',
    'react',
    'postgresql',
    'mariadb',
  ];
  
  String get OS => 'Arch Linux';
  List<String> get editors => [
    'vscode',
    'vim',
  ];
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published