Skip to content

matthewzhaocc/matthewzhaocc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published