#!/dev/fenek

– Python, OpenGL and a little tiny bit of Bash

Szymon Datko

# jsonnet v0.20.0
{
    "Name": "Szymon Datko",
    "Class": "DevOps",
    "Level": 32,
    "TL;DR": [
        "Maester of OSP DevOps",
        "YAML Developer",
        "Senior Copy-Paste Engineer",
        "Chief Meme Officer",
    ],
    "Pronouns": "he/him",
    "Location": "Göteborg, Sweden",
    "Ex-Location": "Wrocław, Poland",
    "Contact": [
        std.join("@", ["sdatko", "redhat.com"]),
        std.join("@", ["szymon.datko", "pwr.edu.pl"]),
    ],
    "Languages": {
        "Polish":  "●●●●●",
        "English": "●●●●○",
        "Swedish": "●●○○○",
    },
    "Skills": {
        "Administration": {
            "Linux":   "●●●●●",
            "Ansible": "●●●●○",
        },
        "Coding": {
            "Bash":       "●●●●●",
            "Python":     "●●●●●",
            "LaTeX":      "●●●●○",
            "HTML":       "●●●●○",
            "CSS":        "●●●●○",
            "C/C++":      "●●●○○",
            "OpenGL":     "●●●○○",
            "JavaScript": "●●●○○",
        },
        "Tools": {
            "git":     "●●●●●",
            "Gerrit":  "●●●●○",
            "Jenkins": "●●●●○",
            "Jira":    "●●●●○",
            "Zuul":    "●●●●○",
        },
        "Platforms": {
            "Docker":    "●●●●○",
            "OpenStack": "●●●●○",
        },
        "Miscellaneous": {
            "Continuous integration": "●●●●○",
            "Computer Graphics":      "●●●○○",
            "Machine Learning":       "●●●○○",
        },
    },
    "Education": {
        "Computer Science": {
            "University": "Wrocław University of Science and Technology",
            "Title": "Doctor of Philosophy",
            "Year": 2024,  # NOTE: expected (in-progress)
        },
        "Computer Science": {
            "University": "Wrocław University of Science and Technology",
            "Title": "Master of Science",
            "Year": 2016,
        },
        "Physics": {
            "University": "Wrocław University of Science and Technology",
            "Title": "Bachelor of Science",
            "Year": 2015,
        },
        "Computer Science": {
            "University": "Wrocław University of Science and Technology",
            "Title": "Bachelor of Engineering",
            "Year": 2015,
        }
    },
    "Work Experience": {
        "Red Hat": {
            "role": "Senior software engineer",
            "start": 2020,
            "current": true,
        },
        "Wrocław University of Science and Technology": {
            "role": "Teaching and research assistant",
            "start": 2016,
            "current": true,
        },
        "OVHcloud": {
            "role": "DevOps engineer",
            "start": 2015,
            "end": 2020,
        },
        "CERN – European Organization for Nuclear Research": {
            "role": "Summer Student in Computer Security Team",
            "start": 2016,
            "end": 2016,
        },
        "OVH sp. z o. o.": {
            "role": "System administrator – holiday intern",
            "start": 2013,
            "end": 2013,
        },
    },
}