Hello! Glad to see you looking at my CV! :)


Contact info


Bio

CVs owner photo

I wish to become JS/html/css trainee somewhere.


Ex:


Experience

9+ yrs


Skills


Education

  1. Saint Petersburg University of Telecommunications Electrical, Electronic and Communications Engineering Technology
    2007-2012
    Master's degree


  2. MIT (EDX)
    2020
    Introduction to Computer Science and Programming Using Python


Code sample

from textwrap import wrap
def data_reverse(data):
data = ''.join([str(x) for x in data])
data = wrap(str(data), 8)
data.reverse()
data = ''.join(data)
return [int(x) for x in data]

Also you can check some of my recent projects:

Languages


Extra

I love to travel.
In spare time, I read sci-fi novels (Philip Dick is love).
No bad habits.