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

Block or report huakwan

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

Hi, I'm Kwanpon ! πŸ‘‹

positionΒ  companyΒ  views

>_ 🎯 A little more about me ... ✨

type Developer struct {
    Codes           []string
    Frameworks      map[string]interface{}
    Tools           []string
    Databases       []string
    ExperienceTime  int
    Quote           *string
}
t := time.Now()

my := Developer{
    ExperienceTime: t.Year()-2013,
    Codes: []string{"Go", "Elixir", "PHP", "Swift", "Java"},
    Frameworks: map[string]interface{}{
        "Go":     []string{"Gin", "Echo"},
        "Elixir": []string{"Phoenix"},
        "PHP":    []string{"Laravel", "CodeIgniter"},
    },
    Tools: []string{"Git", "Docker", "gRPC", "Kafka", "Swagger"},
    Databases: []string{"MySQL", "PostgreSQL", "MariaDB", "MongoDB"},
}

quote := "Work Hard .. Bug Harder !!"
my.Quote = &quote

fmt.Printf("Me: %+v\n", my)

>_ πŸ‘¨β€πŸ’» Skills x Tools

Pinned

  1. docker-adminer docker-adminer Public

    Adminer - lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux

    PHP

  2. pematon/adminer-theme pematon/adminer-theme Public

    Responsive touch-friendly theme for Adminer database tool.

    Less 146 21