Skip to content
View be99inner's full-sized avatar
:shipit:
Where'm I in this world?
:shipit:
Where'm I in this world?
Block or Report

Block or report be99inner

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

Hi, I'm be99inner

sleepy cat

Hello, welcome to my world. Let's push this world to move slowly. Haha, Just kidding.

About me

lick cat

Let's see some more about me with my style.

package main

type person struct {
    Name          string
    Gendre        string
    Work          string
    Hobbie        []string
    Tools         []string
    Programmings  []string
}

func NewPerson() *person {
    me := person{}
    me.Name = "Anurak Jannawan"
    me.Gendre = "Male"
    me.Work = "DevOps Engineer"
    me.Hobbie = []string{"Books", "Listen Music", "Travel"}
    me.Tools = []string{"Terraform", "Ansible", "Docker", "Kubernetes"}
    me.Programmings = []string{"Golang", "Python", "C"}
    return &me
}

func main() {
    be99inner := NewPerson()
}

AKA

excited cat

Why's it be99inner? 🧐 Typo? Nah. 🤨 It's stand for big and beginner in the same time. 🤪 be(9)9inner.

What do I need?

cute dance cat

I love to learn new tech. I'm happy if you can guide me for a new interesting tech. ( Issue for me plz )

Time Tracking with Code

Github

github stats

Wakatime

Time tracking of Wakatime is included with private contribution (Github + Gitlab).

code stats

Popular repositories

  1. line-notify-gateway line-notify-gateway Public

    Line notify gateway for Prometheus.

    Python 11 11

  2. dotfile dotfile Public

    Linux dotfile for using git

    Shell 2

  3. webapps webapps Public archive

    Backup Web Apps stand alone

    Python

  4. be99inner be99inner Public

    My Github profile.

  5. ansible-redis-exporter ansible-redis-exporter Public

    Provision Redis exporter for Prometheus monitoring tool

  6. ansible-elasticsearch-exporter ansible-elasticsearch-exporter Public

    Provision Elasticsearch exporter for Prometheus monitoring tool

    HTML 2