Oleksandr Koval photo

Oleksandr Koval | Front-end developer


Kyiv, Ukraine

Objective

To obtain a position of Front-end developer

Work experience

MAINSTREAM PR Agency, Kyiv

Sep 2017
Dec 2020
SMM / Digital marketing manager
  • Development and execution of SMM strategies
  • Setting up and implementation of advertising campaigns at Facebook and Instagram
  • Copywriting and visual content creation
  • Cooperation with top Ukrainian mass media, bloggers and influencers
  • Development of landing pages on Tilda and Wix

MAINSTREAM PR Agency, Kyiv

Aug 2015
Aug 2017
Courier

Freelance

Jun 2011
Jan 2016
Site administrator
  • Development and administration of websites on WordPress and Joomla

Qualifications

  • JS
  • HTML, CSS
  • Git
  • Adobe Photoshop/Illustrator/Premiere, iWork, Google docs and MS Office

Code sample (JS)

//Build Tower by the following number of floors (integer and always greater than 0).

const towerBuilder = nFloors => {
  let floors = nFloors;
  let res = [];
  let curFloor = '';
  let repeatSpaces = floors - 1;
  let repeatStars = 1;
  
  while (floors > 0) {
    curFloor = ' '.repeat(repeatSpaces) + '*'.repeat(repeatStars) + ' '.repeat(repeatSpaces);
    res.push(curFloor);
    repeatSpaces = repeatSpaces - 1;
    repeatStars = repeatStars + 2;
    floors--;
  }
  return res;
};

Recent projects

Soft skills

  • Fastlearner
  • Creativity
  • Analytic mindset
  • Commitment
  • Determination
  • Teamwork

Education

Front-end JS

Jul 2021
Oct 2021
RS School

Activate Leadership

Dec 2019
Dec 2019
Wiser 360

Copywriting at Ryba course

Mar 2018
Mar 2018
Svobodnaya. Education platform

SMM course

Sep 2017
Jan 2018
Marketing Business Institute (Ireland)

Master's in System operation and maintenance engineer

Sep 2010
Mar 2016
National Aviation University, Kyiv

Interests

Parenting, Music (Guitar, Bass), Gadgets, Gaming

Languages

  • English — Upper Intermediate (B2)
  • Ukrainian — Native
  • Russian — Fluent