Skip to content
View myavzur's full-sized avatar
⚠️
⚠️

Block or report myavzur

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
myavzur/README.md
// TODO: Make It better!
export const userConfig = {
  country: 'Russia, Orel',
  languages: ['ru', 'en'],
  technologies: {
    common: {
      languages:    ['javascript', 'typescript', 'html', 'css', 'php'],
      bundlers:     ['webpack', 'gulp', 'vite', 'docker'],
      misc:         ['ejs', 'handlebars']
    },
    frontend: {
      frameworks:   ['react', 'next', 'vue', 'electron'],
      stores:       ['redux', 'zustand'],
      libraries:    ['threejs', 'gsap', 'videojs', 'react-spring'],
      styles:       ['tailwind', 'css-modules', 'sass']
    },
    backend {
      frameworks:   ['express', 'nest'],
      databases:    ['firebase', 'mysql', 'postgresql', 'redis'],
      misc:         ['rabbitmq']
    }
  }
};

Pinned Loading

  1. path-finding-app path-finding-app Public

    Graphs algorithm visualisation with Three.js

    TypeScript

  2. gsap-slider-component gsap-slider-component Public

    Full-page slider component with GSAP and Swiper

    JavaScript

  3. messenger-app messenger-app Public

    Application for live-chatting, similar to Telegram

    TypeScript

  4. video-hosting-app video-hosting-app Public

    Application for video-hosting, similar to Youtube

    TypeScript 1

  5. messenger-api messenger-api Public

    Microservices-based API for live-chatting and live-calls applications

    TypeScript 1

  6. chess-game chess-game Public

    Simple chess game on React

    TypeScript 1