Nikita Shutov

Junior Front-End Developer

Contacts

Briefly About Myself

My career started in 2019 in software testing, but I had ideas about website layout, I started doing it on my own, I liked it, and so I decided to go into it more deeply. I began to find a lot of material to study, I constantly learn new things, read and make websites, it seems to me that my desire helps me in this matter.

Skills

  • Web-development: HTML5, CSS3, JavaScript
  • Version control: Git, GitHub
  • Graphics: Adobe Photoshop, Figma

Code example


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

Courses

  • University: Belarusian Trade and Economic University of Consumer Cooperation (accountant-economist)
  • Courses: RS Schools Course «JavaScript/Front-end. Stage 0» (in progress)
  • Udemy: & CSS

Languages

  • English - Intermediate
  • Russian - Native