rsschool-cv

Personal information

Ksenia Gorina

Junior front-end enjoyer
JS/FE Pre-School 2024Q2 student

telegram: @found
tel: +49 000 12345678
email: myemail00@gmail.com

About

I used to be an architect until I picked up Python for work; then things got a little out of hand.

Experience

Eager to gain some!

Education

2012-2017
Bachelor of Architecture
Samara State University of Architecture and Civil Engineering

Skills and competences

Python + Pandas (basics)

Languages:

Code sample

def is_even(num: int) -> bool:
    return num % 2 == 0