Cv avatar

Irina Filimonova

Junior Frontend Developer

Contacts 01

Briefly about myself 02

A couple of years ago, I worked as a web designer, then I studied android app development a little, but I liked frontend development the most. So my goal is to learn frontend technology stack and create websites at the highest level.

Skills 03

  • HTML5
  • CSS3
  • JavaScript (basics)
  • Kotlin (basics)
  • Git
  • Github
  • Figma
  • Adobe Photoshop

Code example 04

              
                function cakes(recipe, available) { 
                  const result = [];
                  
                  for (let item in recipe) {
                    if (item in available) {
                      const n = Math.floor(available[item] / recipe[item]);
                      result.push(n);
                    } else {
                      return 0;
                    }
                  }
                  
                  return result.reduce((min, item) => (min < item) ? min : item);
                }
              
            
Codewars task "Pete, the baker"

Completed educational projects 05

  • English Learning Bot

    The bot allows users to add new English words, view their vocabulary list, and receive random words for practice.

  • Recipes App

    Application to store recipes and calculate the amount of ingredients needed to make a given number of servings.

Education 06

  • 2019 — 2025 Ufa University of Science and Technology
    Institute of Nature and Human
  • 2026 Courses of code-basics.com: HTML5, CSS3 and JavaScript;
  • 2026 Course of RS School: JS / Front-end Pre-school (in progress).

Languages 07

  • Russian — native
  • English — A1