rsschool-cv

Maria Zhiharko

Contacts

Email: zhikharko04@gmail.com

Phone: +375 29 818-23-77

Telegram: @maria_zhiharko

Linkedln: maria_zhiharko

GitHub: Wertuyrw

Summary

A motivated and analytical IT specialist with a background in Applied Mathematics and professional experience as a System Administrator. Proficient in the fundamentals of Linux/Windows administration, network protocols, and scripting. Actively developing skills in frontend development (HTML, CSS, JS). I am looking for a challenging role where I can combine my problem-solving abilities, systems knowledge, and programming skills to tackle complex technical challenges.

Skills

Work Experience

System Administrator

august, 2025 - Present

Code Example

Sentence Smash from Codewars

Write a function that takes an array of words and smashes them together into a sentence and returns the sentence. You can ignore any need to sanitize words or add punctuation, but you should add spaces between each word

function smash (words) {
   return words.join(' ');
};

const wordsArray = ["Hello", "world", "this", "is", "a", "test"];
const sentence = smash(wordsArray);
console.log(sentence);

You can find examples of my work and personal projects on my GitHub profile: Wertuyrw.

Education