my photo

Igor Medvedev

Beginner Front-End developer

Summary

Hello. My name is Igor. I am 30 years old. I graduated from Belarusian State University of Informatics and Radioelectronics. I work as a security system engineer.
I started my journey in studying development on my own. Later I completed the courses at 'Mela Rossa' IT school. I am currently taking The Rolling Scopes School courses.

Education

BSUIR
Electronical security systems
Mela Rossa (courses)
Front-End development
The Rolling Scopes School (courses)
JavaScript/Front-end (in progress)

Skills (basic knowledge)

  • HTML
  • CSS
  • Javascript
  • React JS
  • Git
  • Photoshop

Code example

My code example is Kata from codewars:
function solution(str){
if(str === '') return []
let arr = str.split('')
let arr2 = []
arr.length % 2 !== 0? arr.push('_'): arr;
arr.map((e,i) => i % 2 !== 0? arr2.push(e + ' '): arr2.push(e))
return arr2.join('').trim().split(' ')
}

Languages

Russian: Native
English: A2