Skip to content
View zahidshowrav's full-sized avatar
💭
Eating, Learning & Coding
💭
Eating, Learning & Coding

Block or report zahidshowrav

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. Git Command Aliases Git Command Aliases
    1
    # git command Aliases
    2
    
                  
    3
    alias gs='git status'
    4
    alias gc='git commit -m'
    5
    alias gca='git commit -a -m'
  2. knowzahid knowzahid Public

    A Node CLI for my bio.

    JavaScript

  3. nextjs-i18n nextjs-i18n Public

    An example project to demonstrate how to implement internationalization in Next.js project

    TypeScript