string name | = "Sophie Wolf"; |
string birthday | = "31.08.1994"; |
string highestGraduation | = "Fachhochschulreife"; |
string highestQualification | = "Fachinformatikerin - Anwendungsentwicklung"; |
enum | Workplaces { | |
02/2021 - 01/2025 | RWTH Aachen University - Lehr- und Forschungsgebiet Virtuelle Realität und Immersive Visualisierung (Infrastructure, Software, Services - Team) | |
}; | ||
enum | Education { | |
08/2016 - 01/2020 | bm - Gesellschaft für Bildung in Medienberufen mbh | |
//Fachinformatikerin - Anwendungsentwicklung (Schwerpunkt Game Design) | ||
09/2014 - 02/2016 | FH Aachen – University of Applied Sciences | |
//Informatik | ||
08/2010 - 02/2014 |
Berufskolleg für Gestaltung und Technik |
|
//Fachinformatikerin - Systemintegration | ||
//Informationstechnische Assistentin - Fachhochschulreife | ||
08/2004 - 07/2010 | Gesamtschule Aachen Brand | |
08/2000 - 07/2004 | Gemeinschafts Grundschule Driescher Hof | |
}; | ||
enum | Internships{ | |
07/2013 - 01/2014 | Thirty-week internship at RWP GmbH | |
05/2012 - 08/2012 | Two-week internship at RWP GmbH | |
04/2012 - 05/2012 | Two-week internship at Tech Colleg Aalborg | |
04/2012 | Two-week internship at RWP GmbH | |
07/2011 - 08/2011 | Four-week internship at RWP GmbH | |
}; |
enum | ComputerLiteracy{ | |
Microsoft Office //Good knowledge | ||
Microsoft Visual Studio //Good knowledge | ||
Clip Studio Paint //Good knowledge | ||
Adobe Photoshop //Good knowledge | ||
Adobe Illustrator //Average knowledge | ||
}; | ||
//programming, scripting and operating languages | ||
enum | ProgrammingLanguages{ | |
C# //Good knowledge | ||
C++ //Average knowledge | ||
Lua //Good knowledge | ||
SQL //Good knowledge | ||
Unix //Good knowledge | ||
}; | ||
enum | Softskills{ | |
Communication | ||
Teamwork | ||
Empathy | ||
Creativity | ||
Analytical thinking | ||
self-reflection | ||
}; | ||
//real life languages | ||
enum | Languages{ | |
German //Fluent in speaking and writing | ||
English //Fluent in speaking and writing | ||
Russian //Fluent in speaking | ||
}; | ||
enum | Hobbies{ | |
Videogames | ||
Tinkering //Modding of retro consoles | ||
PenAndPaper | ||
Digital Drawing //Just started out self-learning | ||
Painting Miniatures //Picked up recently again | ||
Billard | ||
Music | ||
Reading | ||
}; |