my-image

Sviatoslav Berezhnyi

_________

Junior Front-End Developer

Contacts

Summary

l like programming. It is fascinating and intresting. I am a student, programming
is just a hobby for me. I have completed several trainung projects and now i would
like to take part in the creation of a real JavaScript project. My goal is to learn a pure
Javascript at a good level and learn the React libary. I will be glad to join the creation
of open source projects. I would like to work under the guidance of an experienced
developer to gain practical experience.

Skills

  •  Web-development: HTML5, CSS3, JavaScript
  •  Frameworks and libraries: React
  •  Version control: GIT, Github
  •  Graphics: Figma

Code

function factorial(n) {
   if(n < 0) return null;
   if (n<=1) return 1;
   return n * factorial(n-1);
}

Courses

  •  Hexlet JavaScript for beginner-
  •  LoftSchool - Comprehensive training JavaScript
  •  Udemy - Web Development By Doing: HTML / CSS
  •  Udemy - React + Redux - Professional Development

Projects

  •  Hexal
  •  Presentation
  •  Piskel-Clone
  •  Culture-Portal

Education

Certificate of basic secondary education

English

B1 - Pre-Intermediate