• About me
  • Skills
  • My code
  • Education
  • Contacts
  • Languages
  • Projects
  • Hobbies
Photo

Inna Kobiak

Junior Front-End Developer

CONTACTS

  • Location: Poland, Warsaw
  • +48 (88) 309 91 90
  • inki.krik@gmail.com
  • Link to my GitHub

SKILLS

  • HTML

  • CSS

  • JS

  • GIT

  • Figma

  • Photoshop

LANGUAGES

  • Russian: Native
  • Polish: A2+
  • English: A2+

About me

I've got very good soft skills, and I'm excellent team worker. I hope, that I will be fantastic Front-End Developer, when I finish my course at Rolling Scope School.

Education and courses

  • Introduction to programming (Language Java Script) on the Hexlet course
  • Code basic: HTML
  • Code basic: CSS
  • Git video courses on YouTube channel

My code

          const Square = (num) => {
           const result = num*num;
           return result;
          }
               
          const SumOfSquares = (a, b) => {
           const result2 = Square(a) + Square(b);
           return result2;
          }
               
          const SquareSumOfSquares = (c, d) => {
           const result3 = Square(SumOfSquares(c,d));
           return result3;
          }
                  

My projects

Link to my project Link to source

Hobbies

  • Politic news
  • Articles about IT
  • Music
Link to my GitHub

2021

logo