Hello, welcome to my world. Let's push this world to move slowly. Haha, Just kidding.
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()
}
Why's it be99inner? 🧐 Typo? Nah. 🤨 It's stand for big and beginner in the same time. 🤪 be(9)9inner.
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 of Wakatime is included with private contribution (Github + Gitlab).