I’m a curious pupil about the area of systems development. I am always looking for new experiences and learning.
I’m a mobile app developer with a focus on Flutter. Currently, I’m diving deeper into the world of UI/UX design, where I’ve been working professionally and developing my skills to craft better user experiences.
I’m also a future licensed Computer Science teacher, passionate about sharing knowledge and learning even more through this pedagogical journey.
When I'm not coding you'll find me drawing something
class Victoria {
String role = "Mobile Developer & UI/UX Designer";
String pronouns = "she/her";
List<String> languages = ['Dart', 'Swift', 'Python'];
Map<String, dynamic> stack = {
'mobile': 'Flutter',
'design': ['UI/UX', 'Prototyping', 'IxD'],
'tools': ['Figma', 'Git', 'GitHub'],
'backend': ['Firebase', 'Supabase'],
'api': ['REST'],
'databases': ['Firestore'],
};
List<String> learning = ['Java', 'Spring Boot', 'Mobile UI Design'];
String catchphrase = "Knowledge is freedom";
}