Skip to content
View matthewzhaocc's full-sized avatar
💭
Being a epic thonk
💭
Being a epic thonk
Block or Report

Block or report matthewzhaocc

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
matthewzhaocc/README.md

Hi there, Matthew here 👋

type dev struct {
  name string,
  location string,
  langs []string,
  technologies []string,
  certificates []string,
}
func main() {
  const matthew = new dev({
    name: "Matthew Zhao",
    location: "Bay Area, California",
    langs: [4]string{"nodejs/typescript", "python", "java", "golang"},
    technologies: [10]string{"AWS", "GCP", "Kubernetes", "VMWare", "Terraform", "CDK/Cloudformation", "Gitlab CI", "GHA", "ArgoCD", "AWS Code*", "GCP Cloud*", "Snowflake", "more I can't think of from top of my head", "a lot of linux distros"},
    certificates: [9]string{"AWS CCP", "AWS SAA", "AWS DVA", "AWS SOA", "AWS SAP", "AWS DOP", "AWS DAS", "AWS ANS", "AWS SCS"}
  })
}

visitors

Matthew's github stats

GitHub Streak

Pinned

  1. deez-websocket deez-websocket Public

    a websocket based application where each time you connect to it and say deez, it returns nuts

    TypeScript 3