Merge branch 'flyingcircus-stelle' into mainline

mainline
Trolli Schmittlauch 2022-04-22 19:57:36 +02:00
commit 930c3ab878
3 changed files with 20 additions and 8 deletions

View File

@ -2,8 +2,8 @@ title: Berufliches und Lebenslauf
lang: de lang: de
slug: professional slug: professional
Status: auf Jobsuche Status: angestellt
{ .jobstatus .darkgreen } { .jobstatus .yellow }
Ich bin studierter **Diplom Informatiker** und habe das Studium an der [TU Dresden](https://inf.tu-dresden.de) im Februar 2022 abgeschlossen. Ich bin studierter **Diplom Informatiker** und habe das Studium an der [TU Dresden](https://inf.tu-dresden.de) im Februar 2022 abgeschlossen.
@ -42,14 +42,18 @@ Als überzeugter Anhänger von Freier & Open Source Software möchte ich nicht n
### Arbeitserfahrung ### Arbeitserfahrung
#### Übungstutor „Betriebssysteme und Sicherheit“ am Lehrstuhl für Betriebssysteme, TU Dresden #### Systems Engineer bei der [Flying Circus Internet Operations GmbH](https://flyingcircus.io/de/)
📍 Remote 🗓 seit 04/2022
#### Übungstutor „Betriebssysteme und Sicherheit“ am [Lehrstuhl für Betriebssysteme](https://os.inf.tu-dresden.de/), TU Dresden
📍 Dresden 🗓 10/2018 02/2019 📍 Dresden 🗓 10/2018 02/2019
- Leitung von Übungsgruppen zur Wiederholung, Erweiterung und Vertiefung des Vorlesungsstoffs - Leitung von Übungsgruppen zur Wiederholung, Erweiterung und Vertiefung des Vorlesungsstoffs
#### Praktikant: Softwaresicherheitsarchitektur-Recherche bei Jolla Oy #### Praktikant: Softwaresicherheitsarchitektur-Recherche bei [Jolla Oy](https://jolla.com)
📍 Tampere, Finnland 🗓 01/2018 03/2018 📍 Tampere, Finnland 🗓 01/2018 03/2018

View File

@ -2,8 +2,8 @@ title: Professional Expertise and CV
lang: en lang: en
slug: professional slug: professional
status: currently looking for a job status: employed
{ .jobstatus .darkgreen } { .jobstatus .yellow }
I am a trained computer scientist, having received my **Diplom Informatik** (equivalent to Master of Science in Computer Science) from [TU Dresden](https://inf.tu-dresden.de) in Feb 2022. I am a trained computer scientist, having received my **Diplom Informatik** (equivalent to Master of Science in Computer Science) from [TU Dresden](https://inf.tu-dresden.de) in Feb 2022.
@ -42,14 +42,18 @@ I am passionate about Free and Open Source software and would like to work not o
### Work Experience ### Work Experience
#### Tutor for Course “Operating Systems and Security” at Chair of Operating Systems, TU Dresden #### Systems Engineer at [Flying Circus Internet Operations GmbH](https://flyingcircus.io/en/)
📍 Remote 🗓 since 04/2022
#### Tutor for Course “Operating Systems and Security” at [Chair of Operating Systems](https://os.inf.tu-dresden.de/), TU Dresden
📍 Dresden, Germany 🗓 10/2018 02/2019 📍 Dresden, Germany 🗓 10/2018 02/2019
- holding tutorials to revise, extend, and clarify the lecture content - holding tutorials to revise, extend, and clarify the lecture content
#### Trainee: Security software research at Jolla Oy #### Trainee: Security software research at [Jolla Oy](https://jolla.com/)
📍 Tampere, Finland 🗓 01/2018 03/2018 📍 Tampere, Finland 🗓 01/2018 03/2018

View File

@ -63,6 +63,10 @@ li {
color: #417524; color: #417524;
} }
.yellow {
color: rgb(213,170,20);
}
.jobstatus { .jobstatus {
text-align: center; text-align: center;
font-size: 2.2em; font-size: 2.2em;