package main
import "fmt"
type Profile struct {
ProgrammingLanguages []string
Technologies []string
DataFormats []string
Scripting []string
Databases []string
Editors []string
Platforms []string
}
func main() {
eduardaFranca := Profile{
ProgrammingLanguages: []string{"Golang", "Typescript", "Javascript", "Python", "MATLAB"},
Technologies: []string{"React", "Express", "Docker", "Terraform", "Node.js"},
DataFormats: []string{"YAML", "JSON", "HTML", "CSS", "Markdown"},
Scripting: []string{"Bash"},
Databases: []string{"MongoDB"},
Editors: []string{"GoLand", "Vscode", "WebStorm", "Cursor"},
Platforms: []string{"GNU/Linux", "Windows", "MacOS"},
}
fmt.Printf("%+v\n", eduardaFranca)
}
👩💻
working
Software Developer @enaimco
-
enaimco
- St. John's, NL, CA
-
12:54
(UTC -02:30) - in/eduardandrade
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.