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',
  languages: ['ru', 'en'],
  technologies: {
    common: {
      languages:    ['js', 'ts', 'html', 'css', 'php'],
      bundlers:     ['webpack', 'gulp', 'vite'],
      systems:      ['windows', 'linux', 'android', 'ios'],
      misc:         ['ejs', 'handlebars', 'docker']
    },
    frontend: {
      expirience:   "6+ years",
      frameworks:   ['react', 'react-native', 'next', 'vue', 'electron'],
      stores:       ['redux', 'zustand'],
      libraries:    ['threejs', 'gsap', 'videojs', 'react-spring'],
      styles:       ['tailwind', 'css-modules', 'sass']
    },
    backend {
      expirience:   "3+ years",
      frameworks:   ['express', 'nest'],
      databases:    ['firebase', 'mysql', 'postgresql', 'redis'],
      misc:         ['rabbitmq']
    }
  }
};

Pinned Loading

  1. asu-config-updater asu-config-updater Public

    [DESK] Updater for ASU display's design files up to latest version.

    TypeScript

  2. reusable-hooks reusable-hooks Public

    [LIB] Reusable react hooks, commonly used from project to project.

    JavaScript