Skip to content
View ruslanthestuffy's full-sized avatar
🚀
Progressing
🚀
Progressing
Block or Report

Block or report ruslanthestuffy

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
ruslanthestuffy/README.md

Hi My name is Ruslan Makaev

Ima Frontend magician ( v v )

Work as a web-engineer (more time as Frontend) for 4 years. Started when I was a student. Meticulous to both user and developer experience: Quality, Convenience and Understandability of the code Like to talk with people, go to a gym, swimming, photography, to make music, to play games

  • ✉️  You can contact me at [email protected] or Telegram (preferred)
  • 🚀  I'm currently working on Magic Square
  • 🧠  I'm learning infrastructure stuff, Back End, and hone my FE skills

Skills

JavaScript TypeScript React NextJs Sass Webpack Redux HTML5 NodeJS Express GraphQL NestJS MongoDB MySQL Figma Web3Js

Socials

Pinned

  1. report-constructor report-constructor Public

    Forked from rmakaev/report-constructor

    Hackathon case winners project

    TypeScript

  2. managment-system-demo managment-system-demo Public

    Demo management system app (not finished)

    TypeScript

  3. react-ts-stopwatch react-ts-stopwatch Public

    Online stopwatch based on ReactJS & TypeScript

    TypeScript

  4. Form Example (React + TypeScript + Yup) Form Example (React + TypeScript + Yup)
    1
    import { FC, Fragment, useState } from 'react';
    2
    import * as yup from 'yup';
    3
    import { yupResolver } from '@hookform/resolvers/yup';
    4
    
    
    5
    import { SubmitHandler, useForm } from 'react-hook-form';
  5. Button Example (TypeScript + React) Button Example (TypeScript + React)
    1
    import { FC, ComponentProps, forwardRef, RefObject } from 'react';
    2
    
    
    3
    import { Loader } from 'components/common';
    4
    import { ButtonSize, ButtonVariant } from 'components/common/Button/types';
    5
    import { sizeMap } from 'components/common/Button/utils';
  6. nestjs-server-example nestjs-server-example Public

    Simple BE example on NestJS

    TypeScript