Code Monkey home page Code Monkey logo
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")),
  }
}

Tomas Basham's Projects

conical icon conical

Statistical hypothesis testing library for front end applications

dominos-proxy icon dominos-proxy

WIP A Python Flask Dominos Pizza UK proxy service using the dominos library

ember-cli-pubnub icon ember-cli-pubnub

An ember-cli addon to to integrate the PubNub low-latency, realtime messaging platform

ember-cli-scss-lint icon ember-cli-scss-lint

An ember-cli addon to integrate sass-lint for standards adherence and improved style consistency

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.