Natalia Hendrykava

photo

Contacts

About me

I am beginner Front-End Developer now living in Warsaw, Poland. Making web pages gives me a lot of satisfaktion and joy. I very like this feeling when I open my project and everything works as I wanted. Programming challenges me to make intellectual effort and is very developing. I would like to find a job as junior Front-End Developer in near future.

Skills

  • HTML5, CSS3
  • JavaScript (Basic)
  • Git, GitHub
  • VS Code
  • Figma (Basic)

Code Example

                
const encrypt = (letter) => {
    let result = '';
    for (let i = 0; i < letter.length; i += 2){
    const secondSymbol = letter[i + 1] || '';
    result = `${result}${secondSymbol}${letter[i]}
        }
    return result;
               
            

Experience

Education

  • Belarusian State University, Minsk - Psychology and social work

Courses

Languages

  • English - B1
  • German - B1
  • Polish - C1
  • Russian - native