RS School project - CV

Oleksiy Chuguyenko

About me

Everybody in this country should learn to program a computer, because it teaches you how to think

Steve Jobs

I like coding and to solve different programming tasks.

Projects

  1. CV .......................................................... [ HTML5, CSS3 ]
  2. SamuraiJS Social Network ... [ JavaScript, React.js ]

Code Example

const decodeMorse = morseCode => morseCode
  .trim()
  .split(' ')
  .map(word => word.split(' ')
    .map(letter => MORSE_CODE[letter])
    .join('')
  )
  .join(' ');

Solution for Kata

Tech Skills

  • HTML5
  • CSS3
  • JavaScript
  • GIT
  • React.js

Soft Skills

  • Teamwork
  • Time management
  • Communication
  • Problem-solving
  • Work ethic

Education

Zaporizhzhia National Technical University

International economic relations

September 1999 - June 2004 | Ukraine

Languages

  • Ukrainian (native)
  • Russian (native)
  • English (B1)