My photo

Slava Shchipunov

Junior Front-end Developer

Contacts

  • Krasnoyarsk, Russia
  • Email: shchipunovsd@gmail.com
  • Github: Slava-Shchipunov
  • Discord: Slava#3449

Summary

My goal is to become a senior front-end developer. My priorities: development of my hard and soft skills, implementation of interesting projects, responsible performance of work duties. Perseverance and responsibility are my strengths. I haven’t experience in IT, but I am studying front-end development and want to work in this area in the future.

Skills

  • Web-development: HTML5, CSS3, JavaScript
  • Version control: GIT, Github
  • Graphics: Figma

Code

function toBinary(n) {
    let count = 0;
    for (let i = 0; n >= 1; i++) {
        let y = n % 2;
        count += y * Math.pow(10, i);
        n = Math.floor(n / 2);
    }
    return count;
}

Courses

  • Code Basics - HTML for beginners
  • Code Basics - CSS for beginners
  • Hexlet - Introduction to programming

Projects

It`s my first project: Free landing page

Education

Polytechnic Institute of Siberian Federal University

English

A2 - Elementary