Skip to content
View nhattan's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@ruby-vietnam
Block or Report

Block or report nhattan

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

  1. Create a blob by uploading data from... Create a blob by uploading data from a browser (ReactJS)
    1
    /*
    2
    https://www.npmjs.com/package/@azure/storage-blob
    3
    npm install @azure/storage-blob
    4
    OR
    5
    yarn add @azure/storage-blob
  2. Postman pre-request script to automa... Postman pre-request script to automatically get a bearer token from Auth0 and save it for reuse
    1
    const echoPostRequest = {
    2
      url: 'https://<my url>.auth0.com/oauth/token',
    3
      method: 'POST',
    4
      header: 'Content-Type:application/json',
    5
      body: {
  3. Gitlab CI/CD for Rails, Postgres, Rs... Gitlab CI/CD for Rails, Postgres, Rspec, Brakeman
    1
    stages:
    2
      - build
    3
      - test
    4
      - deploy
    5