Brief information about myself
I was a content manager of few online shops (support and filling). Also I am a blogger on Instagram (about 30 thousand subscribers, Ukraine). I love creating advertising campaigns. After the war in Ukraine I had to move from Kyiv to Canada.
Contacts
- Location: T4N, Red Deer, Alberta, Canada
- email: sandyrud.com@gmail.com
Skills
- Strong Knowledge of Google Adwords, Adsense, Analytics
- Basic Knowledge of HTML, JS, CSS
- Hobby: Homestyler (interior design)
Code Example
function formatDate() {
let now = new Date();
let days = [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
];
let dayW = days[now.getDay()];
let hours =
now.getHours() < 10 ?
"0" + now.getHours() : now.getHours();
let minutes =
now.getMinutes() < 10 ?
"0" + now.getMinutes() : now.getMinutes();
let fullDate = `${dayW} ${hours}:${minutes}`;
let dataReload = document.querySelector("#day-today");
dataReload.innerHTML = `${fullDate}`;
}
formatDate();
Project Example
There are my projects - GitHub
Education
- Master’s degree in Medical Devices and Systems
- Basic level in SheCodes courses
- 10 years in Advertising
- I had been learning Java Script for few weeks
English Level
I have B2 English level. In Canada I got my assessment with such scores:
- Speaking: 6 / 8
- Listening: 5 / 8
- Writing: 5 / 8
- Reading: 8 / 8