package main
import "fmt"
type TechRadar struct {
url string
}
type Technologies struct {
techniques []string
languages []string
platforms []string
tools []string
}
type PersonalInfo struct {
name string
currentFocus string
mytechradar TechRadar
technologies Technologies
}
func main() {
me := PersonalInfo{
name: "Peter Sellars",
currentFocus: "Improving the development experience and process",
mytechradar: TechRadar{
url: "https://petersellars.github.io/techradar/",
},
technologies: Technologies{
techniques: []string{"CI/CD","IaC"}
languages: []string{"Go", "Shell"},
platforms: []string{"AWS","Node.js"},
tools: []string{"Docker","Terraform","Terragrunt"},
}
}
fmt.Println(me)
}
🏡
Working from home
Engineer, Creator, Provider based in Auckland, New Zealand
- Auckland, New Zealand
Pinned Loading
-
-
techradar
techradar PublicForked from bdargan/techradar
Build your own Technology Radar. Inspired by ThoughtWorks Technology Radar.
HTML
-
-
-
catosplace-devcontainers/devboxes
catosplace-devcontainers/devboxes PublicCollection of Jetify Devboxes
Shell
-
catosplace-devcontainers/engineering-base
catosplace-devcontainers/engineering-base PublicCatosplace Engineering Base Container
Dockerfile
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.