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"}
})
}
-
Notifications
You must be signed in to change notification settings - Fork 0
readme
License
matthewzhaocc/matthewzhaocc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
readme
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published