ALIAKSEI BIASPALY

Front-End developer

About Me

photo

I am a hard working, honest individual. I am always willing to learn new skills. I am friendly, helpful and polite, have a good sense of humour. I am able to work independently in busy environments and also within a team setting. I am outgoing and tactful, and able to listen effectively when solving problems.

Skills

  • HTML5, CSS3, BEM
  • Git and Git workflow
  • JavaScript ES5/ES6
  • React.js (Redux)
  • Figma
  • English level - Pre-Intermediate

Code Example

const isPalindrome = (str) => {
              let strReverse = str.split('').reverse().join('');
              return strReverse == str ? 'yes' : 'no';
            };
            let str = 'abcdedcba';
            const strPolindrome = isPalindrome(str);
            console.log(`Палиндром - ${str}? ${strPolindrome}`);
          

Education

2013

Gomel State Engineering College

Electronics Technician

2016

SUKHOI STATE TECHNICAL UNIVERSITY OF GOMEL

Industrial Electronics

2021

SENLA

Front-End Web Developer With React

Contact Info