My photo

Contacts

Skills

  • HTML5
  • CSS
  • JavaScript
  • Git, GitHub
  • VS Code
  • Excel

Languages

  • Russian - Native
  • Belarusian - Native
  • English - B2

Projects

Darya Dubovik

Junior Frontend Developer

About me

I have over 7 years of experience as a chief accountant. I used to work with financial reports, tax systems, and business operations. I am responsible, detail-oriented, and always follow deadlines. Now I am changing my career to become a frontend developer. I enjoy learning new things and solving problems. I am studying HTML, CSS, JavaScript, and Git. I also practice using Visual Studio Code and GitHub. My goal is to work in IT, where I can combine my logical thinking and strong attention to detail with new technical skills. I am motivated, disciplined, and ready for challenges.

Education

Belarusian State Economic University
Accounting and Economics Faculty
Years: 2008 - 2012
Major subject: Accounting, analysis and audit in industry

Courses

  • HTML Tutorial
  • CSS Tutorial
  • JavaScript Manual
  • RS School «JavaScript/Front-end Pre-School» (in progress)

Code example

                    
function multiply(a, b){
    return a * b;
}