package main
import "fmt"
type PiluVitu struct {
Name string
Area string
Stacks Stacks
InterestedIn []string
Portifolio string
}
type Stacks struct {
Containers []string
Monitoring []string
Pipilines []string
CloudProviders []string
IAC []string
}
func main() {
piluVitu := PiluVitu{
Name: "Paulo Victor",
Area: "DevOps",
Stacks: Stacks{
Containers: []string{"Docker", "Kubernets"},
Monitoring: []string{"Prometheus", "Grafana"},
Pipilines: []string{"GitHub Actions", "Jenkins"},
CloudProviders: []string{"AWS"},
IAC: []string{"Terraform", "Ansible", "ArgoCD"},
},
InterestedIn: []string{"DevOps", "Golang"},
Portifolio: "https://piluvitu.dev",
}
fmt.Println(piluVitu)
}
Pinned Loading
-
-
-
-
devhatt/octopost-backend
devhatt/octopost-backend PublicBackend da aplicação octopost
-
-
devhatt/octopost
devhatt/octopost PublicOctopost is an open source service from Devhat that was created to guide new developers for free
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.