CV

photo

Pliakhnevich Mikhail

Location: Minsk

Contact:

  • phone number: +375-33-687-63-09
  • Email: mishaplxx@gmail.com
  • Linkedin

ВГУ им. П.М. Машерова (2016-2018)
faculty: mathematics and information technology
specialty: computer security

ОАО “Интеграл” position: QA engineer(medical equipment)
inspection of medical devices
finding bugs in soft
writing technical documentation

Skills:

  • HTML5
  • CSS3
  • sass(scss)
  • БЭМ
  • ООП
  • JS
  • PhpMyAdmin
  • MySQL
  • low knowledge :Python, Python Django
  • Git
  • Gulp
  • Document flow
  • Figma, Photoshop CC

Quality:

  • Attentiveness
  • Sociability
  • Perseverance

Language:

English: A1

Courses:

Програмирование на Python

Code exemple:

                  
                    function factorial(n)
                    {
                      if (n < 0 || n > 12) {
                        throw new RangeError();
                      }
                      if (n == 0) {
                        return 1;
                      } else {
                        return n != 1 ? n * factorial(n - 1) : 1;
                      }
                    
                    try {
                      throw new RangeError();
                    } catch (e) {
                      if (e instanceof RangeError) {
                        return RangeError
                      }
                    }
                      }
                  
              

About me:


I have experience in programming Python, PHP, jQuery, JavaScript, as well as working with MySql databases and working in graphic packages such as Photoshop and Adobe Illustrator. I have developed various user interfaces such as multi-page sites, landing pages. I also have experience in back-end development - writing php scripts and working with databases. I’m always investigating new areas of programming. Gain additional knowledge of new technologies, approaches, and apply them in practice. Never stop learning. I’m a real team player and also can work individually. I’m attentive to details. I don’t afraid of non-standard situations, overtimes. I’m very responsible about quality of my work, always meet deadlines. My main goal is to grow as a Front-end developer.