Skip to content
View MadaShindeInai's full-sized avatar
:electron:
Working from home
:electron:
Working from home

Organizations

@rolling-scopes-school

Block or report MadaShindeInai

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. tRPC: from journeyman to master tRPC: from journeyman to master
    1
    # tRPC: from journeyman to master
    2
    ## What it tRPC?
    3
    tPRC is a way for the server and the client to interop and share data and type definitions. Was written to make the relationship between the client and the server as simple as possible similar to graphql.
    4
    ![Screenshot 2023-09-06 at 14 13 46](https://user-images.githubusercontent.com/50995397/266002914-dc8c3e35-0c59-4bec-98f5-c090661c1369.png)
    5
    
    
  2. rolling-scopes-school/RSS-Teams-FE rolling-scopes-school/RSS-Teams-FE Public archive

    TypeScript 172 2

  3. React-Hooks React-Hooks Public

    React-Hooks lecture materials.

    JavaScript 17 6

  4. ZSH terminal config ZSH terminal config
    1
    # Conveniently illuminated ZSH terminal
    2
    ## macOS:
    3
    0) Open terminal
    4
    1) Write there `open ~/.zshrc`
    5
    2) If file do not exist write `touch ~/.zshrc` and `open ~/.zshrc` again