profile picture

Misha Doronina

Junior Frontend Developer

Contacts

  • Phone: +7(999)112-32-20
  • E-mail: mishadoronina@gmail.com
  • Discord username (RS School server): delta (@deltamishh)
  • Telegram: deltamish

About myself

I have always loved the idea of integrating my interest in English and desire to create something visible with my own hands into my job. Along with my motivation to understand the reasons behind mistakes in any particular task, this was a key reason why i chose Frontend and JavaScript developing. My perseverance and lidership skills are my key strengths. I enjoy discovering something new and improving my skills.

Skills

  • HTML basics
  • CSS basics
  • VS code

Code example

Task from codewars.com: Convert boolean values to strings ‘Yes’ or ‘No’.


                    function boolToWord( bool ){
                        if (bool === true) {
                            return "Yes";
                        } else {
                            return "No";
                        }
                    }
                

Education

  • State Academic University for the Humanities, Management, bachelor
  • HTML Academy (in progress)
  • RS School Course «JavaScript/Front-end. Stage 0» (in progress)

My projects

This CV is my first project

English

  • Intermediate (B1)
  • I have practiced English while travelling abroad and have improved it communicating with native speakers in informal situations.