Skip to content
View nhattan's full-sized avatar
:octocat:
:octocat:

Organizations

@ruby-vietnam

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 Loading

  1. Create a blob by uploading data from...
    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...
    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...
    1
    stages:
    2
      - build
    3
      - test
    4
      - deploy
    5
    
                  
  4. Rspec, parallel_tests on Github Action
    1
    # Run RSpec in parallel on GitHub Actions with even test group runtimes
    2
    jobs:
    3
      test:
    4
        runs-on: ubuntu-latest
    5
        strategy: