foto

Tatsiana
Bandelikova

Junior Frontend Developer

Summary

I'm an entry-level frontend developer who wants to learn new skills and is motivated to work hard. Thanks to my previous work experience I know how to plan my schedule responsibly and meet deadlines. I'm patient and diligent in work and study.

A career in this profession gives a possibility to work remotely and constantly improve your skills. I'm ready to develop further in a new field as part of a team of active and passionate specialists.

Skills

Contacts

Aducation and Courses

Code Example

Bit Counting Kata from Codewars:Write a function that takes an integer as input, and returns the number of bits that are equal to one in the binary representation of that number. You can guarantee that input is non-negative.

const countBits = function(n) {
return n.toString(2).split('').filter(i => i == 1).length;
};

Experience, Educational projects

English level

Intermediate (B1)

english level img