rsschool-cv

Nikita Korp

Contact information

Phone: +375-33-6218266
E-mail: betaquarius203@gmail.com
Telegram: @fatalist
GitHub: spykius

About Me

I am 28 years old and I’ve been working as a software maintenance specialist in medical center. Now, having some development experience, I want to deepen my knowledge in frontend.
I consider myself a responsible, independent, reliable and accurate person.
There are several goals to me. Firstly, to gain knowledge, skills and practical experience in front-end development. Secondly, temporarily become part of a large community, work with other people and improve communication skills.

Skills

Code example

Task from CODEWARS:
Get the Middle Character: You are going to be given a word. Your job is to return the middle character of the word. If the word’s length is odd, return the middle character. If the word’s length is even, return the middle 2 characters.

function getMiddle(s){
  return (s.length % 2 == 0) ? s[(s.length / 2) - 1] + s[s.length / 2] : s[(s.length - 1) / 2];
}

Work Experience

Education

English Language