rsschool-cv

Nataliia Shmatenko

Contact Information

Brief Self-Introduction

I am a motivated and detail-oriented Frontend Developer. I enjoy solving challenges, learning new technologies, and applying best practices in React and Vue development.

Skills

Code Examples

Example from Codewars (solution in JavaScript):

// Function that returns true if string is a palindrome
function isPalindrome(str) {
  const clean = str.toLowerCase().replace(/[^a-z0-9]/g, "");
  return clean === clean.split("").reverse().join("");
}

Work Experience

Education

Language