Skip to content
View mvndaai's full-sized avatar

Block or report mvndaai

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ctxerr ctxerr Public

    Go package for handling errors with extra context

    Go 10

  2. go_wasm_tools go_wasm_tools Public

    This is a page for tools for go running in wasm

    Go 4

  3. fun-sheet-music fun-sheet-music Public

    An app for displaying colored sheet music with practice modes

    Dart 2 1

  4. css_variables css_variables Public

    Demo using CSS variables to dynamically theme a page.

    JavaScript

  5. Bash commends Bash commends
    1
    ## This is just commands I find useful that I would like to keep
    2
    
                  
    3
    # Build and start go project
    4
    go build . && PORT=80 ./${PWD##*/}
    5
    
                  
  6. git _helpers.md git _helpers.md
    1
    # git
    2
    
                  
    3
    This is list of the git commands I use.
    4
    
                  
    5
    The usual flow of developed is clone or fork a repo, create a branch, change code, create commits at logical stopping points, push those commits, and finally merge the branch (usually done on a website).