CV Shpak Ianina

Hi, my name is Ianina

I'm junior front-end developer

Ianina's photo

About me

I love JavaScript and magic. Magic is not available to me, so I'm studying for a front-end developer.

I am independent and proactive, I know how to argue my point of view. I have the skills of self-organization and self-discipline, planning and managing priorities of tasks, searching and analyzing new information for myself, skills of working on mistakes.

I strive to become a professional front-end developer and bring a little magic to the world and my life.

Skills

    • HTML5
    • CSS3
    • JavaScript (Basic)
    • React (Basic)
  • Tools:
    • SCSS
    • Gulp
    • Git
    • Github
    • Figma, Photoshop
  • Methodologies:
    • BEM

Code Example

Task: write a function, that takes the amount of handshakes and returns the minimal amount of people needed to perform these handshakes.

  function getParticipants(handshakes){
    let count = 0;
    if (handshakes === 1) {
      return 2;
      } else if (!handshakes) {
      return count;
      } else {
      for (let i = 1; handshakes > 0; i++) {
          handshakes -= i;
          count++;
        }
        return count + 1;
      }
    }
    console.log(handshakes(15));
              
my profile on codewars

Projects

  • Healthy-mama

    The landing page. Responsive and adaptive website design. Includes: two slider implementations, animation, form, flex layout

    Code

    HTML, CSS, SCSS, JavaScript

    See project
    preview project healthy-mama
  • Toxin

    Responsive and adaptive website design. Includes: filter, animation, form, flex layout, calendar

    Code

    HTML, CSS, JavaScript

    See project
    preview project toxin
  • Memorize cards

    React project. Includes: components, hooks (useState, useMemo, useEffect), form, filter, sort, search

    Code

    React

    See project
    preview project memorize-card

Education and courses

Courses:

College:

Languages

  • Russian

    Native

  • English

    Beginner