rsschool-cv

Anna Rachlina

Minsk, Belarus | ann.raxlin@gmail.com | LinkedIn | Telegram: @anarakhlina

Throughout my four years at Belarussian State University, I developed great problem solving skills and obtained knowledge in computer science and mathematics. I have strong command of programming languages like C++, HTML, JavaScript, React, Python and SQL and continue to expand my coding experience by taking courses in my free time. My passion towards JavaScript led me to studying React, so I started working as a React Frontend Developer, where I gained some considerable work experience, ability to work well in a team and great communication skills.

Education

2018-2022 BELARUSSIAN STATE UNIVERSITY, Faculty of Applied Mathematics and Computer Science Bachelor’s degree in Computer Security

Skills

Industry Knowledge

Languages

Code Examples

JavaScript

const Web3 = require('web3');
let web3 = new Web3(Web3.givenProvider || "ws://localhost:8545");
const promise1 = new Promise((resolve, reject) => {
    setTimeout(() => {
      resolve('foo');
    }, 300);
  });
  
  promise1.then((value) => {
    console.log(value);
  });
  
  console.log(promise1);

Work Experience