ABOUT ME
Hi there! I'm 28.
I hold a degree in Economics, which gave me strong analytical thinking and a structured approach to problem-solving. However, I’ve realized that I want to move from analyzing spreadsheets to building visual, interactive products. That’s how I discovered Front-end development.
Right now, I’m a complete beginner: learning HTML, CSS, and JavaScript. I don't look for shortcuts, and I’m not afraid of making mistakes. My background in economics taught me discipline and how to focus on achieving tangible results.
My goal is not just to learn the basics, but to become a high-level Front-end developer who builds clean, user-friendly interfaces. At 28, I’m approaching this with full awareness and dedication — I’m ready to put in the hard work to catch up and exceed expectations.
Code Example
document.addEventListener('DOMContentLoaded', () => {
const btn = document.getElementById('show-date');
const out = document.getElementById('output');
// Устанавливаем формат даты
const fmtDate = (d) =>
`${d.getFullYear()}-${(d.getMonth()+1).toString().padStart(2,'0')}-${d.getDate().toString().padStart(2,'0')} ` +
`${d.getHours()}:${d.getMinutes()}:${d.getSeconds()}`;
btn.addEventListener('click', () => {
out.textContent = fmtDate(new Date()); // показываем дату
});
});
Skills
Using now:
-
HTML 5
-
CSS 3
-
GIT
-
FIGMA
Lerning:
-
JS
Other skills:
-
Belarus
Native speaker -
Russia
Native speaker -
English
A1