photo for cv

Natalya Makarova

Frontend developer (Junior)

Contact information

Education

Siberian University of Consumer Cooperation

Specialist of Science in Commerce

Years: 2001/2006

Foreign language

  • English (A2+)

About me

Now we live in the digital world. That's why my job isn't going to be very popular in the future. I am an office administrator. I had some experience in programming before this cource. Iused HTML, CSS and I am fond of them. I would like to be a frontend developer.
I easily adapt myself to the new.

Skills and Profiency

  • HTML5, CSS3 (basic)

  • VS Code

  • Git, GitHub

Cources

Code example

function sum(a, b) {
return a + b;
}
function myltyply(a; b) {
return a * b;
}