Welcome

rand.Seed(time.Now().Unix())
interests := []string{
    "Software Engineering",
    "Space",
    "Math",
    "Data Streaming",
    "Basketball",
    "Public Cloud",
    "Philanthropy",
    "Education",
    "..."
}
n := rand.Int() % len(interests)
fmt.Print("Mike is interested in: ", interests[n])

Currently

Previously

A couple things I’m familiar with:

Tools I’m working on learning / would like to learn

A few more locations I have a (hopefully miniscule) footprint: