Roman Holzman

Junior Front-end
Web Developer

Roman Holzman hypno-circle

Contacts

Personal

I learn programming from May 2020. I want to become a front-end developer this year. Then I also plan to master the backend: node and python.

Married, have two kids.

I’m stubborn man with a healthy thirst for perfectionism. I enjoy learning and developing my skills and knowledge. I learn quickly and absorb information easily.

If I don't know the answer - I'll find it.

Code example

          
  const validParentheses = (parens) => {
    let balance = 0;
    const array = parens.split('');
    for (let i = 0; i < array.length; i++) {
      if (array[i] === '(') {
        balance++;
      } else {
        balance--
      };

      if (balance < 0) {
        break;
      };
    };
    return balance === 0;
  };
          
        

Skills

Front-end

  • HTML, CSS, core JS
  • React, Redux
  • Sass, Less, BEM
  • NPM, Git, Console, Gulp, Webpack
  • Figma, Photoshop, Illustrator
  • OOP

Also

  • Python (basic)
  • Marketing, SEO, Contextual advertising
  • Tilda

Experience

Education

Languages