photo

Irina Rubis

Web designer

/

No-code web developer

/

Future Front-end developer

Now I work as a web designer and layout designer on no-code platforms as a freelancer.

I have a higher computer education in the field of information security. But I didn’t work in my specialty for a long time.

I really love to learn and achieve high results in my niche.

In my past professional activities, I have repeatedly achieved international awards and statuses.

Now I'm studying front-end development, updating my knowledge acquired at the university and studying new modern tools in development. My main strengths are perseverance, problem solving and quick learning. I want to gain knowledge and skills that will be sufficient for employment in the company.

Skills

  • Basic HTML
  • Basic CSS
  • Basic JS
  • Figma, Pixco
  • other graphics editor app (photoshop, illustration)

Education

  • St. Petersburg State Transport University, 2009,
    Сomprehensive information security of automated systems
  • At present: RSSchool, JS/FE Pre-School 2024Q2
  • At present: Hexlet, Frontend development
  • other graphics editor app (photoshop, illustration)

Code Example

import _ from 'lodash';

const getMenCountByYear = (users) => users
  .filter((user) => user.gender === 'male')
  .map((user) => {
    const year = [];
    year.push(user.birthday.slice(0, 4));
    return year;
  })
  .reduce((acc, year) => {
    const count = _.get(acc, year, 0) + 1;
    return { ...acc, [year]: count };
  }, {});

export default getMenCountByYear;

                    

Experiens

  • 3 years of experience in the company OJSC "Russian Railways" as a leading engineer for working with technical and administrative documentation
  • former founder and leader Rubis Nail Salon
  • International instructor and judge of nail technologies
  • 4 years as a freelancer web designer and progect designer

Languages

  • Russian (native)
  • English (Intermediate)