Skip to content
View asmyshlyaev177's full-sized avatar
💭
Working...
💭
Working...

Block or report asmyshlyaev177

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

Hi there 👋

Alex - Frontend Developer

  • Specialization: Typescript/JavaScript + React development
  • Core Skills: React expertise
  • Technologies: Next.js, React-router, Tailwind CSS, Hooks, forms, Graphql, etc
  • Testing: Unit and integration testing with Playwright, Jest.
  • DevOps mindset and CI/CD
  • Couple of open source projects

GitHub User's stars

Your Repository's Stats

trophy

Coding with

icon
React
icon
TypeScript
NextJS
NextJS
tailwind
Tailwind

Git React Router Jest Testing-Library Playwright cypress Webpack Linux Stack Overflow

TypeScript JavaScript HTML5 CSS3

Redux

Landing page

Pinned Loading

  1. state-in-url state-in-url Public

    Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g.numbers will be decoded as numbers not strings. With TS validation. Shared st…

    TypeScript 375 9

  2. react-horizontal-scrolling-menu react-horizontal-scrolling-menu Public

    Horizontal scrolling menu component for React.

    TypeScript 785 103

  3. tic-tac-toe tic-tac-toe Public

    TypeScript

  4. Custom MaterialUI style Select writt... Custom MaterialUI style Select written with TDD.
    1
    /* eslint-disable cypress/no-unnecessary-waiting */
    2
    import React from 'react';
    3
    import { ThemeProvider } from '@material-ui/core/styles';
    4
    import CssBaseline from '@material-ui/core/CssBaseline';
    5
    import { Popper, Paper } from '@material-ui/core';