avatar

Nikolai Shvechkov

- Do what you have to and come what may.

- Marcus Aurelius Antoninus, 179 A.D.
location Saint Petersburg, Russia

Contact me via:

Feel free to contact me with a proposals to advance or your ideas or work-together projects!

About me

I've been passionate about technology ever since I received my first computer as a gift at the age of 6. From that moment on, I knew that I wanted to explore the endless possibilities that computers could offer.

I enjoy collaborating with others and believe that building strong relationships is an essential part of creating successful projects.

My goal is to create engaging and user-friendly websites that are visually appealing and easy to use. I'm always learning and exploring new technologies and techniques to stay up-to-date with the latest trends in web development.

Skills

Hard skills Soft-skills
  • JS20%
  • HTML 25%
  • CSS 25%
  • GitHub 20%
  • Git 20%
  • Python 10%
  • Communication85%
  • Assiduty 95%
  • Fast Learning 80%

Code sample

link_iconLink to codewars problem

              
  function rgb(r, g, b) {
    const arr = [r, g, b];
    let hex = '';
    for (let color of arr) {
      color < 0 ? color = 0 : color > 255 ? color = 255 : color;
      hex += color.toString(16).length === 1 ?
      color.toString(16).padStart(2, '0') : color.toString(16)
      }
    return hex.toUpperCase();
    }
              
            

Projects

Momentum - Homage on the famous Google App Momentum

Plants - Gardening shop landing page.

Education info

Moscow Law University

RS School Stage 0 course

Some courses on Stepik platform

Language skills

Russian > Native

English > I have taken the EF SET advance online test and received a link iconC2 Proficient level, although I personally have some doubts about the accuracy of the result.