package main
import "fmt"
type person struct {
name string
position string
languageSpoken []string
}
func main() {
sergio := person{
name: "Sergio Sanguanini",
position: "Full-Stack Developer",
languageSpoken: []string{"it_IT", "es_ES", "en_ITπ
"},
}
sergio.print()
}
func (p person) print() {
fmt.Printf("%#v\n", p)
}
I β€ to learn about new things.
I am also use to be full-stack developer with 10+ years of hands-on experience designing, developing, and implementing applications and solutions using different programming languages.
- π I use daily C# and Angular
- π± I am going over Go and Svelte
- π§ I am interested also in Dart and Flutter
- β€ Writing clean code and complex SQL queries π
- π‘ I would like to look for projects in Go. Anybody?
- β‘ Fun fact... People get in touch for Java positions π©
- π K.I.S.S. Keep It Simple, Stupid!