Photo

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.

ITB

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

    HTML 5

  • html

    CSS 3

  • html

    GIT

  • html

    FIGMA

Lerning:

  • html

    JS

Other skills:

  • html

    Belarus
    Native speaker

  • html

    Russia
    Native speaker

  • html

    English
    A1

Portfolio

My future projects