Contact

Gomel, Belarus

Summary

I am a beginner Frontend developer at the beginning of my career. I enjoy learning new technologies, solving practical problems and improving my development skills every day. I actively participate in educational projects and apply modern approaches to developing layouts and interfaces. My goal: to master web development and become part of a professional IT team.

Skills

HTML
CSS
JavaScript
React
Node.js
Git
Figma
Photoshop
Webpack

Code

function nthFibo(n) {
  if (n == 1){
    return 0}
  else if (n == 2){
    return 1}
 
  return nthFibo(n-1) + nthFibo(n-2)
}

Courses

Frontend Developer

2025 - Present

Developing user interfaces for web applications

Projects

In progress

Will be added soon

Education

Software engineer

2009 - 2012

University of Technology

Languages

Russian Native
English Average