#!/dev/fenek

– Python, OpenGL and a little tiny bit of Bash

Szymon Datko

{
    "Name": "Szymon Datko",
    "Class": "DevOps",
    "Level": 29,
    "Location": "Wrocław, Poland",
    "Contact": [
        "szymon.datko@gmail.com",
        "szymon.datko@pwr.edu.pl",
        "sdatko@redhat.com",
    ],
    "Languages": {
        "Polish":  "●●●●●",
        "English": "●●●●○",
    },
    "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": "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": "Software engineer",
            "start": 2020,
            "end": null,
            "current": true,
        },
        "Wrocław University of Science and Technology": {
            "role": "Teaching and research assistant",
            "start": 2016,
            "end": null,
            "current": true,
        },
        "OVHcloud": {
            "role": "DevOps engineer",
            "start": 2015,
            "end": 2020,
            "current": false,
        },
        "CERN – European Organization for Nuclear Research": {
            "role": "Summer Student in Computer Security Team",
            "start": 2016,
            "end": 2016,
            "current": false,
        },
        "OVH sp. z o. o.": {
            "role": "System administrator – holiday intern",
            "start": 2013,
            "end": 2013,
            "current": false,
        },
    },
}