Makarchuk Elena

foto
Contacts
Email 200193@inbox.ru
Telegram t.me
GitHub github.com
LinkedIn linkedin.com

About me

Hi, I'm Elena. I'm 29 years old, I study IT, I'm interested in front-end development


Objective

Looking for a new opportunities as Junior/Trainee Frontend Developer


Skills


Soft Skills

Ability to work in a team, be attentive to details


Experience

LLC Baranovichi food products and сoncentrates combine , Accountant (2014- until now).

Experience that taught me how to manage my time rationally and carry out assignments entrusted to me in time, as well as work in a multitasking mode, be stress-resistant and attentive.


Education

2010-2014 Baranovichi State University, Faculty of Economics and Law, Accounting, analysis and audit.

Now student Rolling Scopes School.

Self-education.


Educational projects


Code example

          
            function validPass(password) { 
                let res = /^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{4,19}$/g.test(password); 
                if (res == true){ 
                    return "VALID"; 
                } else { return "INVALID"
             }; 
            }
          
        

English level

A2 - Pre-Intermediate