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 am not an engineer. I am a self-taught programmer with over 20 years of hands-on experience designing, developing, and implementing applications using various programming languages.
Over the last years, I have done the full-time thing. Built cloud stuff on Google Cloud Platform, wrangled Jira tickets, reviewed code, attended meetings that should have been emails. Good, but not great.
I quit because I'm only fully awake when I am building my things, not someone else's roadmap.
- 🔭 I use daily C# and Angular
- 🌱 I am going over Go and Svelte
- 🧐 I am interested also in PrestaShop and Wordpress
- ❤ Writing clean code and complex SQL queries 😅
- ⚡ People get in touch for Java positions 😩
- 💋 K.I.S.S. Keep It Simple, Stupid!



