Skip to content
View CezarGarrido's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report CezarGarrido

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
CezarGarrido/README.md

Hi there 👋

package main

import (
	"play.ground/profile"
)

func main() {
	me := profile.NewBio("Cezar G.B")
	stack := profile.NewStack(
		[]string{"Go", "Elixir", "Java", "C", "Javascript"},
		[]string{"Postgres", "Mysql", "SQLite", "MongoDB", "DynamoDB", "Cassandra"},
		[]string{"RabbitMQ", "AWS", "Vue.js"},
		[]string{"Docker", "Kubernetes", "Elm", "Haskell"},
	)
	_ = me
	_ = stack
}
-- go.mod --
module play.ground
-- profile/profile.go --
package profile

type Bio struct {
	Name string
}
type Stack struct {
	languages []string
	databases []string
	misc      []string
	ongoing   []string
}
func NewBio(name string) *Bio {
	return &Bio{name}
}
func NewStack(languages, databases, misc, ongoing []string) *Stack {
	return &Stack{languages, databases, misc, ongoing}
}

Pinned Loading

  1. cachedpath cachedpath Public

    A Go library inspired by the Python cached_path, providing a unified and simple interface to access local and remote files with automatic caching.

    Go

  2. fundos fundos Public

    Projeto Final de Conclusão de Curso - Analisador de Fundos de Investimentos do Brasil

    Rust

  3. anp_fuel_price_analysis anp_fuel_price_analysis Public

    Análise de Preços de Combustíveis no Brasil (2024)

    Jupyter Notebook

  4. python_para_investimentos python_para_investimentos Public

    Forked from codigoquant/python_para_investimentos

    Aplicações de Python para Finanças e Investimentos

    Jupyter Notebook

  5. CIC-IDS-2017 CIC-IDS-2017 Public

    Jupyter Notebook