Skip to content
View tomasbasham's full-sized avatar
🤓
I’d tell you a UDP joke... but you might not get it.
🤓
I’d tell you a UDP joke... but you might not get it.

Organizations

@EpicGames@StatusCakeDev@kapetndev

Block or report tomasbasham

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tomasbasham/README.md
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")),
}
}

Pinned Loading

  1. ratelimitratelimitPublic

    API Rate Limit Decorator

    Python 830 160

  2. kapetndev/tftestkapetndev/tftestPublic

    Terraform module testing tool

    Go

  3. gofpgofpPublic

    A module providing monadic structures for functional programming patterns

    Go

  4. grpctestgrpctestPublic

    A module providing utilities for testing gRPC servers

    Go

  5. nettoolsnettoolsPublic

    Go