Skip to content
View nezvinskyi's full-sized avatar
Block or Report

Block or report nezvinskyi

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

Pinned Loading

  1. .prettierrc.json .prettierrc .prettierrc.json .prettierrc
    1
    {
    2
      "printWidth": 80,
    3
      "tabWidth": 2,
    4
      "useTabs": false,
    5
      "semi": true,
  2. Про токены, JSON Web Tokens (JWT), а... Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication
    1
    # Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication
    2
    
                  
    3
    `Last major update: 25.08.2020`
    4
    
                  
    5
    - Что такое авторизация/аутентификация
  3. flex-basis-calc.css flex-basis-calc.css
    1
    .element {
    2
      flex-basis: calc((100% - кол-во маржинов в строке * значение маржина) / кол-во элементов в строке);
    3
    }
  4. visually-hidden.css visually-hidden.css
    1
    .visually-hidden {
    2
      position: absolute;
    3
      width: 1px;
    4
      height: 1px;
    5
      margin: -1px;