My_photo

Oleg Blotski

FRONT-END DEVELOPER

Hello, I'm Oleg

I am 20 years old. I am from Belarus. I like to study and learn something new. I like to read books, do physical education, listen to music of different genres. I'm interesting in good cars and bikes. I lead active and healhy lifestyle. I like to work and see the results of my work.
I am fond of programming, layout. My priorities is acquisition of skills in the field of web development. In the future i’d like to work in strong team width the extraordinary prodjects.

My technical skills

  • HTML5
  • CSS3
  • Figma
  • JavaScript
  • Git
  • Webpack
  • SASS (SCSS)
  • React, Redux

Education

2021

JS / FRONT-END. STAGE 0

Rolling Scope School

Learning HTML, CSS, JavaScript, Git, Figma, algorithms and data structures

2018-2022

SOFTWARE ENGINEER-ECONOMIST

Polessky State University - Pinsk, Belarus

Studying algorithmization, object-oriented programming, web development, programming network applications, programming in the banking sector

My recent projects

JS-CLOCK

JS Clock is a JavaScript mechanical clock with moving hands

Custom Video Player

Custom HTML5 Video Player is a video player that runs as intended by the designer and does not depend on the browser or device in use.

Languages

  • English (A2)
  • Russian (native)
  • Belarusian

Code Example

                        
function volumeOnOffSvg() {
  if (document.getElementById('volume').value > 0) {
    volumeOn = document.getElementById('volume').value;
    document.getElementById('volume').value = 0;
    videos[activeVideo].volume = volume.value;
    const value = ranges.value * 100;
    ranges.style.background = `linear-gradient(to right, #24809E 0%, #24809E ${value}%, #C4C4C4 ${value}%, white 100%)`
  } else {
    document.getElementById('volume').value = volumeOn;
    videos[activeVideo].volume = volume.value;
    const value = ranges.value * 100;
    ranges.style.background = `linear-gradient(to right, #24809E 0%, #24809E ${value}%, #C4C4C4 ${value}%, white 100%)`
  }
}
volumeOff.addEventListener('click', volumeOnOffSvg) 
                        
                    

Contacts