Skip to content
View rickyadriell's full-sized avatar
πŸ‘‹
Welcome
πŸ‘‹
Welcome

Organizations

@NRK-group
Block or Report

Block or report rickyadriell

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

Pinned Loading

  1. docker-build-example docker-build-example Public

    Docker Build example

    Go 2

  2. Multistage Docker Build Multistage Docker Build
    1
    # Build stage
    2
    FROM golang:1.19.3-alpine3.16 AS build
    3
    WORKDIR /app
    4
    COPY . .
    5
    RUN go build -o main .
  3. NRK-group/real-time-blog NRK-group/real-time-blog Public

    A real time blog written in Go, Html, and JavaScript

    HTML 1

  4. NRK-group/0-shell NRK-group/0-shell Public

    Zero Shell is a shell clone written in rust.

    Rust 2

  5. getting-started-with-microservices getting-started-with-microservices Public

    Example of mircro-services

    JavaScript

  6. NRK-group/Moment NRK-group/Moment Public

    A social network for sharing moments

    Go 5 1