package profile
import (
"net/url"
github "github.com/github/user"
linkedin "github.com/linkedin/user"
)
type Tomas struct{}
func (*Tomas) CurrentRole() linkedin.Experience {
return linkedin.Experience{
Company: "StatusCake",
Position: "Software Developer",
}
}
func (*Tomas) 关于() github.个人资料 {
return github.个人资料{
Languages: []string{"Go", "Python", "Ruby", "Rust", "Swift"},
Tools: []string{"Docker", "Kubernetes", "Terraform"},
Architecture: []string{"Microservices", "Event driven", "Heaxagonl"},
Platforms: []string{"AWS", "GCP", "iOS"},
}
}
func (*Tomas) 项目() []github.Project {
return []github.Project{
Project{
Name: "ratelimit",
URL: mustParse(url.Parse("https://github.com/tomasbasham/ratelimit")),
},
Project{
Name: "dotfiles",
URL: mustParse(url.Parse("https://github.com/tomasbasham/dotfiles")),
},
}
}
func (*Tomas) Links() map[string]*url.URL {
return map[string]*url.URL{
"Website": mustParse(url.Parse("https://tomasbasham.dev")),
"Linkedin": mustParse(url.Parse("https://www.linkedin.com/in/tomasbasham")),
}
}
🤓
I’d tell you a UDP joke... but you might not get it.
Software Developer at @statuscake, hobbyist maker, baker and food lover. Coding since GeoCities.
Highlights
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.





