Svitlana Turchanina

Junior Frontend Developer

My photo

Contacts

Skills

  • HTML
  • CSS
  • JavaScript
  • Git, GitHub

Projects

Languages

  • Russian - native
  • Ukrainian - native
  • English - B1

Profile

I am studying Frontend programming. My purpose is to become a fine specialist in this area. I am sure I have most of the necessary skills for this profession. In the past, I worked as a 1C Enterprise developer for about 6 years. Also I have a degree in IT, though that was a bit long ago.

Education

National Aerospace University «Kharkiv Aviation Institute» / Faculty of Software Engineering and Business 2003-2008

Software of automated systems

Specialist's degree

Сourses

Code example

                        
    function calculateVolume(a, b, h) {
        const volume = a * b * h;
        return volume;
    }