Alina Husarava

About me

Personal skills

Purposeful, punctual, responsible, hardworking, ability to make quick decisions, constant self-improvement.

Previous place of work

2014-2015: RUE «Belmedpreparaty», pharmaceutical sales representatives

2014: Ambulance stations medical care, emergency physician

2015-current time: Ambulance stations medical care, senior emergency physician

Experience gained at the previous place of work

Teamwork, training, mentoring, public speaking, solution of organizational issues and administrative work.

Skills

Landing pages by using:

  • HTML
  • CSS
  • JS
  • GitHub
  • Figma/Photoshop

Some code


  function decode(expr) {

    if (expr.length % 10 !== 0) {
        return false;
    }
    else {
        let arr = expr.match(/.{1,10}/g)
        .map(i => i.replace(/11/g, '-').replace(/10/g, '.')
        .replace(/00/g, ''))
          .map(function (i) {
            if (i !== '**********') {
               return i = MORSE_TABLE[i]
               } else {
                 return i = " " } })
                 .join('')

        return arr;
    }
}

My projects

Education

2007-2013: Belarusian State Medical University

Faculty of General Medicine

2013-2014: Internship

Emergency medicine

2021- current time: Rolling Scopes School

"JS / FRONT-END. STAGE 0"

Studying in "JS / FRONT-END. STAGE 1"

Self-education

Books, simulators, videos.

English

A2+

. . . . . . . . . . . . .

B1

Studied English at school and at medical university.