Skip to content
View queenie-lee's full-sized avatar

Highlights

  • Pro

Block or report queenie-lee

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
queenie-lee/README.md
import { SoftwareEngineer } from '@queenie-lee';

class Bio extends SoftwareEngineer {
  name     = 'Queenie Lee';
  title    = 'Software Engineer';
  location = 'London, United Kingdom';
}

class CurrentlyLearning extends SoftwareEngineer {
  current = ['Cloud Computing', 'Data and Knowledge Management', 'Software Design and Principles'];
  degree = 'MSc Computer Science';
  university = 'Birkbeck, University of London';
}

class CompletedLearning extends SoftwareEngineer {
  completed = ['Programming in Java', 'Information Systems', 'Computer Systems', 'Fundamentals of Computing'];
}

class Skills extends SoftwareEngineer {
  languages = ['Java', 'JavaScript', 'Python'];
  backend   = ['Node.js', 'Express'];
  databases = ['MongoDB', 'Oracle'];
  cloud     = ['AWS', 'GCP'];
}

Email LinkedIn GitHub

Pinned Loading

  1. bbk-1-pij bbk-1-pij Public

    Programming in Java Module

    Java