About Me

I have good communication skills with people. I work great in a team and want to learn and develop new skills.

I'm reliable and trustworthy and am not afraid of new responsibilities in a wide variety of jobs. With a sense of humor and sociable. I observe the chain of command.

I'm interested in Web Development because this occupation provides endless possibilities for professional growth, besides there's a huge amount of free high quality resources for self-education and a large community of developers.

I believe, that my ability to learn and to gain new skills will lead me through this path of becoming a proficient Frontend Developer.

Skills

  • HTML
  • CSS
  • JavaScript
  • React (Basic)
  • Git, GitHub
  • VS Code
  • Photoshop

Code-example

Part of the code. Written by me personally. No copying. This code was written to create a list: lessons, purchases, or to-do’s. HTML is generated entirely on the JavaScript. Link to full version


  //snippet of code
  selectLiFromDrop.addEventListener('click', (event) => {
    const { target } = event;
    const isSelectLiFromULDrop = target.className.includes('select-dropdown__list-item');
    const selectLiFromDropAll = selectLiFromDrop.querySelectorAll('.selected');
    if (isSelectLiFromULDrop) {
      const getNumberObject = +target.dataset.value;
      this.#currentSelectedOption = this.#options[getNumberObject - 1];
      spanDropDown.textContent = this.#currentSelectedOption.text;
      deleteLi();
      target.classList.add('selected');
      dropDownList.classList.remove('active');
    }
  });
  //end snippet of code                  
         
        

Corses

Vladilen Inc: JavaScript Junior Frontend Developer - (in progress)

RS Schools Course «JavaScript/Front-end. Stage 0 - (finished)

RS Schools Course «JavaScript/Front-end. Stage 1 - (in progress)

Work experience

I have been doing website layout since 2015. On the CMS: DLE, 1C-Bitrix.

Made websites for friends.

For the last 4 years I have been administering 3 sites on 1C-Bitrix.

Projects from the RS School (JS/Frontend). Stage #0. Used: HTML, CSS, JavaScript

Languages

English - A1/A2 (B1 in process…)

Russian - Native