Skip to content

Instantly share code, notes, and snippets.

@ragoragino
Last active March 21, 2022 21:42
Show Gist options
  • Save ragoragino/27796cef627410a5af94a7ae6451e6f2 to your computer and use it in GitHub Desktop.
Save ragoragino/27796cef627410a5af94a7ae6451e6f2 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Rastislav Kisel",
"label": "Software engineer",
"image": "",
"email": "kiselrastislav@gmail.com",
"url": "https://ragoragino.github.io",
"summary": "",
"location": {
"city": "London",
"countryCode": "UK"
},
"profiles": [
{
"network": "Linkedin",
"url": "https://www.linkedin.com/in/rastislav-kise%C4%BE-3a2151112/"
}
]
},
"projects": [{
"name": "Project",
"description": "Description…",
"highlights": [
"Won award at AIHacks 2016"
],
"keywords": [
"HTML"
],
"startDate": "2019-01-01",
"endDate": "2021-01-01",
"url": "https://project.com/",
"roles": [
"Team Lead"
],
"entity": "Entity",
"type": "application"
}],
"work": [
{
"name": "Monzo",
"location": "London, United Kingdom",
"description": "",
"position": "Sofware engineer",
"url": "https://monzo.com",
"startDate": "2021-06-01",
"summary": "Monzo is a digital neo-bank that is offering ... TODO",
"highlights": [
"One of the leader of the international payments integration for businesses project",
"One of the engineers on a project that enabled opening standalone business accounts",
"Maintenance and improvement of existing accounting integrations solutions"
]
},
{
"name": "ESET",
"location": "Prague, Czech Republic",
"description": "",
"position": "Sofware engineer",
"url": "https://monzo.com",
"startDate": "2018-08-01",
"endDate": "2021-05-31",
"summary": "ESET is a company specialising in developing cyber security solutions for individuals and businesses.",
"highlights": [
"Developed several microservices dealing with mobile device management logic",
"Created tooling for mocking microservices used in integration and performance testing",
"Developed tools for automatic management of custom resource definitions (e.g. for Istio) in Kubernetes",
"Worked on implementations of security and networking standards in Kubernetes and Azure environments"
]
}
],
"education": [
{
"institution": "Charles University",
"url": "https://cuni.cz/uken-1.html",
"area": "Quantitative finance",
"studyType": "Master",
"startDate": "2015",
"endDate": "2018"
}
],
"skills": [
{
"name": "Backend development",
"keywords": [
"C++",
"Golang",
"Rust",
"Python"
]
},
{
"name": "Cloud-native technologies",
"keywords": [
"Docker",
"Kubernetes",
"Istio"
]
},
{
"name": "Databases and distributed systems",
"keywords": [
"PostgreSQL",
"MongoDB",
"Cassandra",
"Raft"
]
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2022-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment