Skip to content
View UsmanDrigrocha's full-sized avatar

Block or report UsmanDrigrocha

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
UsmanDrigrocha/README.md

Hi 👋, I'm Usman Drigrocha

A passionate Backend Developer

Coding

UsmanDrigrocha

UsmanDrigrocha

  • 🔭 I’m currently working on Backend

  • 🌱 I’m currently learning Full Stack Development

  • 💬 Ask me about JavaScript

Connect with me:

Usman-Drigrocha

Languages and Tools:

html5 css3 javascript nodejs express mongodb angular nestjs

Pinned Loading

  1. NodeJS_Deploy.md NodeJS_Deploy.md
    1
    # Node.js Deployment
    2
    
                  
    3
    > Steps to deploy a Node.js app to Server using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
    4
    5
    ## 1. Create Free AWS Account
  2. Express_TS_Commands.md Express_TS_Commands.md
    1
    ``` npm init -y ``` <br><br>
    2
    
                  
    3
    ``` npm install express @types/express typescript ts-node @types/node nodemon ``` <br><br>
    4
    <i>To create tsconfig.json </i> <br><br>
    5
    ``` npx tsc --init ``` <br> 
  3. img-converter-extension img-converter-extension Public

    image converter chrome extension

    CSS

  4. ContractHubBackend ContractHubBackend Public

    Backend of Contract Hub

    JavaScript

  5. MEAN-Stack-Blog-App MEAN-Stack-Blog-App Public

    Simple blog application with basic authentication

    TypeScript

  6. ThePetStoreBackend ThePetStoreBackend Public

    Backend of Pet Store

    JavaScript