About me:

I started my career as a digital design engineer. Over 7 years of experience working on the development of firmware for the digital circuits and control system for the digital led screens. As a hobby i designed a corporate web-application using wordpress and became fascinated by frontend after all.

Currently I’m a frontend developer in a small software company. Seeking for new opportunities and challenges that will expand my skills and continue to develop my competencies further.

Contacts:

experience:

  • Арб-Медиа (2021.11 - current)

    • improving the websites load performance
    • developing the corporate admin web application
  • rs-school frontend Stage0

    • responsive landing page with custom video player
    • memory game with a choice of difficulty levels and saving best result in localStorage
    • movie app - movies application with search-field (used themoviedb API)

skills:

  • HTML5, CSS, JS(ES6)
  • Figma
  • GIT
  • GULP, Webpack
  • React, Redux, Next JS
  • Node.js (Express), MongoDB

Code examples:

Write a function that when given a URL as a string, parses out just the domain name and returns it as a string (Codewars):
            
function getDomainName(url) {
  const str = url.replace(/http(s?):\/\//, '')
                 .split(".");

  return str[0] === 'www' ? str[1] : str[0];
}
          

languages:

  • English - B1