rsschool-cv

  1. Roman Oliinyk ;
  2. Contact info: Email - inthewavves@gmail.com Telegram - @HickKick ;
  3. My goal is to become a front-end developer and grow in this direction! It is important for me to work in a good team, to get experience in interesting projects, to have a good sense of humor and to take from life all the best that it has to offer me! I studied at the Odessa National Academy of Food Technologies at the Faculty of Information Technology and Cyber Security. After graduation, I served in the army. At the moment I want to continue my career growth in the IT field ;
  4. HTML5 CSS3 , Bootstrap ;
  5. Bubble sort:

         const bubbleSort = arr => {
         for (let i = 0, endI = arr.length - 1; i < endI; i++) {
             let wasSwap = false;
             for (let j = 0, endJ = endI - i; j < endJ; j++) {
                 if (arr[j] > arr[j + 1]) {
                     [arr[j], arr[j + 1]] = [arr[j + 1], arr[j]];
                     wasSwap = true;
                 }
             }
             if (!wasSwap) break;
         }
         return arr;
     };	
    
  6. passed courses on the codecademy “html” “css”, Netology “the basics of html css”, Prometheus “basics of Web UI development” ;
  7. Bachelor degree, specialist in information technology ;
  8. My English level is a A2, but i still work on it! ;