avatar

Lidiia Sharova

Junior Front-End Developer

Contacts

  • Location: Nizhny Novgorod, Russia (remote full time)
  • Telegram: @lidasharova
  • Email: Lida050496@yandex.ru
  • GitHub: lidasharova
  • LinkedIn: lidiia-sharova

About me

I travel a lot and like to change locations.
I have good time management and self-discipline.
I actively learn in Front-end development and work on improving my code.
I like to work in a team.
I am easy to learn and I do new tasks with pleasure.

Skills

  • ООП
  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • GitHub
  • jQuery
  • React JS
  • VS Code, WebStorm
  • Figma
  • LESS

Code example

The function pow(x, n) raises x to the power of n.
It is written in a recursive way.

		
function pow(x, n) {
  if (n == 1) {
    return x;
  } else {
    return x * pow(x, n - 1);
    }
}

alert(pow(2, 3));
		
		

Education

Courses:


  • economist • 2017 - 2022 • Bachelor's Degree • Novgorod State University N. I. Lobachevsky
  • pharmacist • 2012 - 2017 • Secondary vocational education • Nizhny Novgorod Medical College

Projects

Languages

  • Russian - Native
  • English - A2 (I learn English and improve my level)