Compare commits
13 Commits
c9fbbd0aaf
...
main
Author | SHA1 | Date | |
---|---|---|---|
b7e6512c8c | |||
ad94683d5d | |||
628c6a76bf | |||
1cce4818e4 | |||
8e602116cc | |||
49ff865ea1 | |||
1743da03f8 | |||
45da86cbeb | |||
c6794e4dac | |||
c2b5d80884 | |||
e64cbe0510 | |||
7a6a149258 | |||
20459cbc3d |
@ -3,11 +3,16 @@ type: docker
|
||||
name: Azure Static WebApp
|
||||
|
||||
steps:
|
||||
- name: Checkout submodules
|
||||
image: bitnami/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: Build and upload static web app
|
||||
environment:
|
||||
APITOKEN:
|
||||
from_secret: APITOKEN
|
||||
HUGO_VERSION: 0.97.1
|
||||
HUGO_VERSION: 0.118.2
|
||||
image: mcr.microsoft.com/appsvc/staticappsclient:stable
|
||||
commands:
|
||||
- /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "public" --app "/drone/src" --deploymentaction "upload"
|
||||
- /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "public" --app "/drone/src" --deploymentaction "upload" --deploymentProvider "Gitea"
|
||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "themes/almeida-cv"]
|
||||
path = themes/almeida-cv
|
||||
url = https://github.com/ineesalmeida/almeida-cv.git
|
||||
[submodule "themes/simple-resume"]
|
||||
path = themes/simple-resume
|
||||
url = https://github.com/tylerjlawson/simple-resume
|
||||
|
@ -1,2 +1,7 @@
|
||||
# cv-azure-static-webapp
|
||||
Hugo generated CV
|
||||
|
||||
[](https://drone.kmlabz.com/tormakris/staticwebapp-cv-tormakristof-eu)
|
||||
|
||||
Hugo generated CV deployed to Azure Static WebApps.
|
||||
|
||||
May be access [here](https://cv.tormakristof.eu).
|
||||
|
@ -1,7 +1,6 @@
|
||||
baseURL = 'https://cv.tormakristof.eu/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Kristóf Torma'
|
||||
title = 'Kristof Torma'
|
||||
enableRobotsTXT = true
|
||||
enableEmoji = true
|
||||
theme = "almeida-cv"
|
||||
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
|
||||
theme = "simple-resume"
|
||||
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
|
||||
|
@ -1,99 +1,69 @@
|
||||
BasicInfo:
|
||||
FirstName: Kristóf
|
||||
LastName: Torma
|
||||
Photo: img/avatar.jpg
|
||||
Contacts:
|
||||
- Icon: fas fa-phone
|
||||
Info: +36 30 397 1800
|
||||
- Icon: fas fa-envelope
|
||||
Info: iam@tormakristof.eu
|
||||
- Icon: fas fa-globe
|
||||
Info: tormakristof.eu
|
||||
- Icon: fas fa-map-marker-alt
|
||||
Info: Hungary
|
||||
name: Kristof Torma
|
||||
email: iam@tormakristof.eu
|
||||
website: tormakristof.eu
|
||||
github: tormachris
|
||||
|
||||
Experience:
|
||||
- Employer: Nokia
|
||||
Place: Budapest, Hungary
|
||||
Positions:
|
||||
- Title: DevOps Engineer
|
||||
Date: March 2022 - Present
|
||||
Details:
|
||||
- Responsible for Kubernetes clusters
|
||||
Badges: ['Kubernetes', 'Helm', 'Linux', 'Bash', 'Python', 'Agile']
|
||||
- Employer: SIG for Computer Science
|
||||
Place: Budapest, Hungary
|
||||
Positions:
|
||||
- Title: Group Lead
|
||||
Date: February 2020 - February 2022
|
||||
Details:
|
||||
- Helped maintain and upgrade the dorm's network of over 1.000 endpoints.
|
||||
- Introduced DevOps principles to the SIG's community.
|
||||
- Responsible for mission critical services including Hyper-V and Kubernetes.
|
||||
Badges: ['DevOps', 'Leadership', 'Linux', 'Ansible']
|
||||
- Employer: Budapest University of Technology and Economics
|
||||
Place: Budapest, Hungary
|
||||
Positions:
|
||||
- Title: Research Assistant
|
||||
Date: 2020 - 2022
|
||||
Details:
|
||||
- Created a Kubernetes-native system in a 5G network that was capable of recognizing and identifying bird song.
|
||||
- Adapted the system to an edge-computing environment.
|
||||
- Analyzed the performance of and identified bottlenecks in the system.
|
||||
Badges: ['Python', 'Kubernetes', '5G', 'Cloud']
|
||||
- Title: Teaching Assistant
|
||||
Date: 2020 - 2022
|
||||
Details:
|
||||
- Helped other students process the curriculum.
|
||||
- Assisted in the adaptation of the course to a remote environment.
|
||||
Badges: ['Linux', 'Apache', 'Bash', 'Helping']
|
||||
- Employer: Ericsson
|
||||
Place: Budapest, Hungary
|
||||
Positions:
|
||||
- Title: Research Intern
|
||||
Date: Summer, 2019
|
||||
Details:
|
||||
- Built a TOSCA Parser for Ericsson's in-house infrastructure.
|
||||
- Created an interface to connect the application to Ericsson's existing systems.
|
||||
- Deployed Python webapplications on Docker-based infrastructure.
|
||||
Badges: ['Python', 'TOSCA', 'Docker', 'Orchestration']
|
||||
sections:
|
||||
- heading: Education
|
||||
subsections:
|
||||
- heading:
|
||||
label: BSc in Computer Engineering @ BME
|
||||
startdate: September 2016
|
||||
enddate: January 2020
|
||||
degrees:
|
||||
- Diploma
|
||||
- heading:
|
||||
label: MSc in Computer Engineering @ BME
|
||||
startdate: February 2020
|
||||
enddate: January 2022
|
||||
degrees:
|
||||
- Diploma
|
||||
|
||||
Education:
|
||||
- Course: BSc & MSc in Computer Engineering
|
||||
Place: Budapest University of Technology and Economics Faculty of Electrical Engineering and Informatics
|
||||
Date: 2016 - 2022
|
||||
Details: Specialized in Internet Architecture and Services at Department of Telecommunications and Media Informatics
|
||||
- heading: Experience
|
||||
subsections:
|
||||
- heading:
|
||||
label: DevOps Engineer @ Nokia
|
||||
startdate: March 2022
|
||||
points:
|
||||
- Reduced the burden on the Lab Infrastructure Team by simplifying lab infrastructure and developing automations.
|
||||
- Created tools to help developers self-manage certain infrastructure tasks.
|
||||
- Improved developer documentation to speed up newcomers ramp up faster.
|
||||
- Reduced monthly AWS spend periodically releasing unused resources.
|
||||
- Resolved Kubernetes issues on an ongoing basis and developed Kubernetes competence among developers.
|
||||
- Designed and implemented an internal API that creates Kubernetes clusters AWS and Azure via Pulumi.
|
||||
- Became technical lead of the DevOps team in 2024 February.
|
||||
- heading:
|
||||
label: Group Lead of SIG for Computer Science
|
||||
startdate: February 2020
|
||||
enddate: February 2022
|
||||
points:
|
||||
- Administered the mailing list server processing over 2.000 emails a day.
|
||||
- Fully moved over the dorm's mailing infrastructure to Exchange Online.
|
||||
- Migrated part of the dorm's DNS service to a cloud-based solution.
|
||||
- Introduced DevOps principles to the SIG's community.
|
||||
- Responsible for mission critical services including Hyper-V and Kubernetes.
|
||||
- heading:
|
||||
label: Research Assistant @ Budapest University of Technology and Economics
|
||||
startdate: February 2020
|
||||
enddate: January 2022
|
||||
points:
|
||||
- Created a Kubernetes-native system in a 5G network that was capable of recognizing and identifying bird song.
|
||||
- Adapted the system to an edge-computing environment.
|
||||
- Analyzed the performance of and identified bottlenecks in the system.
|
||||
- heading:
|
||||
label: Research Intern @ Ericsson
|
||||
startdate: June 2019
|
||||
enddate: August 2019
|
||||
points:
|
||||
- Built a TOSCA Parser for Ericsson's in-house infrastructure.
|
||||
- Created an interface to connect the application to Ericsson's existing systems.
|
||||
- Deployed Python webapplications on Docker-based infrastructure.
|
||||
|
||||
Skills:
|
||||
- Family: DevOps and Infrastructure
|
||||
Items:
|
||||
- Cisco network administration
|
||||
- Linux server administration
|
||||
- Jenkins, Travis, GitLab, Drone CI
|
||||
- Windows Server administration
|
||||
- KVM virtualization
|
||||
- Ansible
|
||||
- Terraform
|
||||
- Azure
|
||||
- Family: Programming
|
||||
Items:
|
||||
- Python scripts and Flask webapps
|
||||
- Bash scripts
|
||||
- Microservices
|
||||
- Kotlin webapps
|
||||
- Jinja2
|
||||
- Jaeger
|
||||
- Sentry
|
||||
- Swagger
|
||||
- Family: Social
|
||||
Items:
|
||||
- Team player
|
||||
- Fast learner
|
||||
- Proactive player
|
||||
- AWS
|
||||
|
||||
Languages:
|
||||
- Name: Hungarian
|
||||
Level: Native
|
||||
- Name: English
|
||||
Level: C2
|
||||
- heading: Skills
|
||||
points:
|
||||
- Python scripts and Flask microservices with Celery workers
|
||||
- Cisco and Linux network administration
|
||||
- KVM and Hyper-V virtualization
|
||||
- Cloud-native orchestration with Kubernetes, Terraform and Ansible
|
||||
- CI with Jenkins, Drone, GitHub Actions, GitLab CI
|
||||
- Various cloud platforms including AWS, Azure and on-prem cloud
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 131 KiB |
Submodule themes/almeida-cv deleted from 0d7f29c2bd
1
themes/simple-resume
Submodule
1
themes/simple-resume
Submodule
Submodule themes/simple-resume added at a6bbdc145e
Reference in New Issue
Block a user