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

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"
)

type Tomas struct{}

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 {
  return map[string]*url.URL{
    "Website":  mustParse(url.Parse("https://tomasbasham.dev")),
    "Linkedin": mustParse(url.Parse("https://www.linkedin.com/in/tomasbasham")),
  }
}

Pinned Loading

  1. ratelimit ratelimit Public

    API Rate Limit Decorator

    Python 830 160

  2. kapetndev/tftest kapetndev/tftest Public

    Terraform module testing tool

    Go

  3. gofp gofp Public

    A module providing monadic structures for functional programming patterns

    Go

  4. grpctest grpctest Public

    A module providing utilities for testing gRPC servers

    Go

  5. nettools nettools Public

    Go