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!