Junior Developer Resume

Main part of resume

Work experience

Freelance

January 2021 - current time

Сonvert the designs from the designer into HTML and CSS. Create adaptive web-site.

Engineer of quality control

2013- September 2020

JSC "Savushkin product"

Preparing documents about confirmation products to requirements. Work in a big company with communication with other departments.

Education

2019-2020

Rolling Scope School

JS/Front-End

2018-2019

HTML Academy

HTML, CSS, JS

2008 - 2013

Belorussian State Technological University

Physical and chemical methods of product certification

Languages

  • Russian (native)
  • English (B1)

Professional skills

  • HTML
  • Git
  • CSS, SASS, LESS
  • JavaScript
  • Pixel-perfect, BEM
  • React basics

Code example

                
                    let deepCount = (a) => {
                        let result = 0;
                        a.forEach(el => {
                          result ++;
                          if (Array.isArray(el)) {
                            result += deepCount(el);
                          } else {
                            return;
                          }
                        });
                        return result;
                    };
                
              

My projects