Hello everyone.

My name is Aleksandr Bobryshev.

I'm a Frontend Developer.

Download CV
Aleksandr Bobryshev
About Me

About Me

Hello, my name is Aleksandr Bobryshev, and I am a Frontend Developer. I am passionate about creating interactive websites and applications that can improve people's lives.
I have a degree/certificates in Rolling Scopes School (EPAM) and have experience working with JavaScript, TypeScript and React framework. I also have basic knowledge in NodeJS.

I am confident that my combination of skills and experience will enable me to create beautiful and functional websites. I am always eager to learn new technologies and tools to become an even more effective and professional developer. Furthermore, I enjoy working in a team and communicating with colleagues to learn more about best practices in web development and exchange ideas.

I am ready to collaborate with any level of experience and believe that I can contribute to your team. I would be happy to answer any questions and discuss potential opportunities for collaboration. Thank you for your attention.

Professional Skills

Code Example

CodeWars Task:

Every day you rent the car costs $40. If you rent the car for 7 or more days, you get $50 off your total. Alternatively, if you rent the car for 3 or more days, you get $20 off your total.

function rentalCarCost(d) {
            if (d >= 7) {
            return d * 40 - 50;
            } else if ( d >= 3 && d < 7) {
            return d * 40 - 20;
            } else {
            return d * 40; 
            }

Courses

Projects

Contacts

    Education

    • Petrovsky college

      2004-2006

      Petrovsky College, lawyer

      Russia, Saint-Petersburg

    Language:

    • English - A2+
    • Russian - Native