#!/usr/bin/python3
class AboutMe:
"""Some facts about me"""
def __init__(self):
self.name = "Gergely Gulyas"
self.description = "I'm a software engineer based in Hungary and \
currently working on the open-source CodeChecker for Ericsson"
self.role = "Software Engineer"
self.languages = ["hu_HU", "en_US"]
self.skills = ["C++", "Python", "Docker", "CI/CD", "Git"]
self.links = {
"GitHub": "https://github.com/gulyasgergely902",
"LinkedIn": "https://linkedin.com/in/gergely-gulyas/"
}
self.jobs = []
self.jobs.append(
{"place": "OPSWAT", "role": "software engineer / c++"})
self.jobs.append(
{"place": "Ericsson", "role": "software engineer / python", "current": True})
- Hungary
-
21:54
(UTC +02:00)
Pinned Loading
-
-
-
bookingmanager-backend
bookingmanager-backend PublicThe backend for the booking manager application.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.