Skip to content
View ssergio198's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report ssergio198

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ssergio198/README.md

Hi! πŸ‘‹

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.

Linkedin: Sergio GitHub Sergio

πŸ“’ Now

  • πŸ”­ 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!

Popular repositories Loading

  1. algodeck algodeck Public

    Forked from teivah/algodeck

    An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview πŸ’―

    1

  2. awesome-svelte awesome-svelte Public

    Forked from TheComputerM/awesome-svelte

    ⚑ A curated list of awesome Svelte resources

    1

  3. golang-project-layout golang-project-layout Public

    Forked from golang-standards/project-layout

    Standard Go Project Layout

    Makefile 1

  4. awesome-go awesome-go Public

    Forked from avelino/awesome-go

    A curated list of awesome Go frameworks, libraries and software

    Go 1

  5. go-style-guide-uber go-style-guide-uber Public

    Forked from uber-go/guide

    The Uber Go Style Guide.

    1

  6. learngo learngo Public

    Forked from inancgumus/learngo

    1000+ Hand-Crafted Go Examples, Exercises, and Quizzes

    Go 1