rsschool-cv

Uliana K

About me

Biomedical scientist transitioning into frontend development, after 10 years of research experience — analytical thinking, problem-solving, and attention to detail — to build clean, efficient, and user-friendly web applications. Passionate about combining precision from science with creativity in coding. Fast learner, eager to grow in tech and contribute to impactful projects.

Skills

  1. HTML
  2. CSS
  3. JS
  4. Basics of React
  5. Git
  6. Adobe Photoshop

Code samples

function reverseCase(string) {
let res = [];
    for (let i=0; i < string.length; i++){
        if (string[i+1] && string.charCodeAt(i) == string.charCodeAt(i+1)){
            res.push(i, i+1);
        }
    }
    let res1 = [...new Set(res)]
    let newStr = string.split('');

    for (let j=0; j < res1.length; j++){
       if (newStr[res1[j]].charCodeAt(0) < 91){
        newStr[res1[j]] = newStr[res1[j]].toLowerCase();
       } else {
        newStr[res1[j]] = newStr[res1[j]].toUpperCase();
       }
    } 
  return newStr.join('');
}

Work experience

Uber

Pulse

Minesweeper

Education

  1. Moscow Institute of Electronic Technology, Zelenograd (Bachelor’s degree) Faculty of Electronics and Computer Technology, Design and Construction of Integrated Circuits
  2. Moscow Institute of Electronic Technology, Zelenograd (Master’s degree) Faculty of Electronics and Computer Technology, Biomedical Engineering
  3. “Product Manager in Healthcare”, from 20.11.2023 to 29.03.2024
  4. “Development of Medical User Interfaces”, from 05.05.2023 to 05.06.2023.

English

Intermediate