photo
CURRICULUM VITAE

GALIA IAKUSHEVA

Front-end Developer
  • location_city Warsaw, Poland
  • phone_iphone +48 572 122 662
  • Denna#2267
  • mail LilithPrimary@gmail.com
  • Telegram
  • GitHub
  • LinkedIn

About me

I'm good at solving algorithmic problems and writing logic.

Can work with typescript, react, RTK, redux, webpack, sass, git, github, figma. Experience in using any of the popular UI libraries for components in React. Function and Class Components. Real experience of work with not ideal real API containing real problems.

If I don't know something needed I'll learn it quickly. I have strong problem solving skill.

Here you can find my projects.

codewars

Skills

    Hard
  • Javascript
  • Typecript
  • React
  • CSS
  • HTML
  • Git, GitHub
  • node.js
  • Jest
    Soft
  • done Critical thinking
  • done Communicative
  • done Teamwork
  • done Problem solving
  • done Quick learning skills
  • done Willingness to learn

Employment History

Prepress layout designer

Advertising agency "Cards", Voronezh

2014 - 2020

Languages

  • ENGLISH B2
  • POLISH A2
  • RUSSIAN native

Education

  • Voronezh Institute of High Technologies (VIHT)

    Engineer's degree 2013

  • Don State Technical University (DonSTU)

    Python courses 2020

  • Rolling Scopes School

    JS/Front-end Developer 2022

Code example

  1. Array.prototype.shuffle = function() {
  2. for (var i = this.length - 1; i > 0; i--) {
  3. var num = Math.floor(Math.random() * (i + 1));
  4. var d = this[num];
  5. this[num] = this[i];
  6. this[i] = d;
  7. }
  8. return this;
  9. }

Projects

X