professional: prepare new job entry at FlyingCircus
This commit is contained in:
parent
5b2b3e53ae
commit
9d0070721b
|
@ -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,6 +42,10 @@ Als überzeugter Anhänger von Freier & Open Source Software möchte ich nicht n
|
|||
|
||||
### Arbeitserfahrung
|
||||
|
||||
#### 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, TU Dresden
|
||||
|
||||
📍 Dresden 🗓 10/2018 – 02/2019
|
||||
|
|
|
@ -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,6 +42,10 @@ I am passionate about Free and Open Source software and would like to work not o
|
|||
|
||||
### Work Experience
|
||||
|
||||
#### 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, TU Dresden
|
||||
|
||||
📍 Dresden, Germany 🗓 10/2018 – 02/2019
|
||||
|
|
|
@ -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