Skip to content

HarvsG/HarvsG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Welcome to me.dart

class Me extends Human with Doctor, Developer {
  static String username = 'HarvsG';
  static String website = 'www.codingdoctor.co.uk'
  static String contact = '[email protected]'

  static List<Languages> canCode = [
    Python,
    R,
    Dart,
    Flutter,
    Javascript
    ];

  static Map<String,List<String>> medical = {
    'currentRoles' : ['Anaesthetics ACCS 3'],
    'completedRoles' : ['Medical School', 'FY1', 'FY2', 'Medical Education FY3', 'Primary FRCA'],
    'toGo' : ['ICM trainee', 'Anaesthetics Trainee', 'CCT'],
    'nerdyInterests' : ['Physiology', 'Pre-hospital Medicine', 'Evidence Based Medicine', 'Machine Learning', 'Personal Finance'],
  };

  static List<String> ongoingProjects = [
    'Personal finance app aimed at doctors',
    'Cohort study into ECG criteria for LVH',
    'Tinkering with raspberry pi cluster',
    'Energy usage and production monitoring with raspberry pi'
  ]

}

final me = new Me()

About

GitHub Profile Readme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published