package main
import "fmt"
type Profile struct {
Name string
Email string
Role string
Hobbies []string
Databases []string
Technologies []string
}
func (p *Profile) sayHi() {
fmt.Println("Thank you for stopping by, Hope you found something interesting and useful. :)")
}
func main() {
me := &Profile{
Name: "Adi Khoiron Hasan",
Email: "adikhoironhasan@gmail.com",
Role: "Backend Engineer",
Hobbies: []string{"Coding", "Music", "Game"},
Databases: []string{"MySQL", "PostgreSQL", "Redis", "MongoDB"},
Technologies: []string{"Golang", "Laravel", "Docker", "gRPC", "RabbitMq"},
}
me.sayHi()
}
🎯
Focusing
nothing last forever.
- Indonesia
-
13:40
(UTC +07:00) - linkedin.com/in/adi-khoiron-hasan
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.