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

@StatusCakeDev
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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"
)

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

  1. ratelimit ratelimit Public

    API Rate Limit Decorator

    Python 714 152

  2. inline-worker inline-worker Public

    Cloudflare worker to inline static assets on page load

  3. kapetndev/grpctest kapetndev/grpctest Public

    A module providing utilities for testing gRPC servers

    Go 1 1

  4. kapetndev/connect kapetndev/connect Public

    A module providing utilities for common service infrastructure

    Go

  5. kube-os kube-os Public

    C 1

  6. kube_tools kube_tools Public

    Build tools for https://github.com/tomasbasham/kube-os

    C