Olga Ilina

Junior Front-End Developer

photo

About:

I have been working as a front-end developer in the freelancers market and I have been very interested in gaining professional knowledge and experience from a real company.

Currently Im learning coding web applications. I truly enjoy what I am doing with a passion and would love to further develop my skills. This is the reason for why I am applying to this internship. I want to learn more from professionals who definitely know more then I do.

I am purposeful and ambitious, craving for knowledges, breaking borders and reaching new goals on my educational way. Russian is my native language, but I am also fluent in English. Combined with my excellent communication skills, self-organization, leaders skills and Bachelor Diploma, these gives me a mix of talents that will make me asset to the team.

Education

Saint-Petersburg State University of Aerospace Instrumentation

Bachelor of Computer Science (BCompSc), Computer science

Courses

HTML Academy

Codecademy

Skills and Proficiency

  • HTML5, CSS3
  • SASS (SCSS)
  • JavaScript Basics
  • BEM
  • Git, GitHub
  • VisualStudio Code
  • Figma

Languages

English Test

Code example

Sum calculator from one of my previous projects:

$('.quantity-button').on('click', function(){

let summ = $('.nights').val() * $('.summ').data('nights') + ($('.guests').val() - 1) * $('.summ').data('guests');

$('.summ').html('$' + summ);

});

Contacts