I'm a curious pupil about the area of systems development. I am always looking for new experiences and learning.
When I'm not coding you'll find me drawing something
class Victoria {
String pronouns = "she/her";
List languages = ['Python', 'Dart', 'Swift', 'Javascript', 'HTML', 'CSS'];
Map technologies = {
'backend': 'Django',
'mobile': 'Flutter', 'SwiftUI'
'databases': ['PostgreSQL', 'Firebase', 'MySQL'],
'tools': ['Git', 'Github', 'Bitbucket', 'Docker', 'Trello', 'Jira']
};
List current_learning = ["C#", ".NET", "NodeJS"];
String catchphrase = "Knowledge is freedom and power!";
}