rsschool-cv

Svitlana Mikheieva

Contact Information


About Me

I am a beginner front-end developer with a strong desire for professional growth. Although I have no commercial experience yet, I have successfully completed several educational projects and continue to improve my skills daily. I strive to create clean, responsive, and user-friendly interfaces. I’m also expanding my knowledge in databases and DevOps to be a more versatile developer.


Skills


Projects

Online Store (Training Project)

An educational multi-page online store website. Users must register to place orders. A password is sent by email to access the personal account. The personal account includes order history and user data (editing not yet implemented).

Implemented Features:

🔗 Live site: new-my-shop.onrender.com 🔗 GitHub: github.com/SvetlanaForte-2000/new-my-shop


Code Example

// Function to create a safe file name
const sanitizeFileName = (name) => {
  return name
    .replace(/[\s\W_]+/g, "-") // Replace spaces and special characters with dashes
    .replace(/^-+|-+$/g, "") // Remove leading and trailing dashes
    .toLowerCase(); // Convert to lowercase
};

Education & Trainings

1995–2000 — DGFEC (Dnipro State Financial and Economic Institute), Faculty of Enterprise Finance

2002–2005 — Professional development in accounting

IT Courses — SoftServe Academy


Languages