About me

I am a beginner front-end developer. My goal is to get trained and get a job offer as a junior Front-end developer. In the future, I plan to become a highly qualified specialist. Motivated to learn, grow and contribute to the success of the team through hard work, attention to detail, the ability to find the right information, make important decisions and be responsible for them.

Skills

Educations

2016 — 2018
Postgraduate study of national Academy of Sciences of Belarus (specialty: Powder metallurgy and composite materials)
2015 — 2016
Magistracy of national Academy of Sciences of Belarus (specialty: Mechanical engineering and machine science)
2013 — 2015
The Branch of the BNTU «Institute of Improvement of Professional Skills and Staff Retraining on New Directions of Engineering, Technology and Economy» (Economist)
2010 — 2015
Belarusian National Technical University (Powder metallurgy engineer)

Code

                            
                        
                            let numbers = [12, 5, 8, 1, 3]
                            function sumTwoSmallestNumbers(numbers) {  
                                numbers = numbers.sort((a, b) => a < b ? -1 : 1);
                                return numbers[0] + numbers[1];
                            }
                            console.log(sumTwoSmallestNumbers(numbers));
                        
                    

Project

my project

Languages

Estimated level: A2+