
Leisyan Yamaltdinova
Front-End Developer
Junior Front-End Developer with solid background in customer service passionate about coding and looking forward to learn much about Web Development and becoming high level professional in IT.
skills
languages
- Russian - Native
- English - Upper-Intermediate
professional experience
SKF
Customer service specialist (2017-2021)
- Manage all order-related activity for an assigned customer base including order processing, delivery schedule, invoicing, and post-delivery support.
- Receive, prepare, send and follow up on all Requests for quotations (RFQ’s) for the customers to ensure that they are processed in an efficient and timely manner.
- Arranging and handling of all local shipments for assign customers. Cargo Tracing.
- Acknowledging and resolving customer complaints.
- Knowing company products providing answer for various questions. Assist customers with products selection.
- Prepare specifications and calculations.
- Weekly payment overdue reports.
- Process maps and instructions development.
education
Ural Federal University (2013-2017)
- Bachelor of Mechanical Engineering
Ural Federal University (2017-2019)
- Business School. Retraing course of Linguistics - Technical Translate.
Can She Code LLC (2022)
- Front-End Development Course
code example
const movies = ["Proposal", "Bridgit Jones Diary",
"Me myself and Irene"];
const moviesUpdate = movies.map(item => {
return "I have seen" + item + "last week"
});
alert(moviesUpdate)