Role: Entwickler (Bereitschaft Semesterübergreifend an App weiterzuentwickeln), 4er Team;
Timeframe: März 2020 bis Juli 2020 (bzw. Weiterentwicklung bis September 2020)
Overview / Goals
Im Rahmen der Projektstudie Enterprise Information Systems. Android App (Java) mit Android Studio entwickelt; „Goodemic“ soll mit inspirierenden Zitaten und Memes etwas Freude im Alltag bringen.Vorgehen: Design Thinking mit regelmäßigen Meetings (Team-intern sowie Team-übergreifend), mexikanischer Kommilitone im Team, daher alles in Englisch.
Difficulties / Solutions
Zu lange an erstem Entwurf aufgehalten; Zweite Entwurfsiteration kostete Zeit, Implementierung kam zunächst zu kurz, durch Weiterentwicklungsbereitschaft konnte noch ein zufriedenstellendes Endergebnis geliefert werden.
Technologies
Digital Serious Board Games & IT-Management: An E-Learning Approach
Paper about Digital Serious Board Games & IT-Management
Assets for Tabletop Simulator
PDF-Ception
Role / Timeframe
Role: Sole Author
Timeframe: March 2020 to July 2020
Overview / Goals
In the context of the Seminar IT-Management & Compliance. Written with LaTeX (TeXstudio) in English; Draft and Development of a Tabletop Game via Tabletop Simulator to convey IT-Management Basics through Gamification. Approach: Research, Write/Draft, Presentation
Difficulties / Solutions
Gamification is a recent field of study as the term was coined in the last decade. It facilitates enthusiasm and motivation even while drafting. Difficulties were mostly due to minor oversights but quickly fixed.
Role: Sole Author of this Week Project (+Update)
Timeframe: 2019.Feb
Overview / Goals
My Goal was to have an Android App provide a StarCraft 2 Coop themed random commander selector. Target Audience were friends playing StarCraft 2 Coop and having an Android Phone. Inspired by StarCraft 2 (see Technologies).
Difficulties / Solutions
The different screens and resolutions provided some challenge between testing (emulator) and "production" (friends phones). After fiddeling with various Android Settings a common middle ground was found. Some time later Blizzard released their final commanders for Coop and so the App needed to be updated. The App still has some advantage over StarCraft2 Coop's own random feature. The randomness can be adjusted to a select group of commanders.
Role: Sole Author of this 2-Day Project
Timeframe: 2020||2021
Overview / Goals
My Goal was to have a small tool to spice up the Color variation of Stardock Fences. Fences help organize the clutter of Desktop Icons one can accumulate. However, changing the Color of the Fences is a manual task within its control panel. Therefore limiting its external ability to apply changes. Inspired by Fences (see Technologies).
Difficulties / Solutions
Fences being a commecial productivity tool, documentation was limited. Registry Key of the current Fence color was found, yet changing it had no immediate effect. As it is tied to Windows a reboot did the trick, simplifying it to a restart of the Explorer gave a reasonable shortcut. To have it configurable would be ideal.So two color palettes are hardcoded (selectable in the config) and a thrid is definable in the config.
Role: Sole Author of this Afternoon Project
Timeframe: 2020||2021
Overview / Goals
My Goal was to have a small tool to parse textfiles containing definitions of recipes, which then are printed out with their calculated totals. Helps (at least me) with knowing what I would have to farm based on the Recipe. Could be used for any kind of recipe-based crafting tree. Inspired by Astroneer (see Technologies).
Difficulties / Solutions
Whitespace could in theory be any number of combinations, used some hardcoded rule (newline and # comment) in combination with what pythons "re" package interprets as whitespace. Another difficulty was getting the loops working as intended, took a few iterations...
Role: Sole Author of this Afternoon Project
Timeframe: 2020.Oct
Overview / Goals
My Goal was to have a small library I could reuse for basic logging and a general runtime info. This was a learning by doing project, basically "hello-world"+1
Difficulties / Solutions
Whitespace could in theory be any number of combinations, used some hardcoded rule (newline and # comment) in combination with what pythons "re" package interprets as whitespace. Another difficulty was getting the loops working as intended, took a few iterations...
Role: Sole Author of this Afternoon Project
Timeframe: 2018.Mar
Overview / Goals
This was my first try on a formalization of the minimalistic text format I was slowly defaulting to when writing notes. Will be reworked in the near future on the basis of the Recipe-Resolver (see its Project Description) and my TASKs (see Blog Article about it; once it is written...) user-defined Language of Notepad++. Inspired by: Python and JSON.
Difficulties / Solutions
It is hard to reconstruct this three years after the fact (of writing the project); as stated above new version is planned.