Hanna Kuzmiankova

Junior Front-End Developer

Contact Information

About me

After graduating from university, I worked as an accountant in a bank for 4 years. In this direction, in such a short time, I achieved a certain growth and realized that I want to try myself in another area. At the moment, the IT sphere is a promising industry all over the world. Therefore, I would like to realize my potential in IT and contribute to the development of the Javascript community.

Skills

  • HTML
  • CSS
  • JavaScript
  • Git/GitHub
  • Testing and Debugging

Code example

                        
function bubbleSort(array) {
    for (let i = 0; i < array.length; i++) {
        for (let j = 0; j < array.length - i - 1; j++) {
            if (array[j + 1] < array[j]) {
                [array[j + 1], array[j]] = [array[j], array[j + 1]];
            }
        }
    }
    return array;
}
                        
                    

Work experience

  • JSC Belagroprombank (apr. 2014 - mar. 2018) accountant of department of intrabank operations

Education

  • Sukhoi State Technical University of Gomel (2010-2014)
  • Economy and Management
  • Udemy Course “Software testing from scratch to specialist” 09.2023-11.2023;
  • Clevertec “System Analysis Course” 05.2024-07.2024;
  • Udemy Course “100 Days of Code – 2024 Web Development Bootcamp” 08.2024-12.2024;

Languages

  • Russian - Native
  • English - B1
  • Polish - A1