package main
import "fmt"
type TechRadar struct {
url string
}
type Technologies struct {
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{
languages: []string{"Go"},
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-go-libs/blueprint-repo
catosplace-go-libs/blueprint-repo PublicGo Library used to create a new repository from a blueprint repository
Go
-
catosplace-devcontainers/engineering-base
catosplace-devcontainers/engineering-base PublicCatosplace Engineering Base Container
Dockerfile
-
catosplace-devcontainers/devboxes
catosplace-devcontainers/devboxes PublicCollection of Jetify Devboxes
Shell
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.