Skip to content
View wijayaerick's full-sized avatar
๐Ÿ“š
๐Ÿ“š

Highlights

  • Pro

Organizations

@tugas-itb-erick
Block or Report

Block or report wijayaerick

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

Hi there ๐Ÿ‘‹

Erick's LinkedIn Erick's StackOverflow Erick's Instagram Erick's Facebook



I'm Erick, a Software Engineer from Indonesia, currently living in Singapore.

Languages and Tools:

Go Ruby Docker Kubernetes Google Cloud Platform SQL Redis JavaScript

My GitHub Stats Shows wijayaerick's GitHub Stats.

Pinned

  1. uber-go/zap uber-go/zap Public

    Blazing fast, structured, leveled logging in Go.

    Go 21k 1.4k

  2. mattermost/mmctl mattermost/mmctl Public

    A remote CLI tool for Mattermost

    Go 149 157

  3. Example ConsoleHandler for golang.or... Example ConsoleHandler for golang.org/x/exp/slog Logger
    1
    // ConsoleHandler formats slog.Logger output in console format, a bit similar with Uber's zap ConsoleEncoder
    2
    // The log format is designed to be human-readable. 
    3
    // 
    4
    // Performance can definitely be improved, however it's not in my priority as 
    5
    // this should only be used in development environment.