I am a Software Developer with a finished apprenticeship. Currently I am studying Computer Science at the University of Passau to further increase my skillset and get a deeper understanding of the whole field.
My fields of work include Web Development in the Front- and Backend, Application Development for Apple Platforms and others.
These are the languages I mainly use. This is not a comprehensive list and new ones always join the mix!
Contact me if you need an IT project done. I can help you set something up or create custom solutions if necessary.
Court hearings in Germany can be conducted via video by now. But how many courts actually allow this? And does it even work?
Videoverhandlung.de aims to find answers these questions. On this webpage regular people can post their experiences with the German courts.
I recently discovered the beauty of HTML design tools. But a big problem I ran into was the "staticness" of the web pages they generate. I often work with backends that dynamically create the served HTML via templates, namely Django. But the design tools don't support stuff like loops, ifs or variables in general.
This project solves that problem by allowing you to embed Django template information as attributes in your HTML tags. They will be converted into fully functional Django templates!