Vasiliy Martinov

my photo

Contacts

Summary

At the moment I work in the representative office of a European pharmaceutical company as a drug registration specialist. My goal is to learn everything new and exciting. I want to get knowledge and skills that will be enough for employment in an IT-company. I think it will be a positive change in my life.

Skills

  • HTML
  • CSS
  • JavaScript
  • Java(basic knowledge)
  • Python(basic knowledge)
  • Version control: Git (remote service GitHub)
  • SQL(basic knowledge)
  • Windows OSL
  • Figma(for web development)
  • Editors: VSCode, PyCharm, IntelliJ IDEA

Code example

function nthFibo(n) {

let arr = [0, 1, 1];

for (let i = 1; i <= n; i++) {

arr.push(arr[i] + arr[i + 1]);

}

return arr[n - 1];

}

Education

Experience

I have no experience in JS and Frontend development.

Languages

  • Russian - Native
  • Belorussian - Native
  • English - B1 INTERMEDIATE/B2 UPPER INTERMEDIATE(according to the online test at EFset www.efset.org