Hello and welcome!
I'm Katerina Zhadko
Email: | katerinkaj@icloud.com |
Phone: | +375296000150![]() |
Address: | Republic of Belarus, Minsk city |
Skype: | katerinkaj |
Summary
I am living in Minsk and working in IT. I graduated from the Belarusian State Economic University and spent most of my working life in finance, including IT company.
But, as it happens, at some point I wanted to change my life and try myself in a different profession.
Technology has always fascinated me.
I got the opportunity to get a second education on the basis of my first higher education and I chose the IT sphere.
We studied many different disciplines and I tried different languages and technologies as Php, SQL, FoxPro, C# and some others, but I was fascinated by the world of the front-end, with its bright colorful world full of colors. Yes, it is changeable and you should always keep your finger on the pulse, but this is what makes it interesting.
Skills
Languages and technologies
- JavaScript
- HTML5
- CSS3
- SQL
- Node.js
Frameworks and libraries
- WPF
- React
- Material UI
- Youtube API
- Moment.js
Tools
- Photoshop
- Figma
- Jira
- GIT
- Webstorm
- SQL DB
Experience and foreign languages

2020 - till now :working as a front-end developer

English:
B2
Polish:
A1
Education

Belarussian State Economic University (economy and trade management faculty)
University of retraining on the basis of higher education (degree in software engineering)
Code
function nicknameGenerator(name){
if (name.length<=3) {
return "Error: Name too short";
}
const symbols = name.split('');
if ('aeiou'.includes(symbols[2])) {
return name.slice(0, 4);
} else {
return name.slice(0, 3);
}
}
console.log(nicknameGenerator("Robert")); //=> "Rob"
console.log(nicknameGenerator("Douglas"); //=> "Doug"
console.log(nicknameGenerator("Bu"); //=> "Error: Name too short"
Projects

Memory game
Find all cards with the same picture as soon as possible
[ HTML5, CSS3, JavaScript ]

Piskel clone
Draw, paint, choose color, add frames, run animation.
[ React, HTML5, CSS3, JavaScript ]

Photo-stock
Find and download photos and images
[ HTML5, CSS3, JavaScript, API ]

Portfolio
Portfolio for photographer: photos, videos, etc.
[ HTML5, CSS3, JavaScript ]

On-line Clock
Clock and date for: Minsk, Tokyo, New York
[ HTML5, CSS3, JavaScript ]

Chat
Chat room with possibility to login and logout
[ React, Moment.js, Material UI ]