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'];
}
MSc Computer Science student at @Birkbeck, University of London
- United Kingdom
- in/queenielee
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.