GithubHelp home page GithubHelp logo

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 ❀ 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.

Linkedin: Sergio GitHub Sergio

πŸ“’ Now

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

Sergio Sanguanini's Projects

algodeck icon algodeck

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

angular-styleguide icon angular-styleguide

Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.

awesome icon awesome

😎 Awesome lists about all kinds of interesting topics

awesome-blockchain icon awesome-blockchain

⚑️Curated list of resources for the development and applications of blockchain.

awesome-dotnet-core icon awesome-dotnet-core

:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software

awesome-flutter icon awesome-flutter

An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

awesome-go icon awesome-go

A curated list of awesome Go frameworks, libraries and software

build-your-own-x icon build-your-own-x

Master programming by recreating your favorite technologies from scratch.

clean-go-article icon clean-go-article

A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.

dddmart icon dddmart

Sample eCommerce application using Domain Driven Design

designpatternslibrary icon designpatternslibrary

A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.

dsa icon dsa

Learning data structures and algorithms using Go

go-algorithms icon go-algorithms

Algorithms implemented in Go for beginners, following best practices.

go-algorithms-4 icon go-algorithms-4

A study notes of algorithms and data structures course of princeton. https://algs4.cs.princeton.edu/home/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.