Volha Bukhal

Beginner web developer

cv-picture

Contacts

About myself

I have been working as scientist for a more then 10 year in a field of physics and radioecologist by specialization. But for the last year I have become an interest in frontend development and have an goal to change my job in the near future. I like see the result immediate of the work and frontend is ideal for that. I am looking for a fist job in IT, and very excited about any opportunity of joining creative and professional team. I'm a quick learning and extremely enthusiastic about programming and algorithms for data analysis. I'm a hardworking and don't afraid of passionate study, my slogan - never give up and keep going studding and practice.

My skills

  • HTML&CSS
  • SCSS/SASS/LESS
  • Markdown
  • Webpack/Gulp/Parcel
  • Git
  • JavaScript
  • Typescript
  • React/Redux

My education

Main education

  • International Sakharov Environmental University, Minsk (2003-2008)

  • Graduate School of the National Academy of Sciences of Belarus, Minsk (2012-2013)

My experience

rslang
js-clock
vertical-slider
christmass-game
video-player
whack-a-mole
uber
uber
uber
    
// Code example
function sortArray(array) {
    let arr = [...array];  
    let oddNumber = arr.filter( (num) => num%2);
    let sortedOddNumber = oddNumber.sort( (a, b) => a - b);
    for (let i = 0; i < arr.length; i++) {
        if (arr[i]%2) {
        [first, ...sortedOddNumber] = sortedOddNumber;
        arr[i] = first;
        }
    }
    return arr;
    }
    

More about myself

Background

I have not experience in frontend production yet, only studding projects.

Languages

Hobbies

  • Sport: voleyball, ski&skates
  • Music: piano. All my life I desire to play the piano and only now my dream start coming true. I've started learning to play the piano in 2020 and really like it.