package profile
import (
"net/url"
github "github.com/github/user"
linkedin "github.com/linkedin/user"
)
typeTomasstruct{}
func (*Tomas) CurrentRole() linkedin.Experience {
return linkedin.Experience{
Company: "StatusCake",
Position: "Software Developer",
}
}
func (*Tomas) About() github.Profile {
return github.Profile{
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) Projects() []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 {
returnmap[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
- nettools
nettools PublicGo
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.
Uh oh!
There was an error while loading. Please reload this page.





