photo

Konstantin Gusev

Frontend Developer

about me

During my professional activities as a system administrator, I encounter tasks such as commissioning and configuring organizational computing equipment, setting up various software solutions, and maintaining computer networks. These duties necessitate continuous learning through studying new literature, technical documentation for emerging technologies, and conducting online research to find relevant information.

Given my passion for working with software, I have established a clear objective to become a frontend developer. To pursue this ambition, I dedicate my free time to studying relevant literature and video materials.

contacts

  • Phone: +7 (123) 555-00-00
  • Email: Konstantin@gmail.com
  • GitHub: Konstantin-15
  • Telegram: @GK_Vlad
  • Discord: _Konstantin_83

skills

  • HTML / CSS
  • BEM Methodology
  • SCSS Preprocessor
  • JavaScript (basics)
  • Git
  • Figma (for web development)
  • VSCode

code example

Task from CODEWARS: Create a function that takes an integer as an argument and returns “Even” for even numbers or “Odd” for odd numbers.
                            
function evenOrOdd(number) {
    if (number % 2 === 0) {
        return "Even";
        } else {
        return "Odd";
    }
}
                            
                        

Real estate website project using HTML and CSS

Photo

education

  • Electronics College (Software for Automated Systems and Computer Engineering)

languages

  • Russian - Native
  • English - Beginner Level A1