Front-end web developer

Example of my code


  const changeSlide=(direction,e)=>{
    e.stopPropagation();
    const sliderHeight=sliderContainer.clientHeight;
    if(direction==='up'){
      activeSlideIndex++;
      if(activeSlideIndex>sliderLength-1){
        activeSlideIndex=0;
      }
    }
    else if(direction==='down'){
      activeSlideIndex--;
      if(activeSlideIndex<0){
        activeSlideIndex=sliderLength-1;
      }
    }
    slideRight.style.transform=`translateY(-${activeSlideIndex*sliderHeight}px)`;
    slideLeft.style.transform=`translateY(${activeSlideIndex*sliderHeight}px)`;
  }

        

Professional experience:

1. Single Page App RSS Reader (HTML, CSS, JavaScript, Vue.js, Bootstrap, Firebase)

rss-img

Implemented functionality:

  • search for rss feed
  • saving this feed in database
  • displaying articles general list/ by category/ by source
  • search by articles
  • displaying an article preview, go to the source site
  • adding an article to the list for reading (read later)
  • share article in social networks
  • change user settings (color scheme, font)
  • edit source (change name, category, unsubscribe)

2. Custom video-player (HTML, CSS, Javascript)

video-player

Implemented functionality:

  • custom controls
  • controlling the player from the keyboard (hotkeys like in YouTube)
  • flipping video

3. Vertical slider (HTML5, CSS3, JavaScript)

Vertical slider with mouse scroll

vertical-slider

4. Calendar app (HTML, CSS, Less, Javascript, jQuery)

calendar

Implemented functionality:

  • displaying a calendar with saved events (events are saved in the browser’s local storage)
  • adding new events, editing and deleting events
  • event search

Work experience:

1. 2014-until now engineer design technologist at “Konviga”

During the time at the company, I showed the flexibility of thinking. I engineered a large number of different products from various materials. Demonstrated negotiation abilities, finding a common language with people with diverse backgrounds. Gathered requirements from high profile customers and transferred them to production line workers.

Engineered interiors and furniture including the presidential suite in “The Alexander, a Luxury Collection Hotel” one of the most expensive hotels in Yerevan, Armenia.

Engineered interiors and furnishings for the upper class customers. Finished objects in Moscow, St. Petersburg, Monaco, Geneva, Montenegro, Georgia.

2. 2012-2014 engineer design technologist at “Amkvadro”

Engineered furniture, doors and interiors for the upper class customers.

3. 2007-2012 engineer design technologist at “Delta”

During the time at the company, I showed myself as a team player and a responsible person. I ended projects on time, performed a lot of work in a short time and quickly studied.

Engineered interiors in several rooms in the residence of the President of the Republic of Belarus.

Engineered furniture and interior at the reconstruction of the Opera Theater in Minsk.

Engineered an interior in one of the halls of the Nesvizhsky castle during its reconstruction.