Giter Site home page Giter Site logo

nodejs-file-manager's Introduction

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


nodejs-file-manager's People

Contributors

victordobryi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.