Phone: +7 705 814 22 15
E‑mail: ivan.tyapkin78@gmail.com
Telegram: @gemstonasia
LinkedIn
My site
Having started my career as a customer manager in a sales company with minimal skills,
I grew into a sales team leader within the same company.
My growing interest in creating web pages led me to a position as a Technical Support Manager
in an IT company, where I continued self-learning and exploring web technologies.
Three years ago, I became passionate about retouching.
I mastered various retouching techniques, learned to work with a graphic tablet,
became an advanced Photoshop user, and found my first job as a retoucher.
Since then, I’ve been working remotely, which gives me more flexibility and time to focus on professional development.
I’m currently studying Frontend Development and find it inspiring because of its creative nature
and endless potential for growth.
I believe my curiosity, adaptability, and strong self-learning skills will help me become a proficient Frontend Developer.
Peak array index kata (CODEWARS):
We need a function that can transform a string into a number. What ways of achieving this do you know?
const stringToNumber = function(str){ return Number(str) }