rsschool-cv

Curriculum vitae for RS School

My name is Aleksandra Bodnar.

Contacts:

Solution:

function solution($str) {

  if((strlen($str) % 2) !== 0)
    $str .= "_";
  
  return empty($str) ? [] : str_split($str, 2);
}

Experience

I worked as a backend PHP-programmer for Bitrix and Bitrix24.

Education

Higher education of the Immanuel Kant Baltic Federal University, majoring in Business Informatics. In 2020, she took courses from the W3C on edX, called “Front-End Web Developer (FEWD) Professional Certificate”

Languages