Info
My name is Zoltán Horváth, and I’m a Solution Architect from Hungary, based in Budapest.
I have been working in the IT industry for over 20 years, with a strong focus on designing and implementing scalable, secure, and efficient solutions for enterprise environments.
My expertise spans multiple areas including Mobile Device Management (iOS, macOS), CI/CD pipelines, microservices architecture, enterprise infrastructure integration, core banking and instant payment (AFR) software development.
In addition to my professional background, I am always keen on exploring new technologies and improving existing systems to meet modern challenges in IT.
class Me:
def __init__(self):
self.full_name = "Horváth Zoltán"
self.family_name = "Horváth"
self.given_name = "Zoltán"
self.born_year = 1983
self.hometown = "Budapest, HU"
self.occupation = "Solution Architect"
self.interests = [
"IT",
"IaC - Infrastructure as Code",
"Kubernetes",
"iOS",
"macOS"
]
self.skills = [
"Infrastructure Automation",
"DevOps",
"CI/CD",
"Containerization",
"Microservices",
"Enterprise Infrastructure Integration",
"Apple Mobile Device Management"
]
self.languages_spoken = [
"Hungarian",
"English"
]
self.hobbies = [
"Hiking",
"Cycling"
]