rsschool-cv

Valentina Asepashvili

Location: Brest, Belarus

GitHub: x4gh

Discord: @x4osep

e-mail: x4osep@gmail.com


About me

I am an aspiring frontend developer with a strong motivation to learn and a keen eye for detail. I strive to build high-quality, responsive, and user-friendly web applications. I quickly adapt to new technologies and apply them in practice. For me, clean and maintainable code is just as important as an appealing UI. I embrace challenging tasks as opportunities for growth. My goal is to develop products that solve real user problems and deliver a seamless experience. I’m looking for a team where I can grow professionally while contributing to impactful projects.


Skills


Code example

Task: Create a function that takes an integer as an argument and returns “Even” for even numbers or “Odd” for odd numbers.

Code:

function evenOrOdd(number) {
  return number % 2 === 0 ? "Even" : "Odd";
}

Education


English