Skip to content
View ernestboey's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ernestboey

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

Hi there 👋

Pinned

  1. cockroachdb cockroachdb Public

    single node , no SSL, no password. Not for production. Comes with PGWeb for GUI view of DB

    Shell 1

  2. Create Docker image with Alpine 3.9 ... Create Docker image with Alpine 3.9 + Golang 1.12.9 + Node.js 10.16.3
    1
    FROM node:10.16.3-alpine
    2
    
                  
    3
    # Golang From: https://github.com/docker-library/golang/blob/master/1.12/alpine3.10/Dockerfile
    4
    RUN apk add --no-cache \
    5
        ca-certificates
  3. will-stone/browserosaurus will-stone/browserosaurus Public

    🦖 The browser prompter for macOS

    TypeScript 1.6k 160

  4. yanyi/instagramsaverbot yanyi/instagramsaverbot Public

    A Telegram bot built with Go

    Go 1 2

  5. prof-nicholas-sit/ICT2106-2018T2-P2 prof-nicholas-sit/ICT2106-2018T2-P2 Public

    SMART Home Manager

    C# 9

  6. explore-python-pm explore-python-pm Public

    Exploring different python package managers

    Python