Photo Andrey Akimov

Contacts

Skills

HTML
CSS
JS
  • Adobe Photoshop, Figma, Corel Draw
  • HTML5, CSS3, SCSS, BEM
  • JavaScript(ES5-6)
  • Knowledge about System Administration
  • English - Intermediate
  • Heigh learning ability
  • Ability to listen
  • Self-discipline
  • Goal-oriented
  • Sociable

English

Andrey Akimov

Front-End developer

About me

I like to create new things, develop a mind, communicate with people, go in for sports, read books, write code. Computers took over my mind early. When I was 7 years old, I was already doing light PC repairs at my mom's work.

Courses

Code

CodeWars
                                    
function brightest(colors) {
    let maxColor,
    colorIndex,
    currentValueColor = 0;
    for (let i = 0; i < colors.length; i++) {
        let color = colors[i],
        r = parseInt(color.slice(1, 3), 16);
        g = parseInt(color.slice(3, 5), 16);
        b = parseInt(color.slice(5, 7), 16);
        maxColor = Math.max(r,g,b);
        if (maxColor > currentValueColor ) {
            currentValueColor = maxColor;
            colorIndex = i;
        }
    }
    return colors[colorIndex];
}
                                    
                                

Projects

Education

  • The Saint Petersburg State University of Aerospace Instrumentation (GUAP SPb)

    I completed an 2-year course at SPb GUAP