Skip to content
View GuilhermeVozniak's full-sized avatar
👋
Contact me
👋
Contact me
  • São Paulo / Recife

Highlights

  • Pro

Block or report GuilhermeVozniak

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
GuilhermeVozniak/README.md

Olá, eu sou o Guilherme Vozniak!



GUI-Go GUI-HTML GUI-CSS GUI-Js GUI-Ts GUI-React GUI-Angular GUI-Vue GUI-GIT GUI-React GUI-React GUI-Python GUI-MySQL GUI-GIT GUI-Linux GUI-yoda


package main

type Human struct {
  Name        string
  Nationality string
  Languages   []string
}

type Guilherme struct {
  Human
  Technologies Technologies
}

type Technologies struct {
  APIs           []string
  GoLang         []string
  Typescript     []string
  Events         []string
  Design         []string
  ORMs           []string
  CloudComputing []string
}

func NewGuilherme() *Guilherme {
  return &Guilherme{
    Human: Human{
        Name:        "Guilherme Vozniak",
        Nationality: "Brazilian",
        Languages:   []string{"Portuguese", "English", "Spanish"},
    },
    Technologies: Technologies{
        APIs:           []string{"REST", "SOAP", "GraphQL"},
        GoLang:         []string{"GinGonic", "Gorilla"},
        Typescript:     []string{"Next", "React.js", "Angular.js", "Vue", "Node", "Express", "NestJS"},
        Events:         []string{"RabbitMQ", "Kafka", "Redis"},
        Design:         []string{"Styled-Components", "Bootstrap", "Material-UI"},
        ORMs:           []string{"GORM", "TypeOrm", "Mongoose"},
        CloudComputing: []string{"Serverless", "Docker", "Kubernetes", "Jenkins"},
    },
  }
}

Pinned Loading

  1. go-opportunities go-opportunities Public

    An api to view job opportunities

    Go 1

  2. clone-tabnews clone-tabnews Public

    Implementação do https://tabnew.com.br

    JavaScript

  3. GuilhermeVozniak GuilhermeVozniak Public

    Config files for my GitHub profile.

    1

  4. GUIA-MARKDOWN GUIA-MARKDOWN Public

    Guia Mark Down

    1

  5. Dell-Latitude-7490-EFI-macOS-Ventura Dell-Latitude-7490-EFI-macOS-Ventura Public

    ASL 1

  6. DesignPatterns DesignPatterns Public

    Study repository focused on design patterns examples

    Go