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!