Skip to content
View giulianobr's full-sized avatar
Block or Report

Block or report giulianobr

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. simple-go-app simple-go-app Public

    A simple Go app to serve a static site

    HTML 1

  2. Minimal safe Bash script template - ... Minimal safe Bash script template - see the article with full description: https://betterdev.blog/minimal-safe-bash-script-template/
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -Eeuo pipefail
    4
    
                  
    5
    cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
  3. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am giulianobr on github.
  4. appengine-hosting appengine-hosting Public

    Forked from ncruces/appengine-hosting

    Host static websites with Google Cloud Storage and App Engine

    Go 1

  5. bqtop bqtop Public

    Forked from doitintl/bqtop

    Visualizing BigQuery query jobs with Cloud Functions, Firebase and Pub/Sub

    JavaScript

  6. gcping gcping Public

    Forked from GoogleCloudPlatform/gcping

    Like gcping.com but a command line tool

    Go