Skip to content
View nekonado's full-sized avatar
πŸ›Έ
πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½
πŸ›Έ
πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½ πŸ‘½
Block or Report

Block or report nekonado

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

πŸ₯·πŸ» About me

let nekonado = {
  interests: ['Web Technology', 'Type System', 'Agile Development'],
  career: ['Software Engineer', 'Scrum Master'],
}

πŸ‘‰πŸ» X badge Linkedin badge

queuek's scores on LAPRAS are as follows: Engineering: 3.76 out of 5.0, Business: 3.43 out of 5.0, Influence: 3.42 out of 5.0.

Pinned Loading

  1. kanbansection-observer kanbansection-observer Public

    πŸ₯·πŸ» Chrome Extension for WIP Restrictions in Nulab's Backlog

    JavaScript 6

  2. dotfiles dotfiles Public

    🧬 my new (real) yowayowa config...

    Lua 2

  3. rails-tutorial7-devcontainer rails-tutorial7-devcontainer Public

    πŸ’Ž Rails Tutorial ver.7

    Dockerfile 1

  4. docker-kubernetes-playground docker-kubernetes-playground Public

    πŸ‹ playground of Docker & k8s

    Go

  5. eventloop.js eventloop.js
    1
    console.log("[1]");
    2
    
                  
    3
    setTimeout(() => {
    4
      console.log("[7]");
    5
    });
  6. git_housekeeping.zsh git_housekeeping.zsh
    1
    #!/bin/zsh
    2
    
                  
    3
    # Fetch changes from the remote repository and prune (delete) remote tracking branches that no longer exist on the remote
    4
    git fetch --prune && \
    5
    # Display a list of local branches and their associated remote branches