Created
March 2, 2023 12:07
-
-
Save bepcyc/f454c1abb4d1b91afa491fb160341023 to your computer and use it in GitHub Desktop.
my CV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Viacheslav Rodionov", | |
"label": "BIG DATA architect", | |
"location": { | |
"city": "Munich", | |
"countryCode": "DE", | |
"region": "Bavaria" | |
}, | |
"email": "", | |
"phone": "", | |
"website": "", | |
"summary": "An experienced big data architect with a focus on scalable and high performance systems, cloud solutions, streaming data integration, denormalized data structures, infrastructure as code (IaC), job orchestration, and NoSQL technologies. My main programming languages are Python and Scala, and I have extensive experience with Apache Spark, Apache Kafka, Hadoop, Cassandra, AWS, and Linux. My interests include functional programming, process automation, open source, and cloud technologies." | |
}, | |
"work": [ | |
{ | |
"position": "Data Architect", | |
"company": "Avira", | |
"url": "https://www.avira.com", | |
"location": { | |
"city": "Munich", | |
"countryCode": "DE", | |
"region": "Bavaria" | |
}, | |
"startDate": "2014-11-01", | |
"endDate": "2022-06-01", | |
"summary": "As a data architect, I design and implement big data solutions that are scalable, reliable, and performant. I focus on cloud solutions, streaming data integration, denormalized data structures, infrastructure as code (IaC), job orchestration, and NoSQL technologies. My main programming languages are Python and Scala, and I have extensive experience with Apache Spark, Apache Kafka, Hadoop, Cassandra, AWS, and Linux. I work closely with data analysts, data scientists, and other stakeholders to deliver solutions that meet their requirements and expectations.", | |
"highlights": [ | |
"Designed and implemented a data lake architecture for a 360-degree view of customer data, with a focus on building a highly scalable data-driven streaming solution from scratch.", | |
"Implemented a Python/Scala low-code framework for distributed streaming and batch pipelines creation on AWS on top of Spark.", | |
"Built an on-premise data lake for user data from scratch and numerous batch pipelines running on top of it.", | |
"Transformed the on-premise data lake into a streaming cloud solution.", | |
"Focused on scalability, cloud solutions, streaming data integration, denormalized data structures, IaC, job orchestration, NoSQL, Python, Scala, Spark, Kafka, and Cassandra." | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Lomonosov Moscow State University", | |
"url": "https://www.msu.ru/en/", | |
"area": "Computational Mathematics", | |
"studyType": "Master's Degree", | |
"startDate": "2000-09-01", | |
"endDate": "2008-06-30", | |
"courses": [ | |
"Filesystems in Linux kernel" | |
] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Python", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Scala", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Apache Spark", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Apache Kafka", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Hadoop", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Cassandra", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "AWS", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Infrastructure as Code (IaC)", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "NoSQL", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Git", | |
"level": "Advanced" | |
}, | |
{ | |
"name": "Linux", | |
"level": "Advanced" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
}, | |
{ | |
"language": "German", | |
"fluency": "Intermediate" | |
}, | |
{ | |
"language": "Russian", | |
"fluency": "Native" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Functional programming", | |
"keywords": [ | |
"Scala" | |
] | |
}, | |
{ | |
"name": "Parallel programming" | |
}, | |
{ | |
"name": "AWS" | |
}, | |
{ | |
"name": "Apache Spark" | |
}, | |
{ | |
"name": "Apache Kafka" | |
}, | |
{ | |
"name": "Streaming" | |
}, | |
{ | |
"name": "Process automation" | |
}, | |
{ | |
"name": "Linux" | |
}, | |
{ | |
"name": "Open source" | |
} | |
], | |
"meta": { | |
"theme": "elegant", | |
"version": "v1.0.0", | |
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json", | |
"lastModified": "2023-03-02T12:53:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment