Merge branch 'flyingcircus-stelle' into mainline
This commit is contained in:
commit
930c3ab878
|
@ -2,8 +2,8 @@ title: Berufliches und Lebenslauf
|
|||
lang: de
|
||||
slug: professional
|
||||
|
||||
Status: auf Jobsuche
|
||||
{ .jobstatus .darkgreen }
|
||||
Status: angestellt
|
||||
{ .jobstatus .yellow }
|
||||
|
||||
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
|
||||
|
||||
#### Ü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
|
||||
|
||||
- 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
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ title: Professional Expertise and CV
|
|||
lang: en
|
||||
slug: professional
|
||||
|
||||
status: currently looking for a job
|
||||
{ .jobstatus .darkgreen }
|
||||
status: employed
|
||||
{ .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.
|
||||
|
||||
|
@ -42,14 +42,18 @@ I am passionate about Free and Open Source software and would like to work not o
|
|||
|
||||
### 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
|
||||
|
||||
- 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
|
||||
|
||||
|
|
|
@ -63,6 +63,10 @@ li {
|
|||
color: #417524;
|
||||
}
|
||||
|
||||
.yellow {
|
||||
color: rgb(213,170,20);
|
||||
}
|
||||
|
||||
.jobstatus {
|
||||
text-align: center;
|
||||
font-size: 2.2em;
|
||||
|
|
Loading…
Reference in a new issue