Hi, I'm

Timothy Lock

Software Engineer at Electronic Arts

Golang Kubernetes PHP Python SQL AWS GCP

Powered by ☕ coffee and 🍣 sushi (but not both at the same time)

main.go
1 package main
2
3 type Engineer struct {
4   Name string
5   Company string
6   Location string
7 }
8
9 func main() {
10   tim := Engineer{
11     Name: "Timothy Lock",
12     Company: "Electronic Arts",
13     Location: "Seattle",
14   }
15 }
main.go
1 package main
2
3 type Engineer struct {
4   Name string
5   Company string
6   Location string
7 }
8
9 func main() {
10   tim := Engineer{
11     Name: "Timothy Lock",
12     Company: "Electronic Arts",
13     Location: "Seattle",
14   }
15 }

Experience

Software Engineer

Building next generation Kubernetes operators on clusters hosting online services for millions of players.

Software Engineer

Re-invented authentication/API gateways that handle 100% of traffic along with integrations such as Salesforce App Exchange.

Platform/Backend Engineer

Built image moderation systems that process over 3 million images monthly to keep users safe and save lives.

Computer Science Graduate

Graduated from the Computer Science program with a focus on software engineering and distributed systems.

Projects

Things I've built in my spare time

Go Sign in with Apple

A Golang library for validating Apple in-app-purchase receipts, used by hundreds of companies every day.

Go Library Open Source

Printcakes

A pancake printer that creates edible art. Because why not?

Hardware Fun Hackathon