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
|
name: Azure Static WebApp
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout submodules
|
||||||
|
image: bitnami/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Build and upload static web app
|
- name: Build and upload static web app
|
||||||
environment:
|
environment:
|
||||||
APITOKEN:
|
APITOKEN:
|
||||||
from_secret: APITOKEN
|
from_secret: APITOKEN
|
||||||
HUGO_VERSION: 0.97.1
|
HUGO_VERSION: 0.118.2
|
||||||
image: mcr.microsoft.com/appsvc/staticappsclient:stable
|
image: mcr.microsoft.com/appsvc/staticappsclient:stable
|
||||||
commands:
|
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"]
|
[submodule "themes/simple-resume"]
|
||||||
path = themes/almeida-cv
|
path = themes/simple-resume
|
||||||
url = https://github.com/ineesalmeida/almeida-cv.git
|
url = https://github.com/tylerjlawson/simple-resume
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
# cv-azure-static-webapp
|
# 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/'
|
baseURL = 'https://cv.tormakristof.eu/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Kristóf Torma'
|
title = 'Kristof Torma'
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
enableEmoji = true
|
theme = "simple-resume"
|
||||||
theme = "almeida-cv"
|
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
|
||||||
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
|
|
||||||
|
@ -1,99 +1,69 @@
|
|||||||
BasicInfo:
|
name: Kristof Torma
|
||||||
FirstName: Kristóf
|
email: iam@tormakristof.eu
|
||||||
LastName: Torma
|
website: tormakristof.eu
|
||||||
Photo: img/avatar.jpg
|
github: tormachris
|
||||||
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
|
|
||||||
|
|
||||||
Experience:
|
sections:
|
||||||
- Employer: Nokia
|
- heading: Education
|
||||||
Place: Budapest, Hungary
|
subsections:
|
||||||
Positions:
|
- heading:
|
||||||
- Title: DevOps Engineer
|
label: BSc in Computer Engineering @ BME
|
||||||
Date: March 2022 - Present
|
startdate: September 2016
|
||||||
Details:
|
enddate: January 2020
|
||||||
- Responsible for Kubernetes clusters
|
degrees:
|
||||||
Badges: ['Kubernetes', 'Helm', 'Linux', 'Bash', 'Python', 'Agile']
|
- Diploma
|
||||||
- Employer: SIG for Computer Science
|
- heading:
|
||||||
Place: Budapest, Hungary
|
label: MSc in Computer Engineering @ BME
|
||||||
Positions:
|
startdate: February 2020
|
||||||
- Title: Group Lead
|
enddate: January 2022
|
||||||
Date: February 2020 - February 2022
|
degrees:
|
||||||
Details:
|
- Diploma
|
||||||
- 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']
|
|
||||||
|
|
||||||
Education:
|
- heading: Experience
|
||||||
- Course: BSc & MSc in Computer Engineering
|
subsections:
|
||||||
Place: Budapest University of Technology and Economics Faculty of Electrical Engineering and Informatics
|
- heading:
|
||||||
Date: 2016 - 2022
|
label: DevOps Engineer @ Nokia
|
||||||
Details: Specialized in Internet Architecture and Services at Department of Telecommunications and Media Informatics
|
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:
|
- heading: Skills
|
||||||
- Family: DevOps and Infrastructure
|
points:
|
||||||
Items:
|
- Python scripts and Flask microservices with Celery workers
|
||||||
- Cisco network administration
|
- Cisco and Linux network administration
|
||||||
- Linux server administration
|
- KVM and Hyper-V virtualization
|
||||||
- Jenkins, Travis, GitLab, Drone CI
|
- Cloud-native orchestration with Kubernetes, Terraform and Ansible
|
||||||
- Windows Server administration
|
- CI with Jenkins, Drone, GitHub Actions, GitLab CI
|
||||||
- KVM virtualization
|
- Various cloud platforms including AWS, Azure and on-prem cloud
|
||||||
- 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
|
|
||||||
|
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