Skip to content
View victordobryi's full-sized avatar

Block or report victordobryi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
victordobryi/README.md

Header

Hi there 👋

Viktar Kasilkin

Frontend Developer


Skills and Proficiency

React JavaScript TypeScript HTML CSS REDUX SASS Formik React-Hook-Form Figma Webpack Git Jest React-Testing-Library


About me:

I started programming in 2020. Front-end developer with a technical background. Stack: React/Redux, TS, JS. Creating web and mobile applications. Support, optimization, troubleshooting and improvement of websites and applications from concept to deployment. I have a great desire to develop, improve my skills and benefit the company. Able to effectively independently manage independent projects, as well as collaborate in a team environment.


Work experience:

Freelance (February 2021 - current)

  • Development of various applications and websites
  • using React, Redux, TypeScript, Javascript, Material UI
  • Interaction and processing of data from the server using FetchAPI, Axios, GraphQL
  • Used Jest to writing Unit tests
  • Cross-browser and adaptive layout
  • Refactoring of someone else's code
  • Editing of existing site pages
  • Implemented new features and more

Education:

Graduated from the Belarusian State University of Transport (07-2020)


Code example:

A function that returns a random color: getRandomColor() // ##B92183

const getRandomColor = () => {
  const letters = "0123456789ABCDEF";
  let color = "#";
  for (let i = 0; i < 6; i++) {
    color += letters[Math.floor(Math.random() * 16)];
  }
  return color;
};


Courses:

Course Date
Rolling Scopes School (JS/FE 2020Q3) 09/2020 - 02/2021
Rolling Scopes School (JS/FE 2021Q1) 12/2020 - 07/2021
Rolling Scopes School (REACT 2021Q3) 07/2021 - 10/2021
Rolling Scopes School (REACT 2022Q1) 04/2022 - 07/2022

Contact information:

Phone: +375445339728

E-mail: [email protected]

Telegram: @victordobryi

My personal website

Linkedin


Popular repositories Loading

  1. basic-js basic-js Public

    Forked from AlreadyBored/basic-js

    JavaScript

  2. typical-arrays-problems typical-arrays-problems Public

    Forked from rolling-scopes-school/typical-arrays-problems

    JavaScript

  3. rs-lectures rs-lectures Public

    Forked from ToshaBely/rs-lectures

    JavaScript

  4. human-readable-number human-readable-number Public

    Forked from rolling-scopes-school/human-readable-number

    JavaScript

  5. towel-sort towel-sort Public

    Forked from rolling-scopes-school/towel-sort

    JavaScript

  6. reverse-int reverse-int Public

    Forked from rolling-scopes-school/reverse-int

    JavaScript