"

Alexander Moshnitsky
Junior Front-End Developer

Contact Info

education

  • 2008-2014

    Master Degree in Religion Studies

    Astafiev's KSPU

  • Jan 2022- May 2022

    Head of the organization of Culture and Art (retraining)

    Razvitie Plus Novosibirsk

Languages

  • English (fluent)
  • Russian (native)
  • Georgian (beginner)
  • Polska (beginner)

Profile


Former theater manager. I have experience in developing scripts for the Operation Flashpoint \ Armed Assault engine 10 years ago.
Seeking for new knowledges and improving what I already have.

Experience

2017 - February, 24th of 2022
Khvorostovkiy's Krasnoyarsk State Theater of Opera and Ballet

Touring manager

Created from scratch a remote schedule of tours and theater trips
with access via a QR code.

Hard skills

  • HTML
  • CSS
  • Javascript
  • Figma

Code Example


                let userName = prompt("Who's there?", '');
                
                if (userName === 'Me') {
                
                  let pass = prompt('Password?', '');
                
                  if (pass === 'qwerty12345') {
                    alert( 'Good morning boss!' );
                  } else if (pass === '' || pass === null) {
                    alert( 'Access denied!' );
                  } else {
                    alert( 'Wrong password!' );
                  }
                
                } else if (userName === '' || userName === null) {
                  alert( 'Cancelled' );
                } else {
                  alert( "I don't recognise you!" );
                }
                

RSSchool