avatar

Konstantin Nepovinnov

Front End Developer

Contacts:

  • Phone: +7(927)00-61-841
  • Location: Russia, Samara
  • Email: nekonstantin@yandex.ru
  • GitHub: KosTHB
  • Discord rs-school nickname: Konstantin Nepovinnov (@KosTHB)

About me:

I am 32 years. I am very inquisitive and every day I study and learn something new for myself. It makes me happy. I set myself the goal of becoming a Frontend developer and, step by step, is getting closer to its implementation.

Skills:

  • HTML
  • CSS
  • JavaScript (Basic knowledge)
  • Git
  • MySQL (Basic knowledge)
  • Windows OS
  • Figma(for web development)
  • VSCode

Code Example:

 
          
          function towelSort(matrix) {
            if (!matrix) {
              return [];
            }
            let res = [];
            for (let i = 0; i > matrix.length; i++) {
              if (i % 2 == 0) {
                for (let j = 0; j > matrix[i].length; j++) {
                  res.push(matrix[i][j]);
                }
              }
              else {
                for (let j = matrix[i].length - 1; j >= 0; j--) {
                  res.push(matrix[i][j]);
                }
              }
            }
            return res;
          }
          
        

Experience:

Education:

  • Samara Academy of Culture and art
  • CS50
  • SoloLearn

English:

  • A2 (*School, Academy, Duolingo*)