Giter Club home page Giter Club logo

Hi thereπŸ‘‹, I'm EugΓͺnio Cunha

A Software developer. ⚑

package main

import (
	"playground/profile"
)

func main() {
	me := profile.NewBio("Eugenio Cunha")
	stack := profile.NewStack(
		[]string{"Go", "Kotlin", "JavaScript"},
		[]string{"Postgres", "SQLite", "MongoDB", "Redis"},
		[]string{"Linux", "Android", "MacOS"},
		[]string{"AWS", "Docker", "Jetpack Compose"},
		[]string{"Rust", "RNN", "English"}
	)
	_ = me
	_ = stack
}

-- go.mod --

module playground

-- profile/profile.go --

package profile

type Bio struct {
	Name string
}

type Stack struct {
	languages []string
	databases []string
	os        []string
	misc      []string
	ongoing   []string
}

func NewBio(name string) *Bio {
	return &Bio{name}
}

func NewStack(languages, databases, os, misc, ongoing []string) *Stack {
	return &Stack{languages, databases, os, misc, ongoing}
}
β–ˆβ–ˆβ•—    β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•—      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ•‘    β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•β•
β–ˆβ–ˆβ•‘ β–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  
β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•  β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•  
β•šβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
 β•šβ•β•β•β•šβ•β•β• β•šβ•β•β•β•β•β•β•β•šβ•β•β•β•β•β•β• β•šβ•β•β•β•β•β• β•šβ•β•β•β•β•β• β•šβ•β•     β•šβ•β•β•šβ•β•β•β•β•β•β•

Β Β 

Spotify 🎧


Eugenio Cunha's Projects

api-trt icon api-trt

API dos robΓ΄s de consulta dos processos no Tribunal Regional do Trabalho

apothecary icon apothecary

BOT apothecary: O objetivo desse robô é automatizar o envio de mensagens, informando ao BoticÑrio, sobre cobranças indevidas, visto, que apenas uma mensagem enviada manualmente não foi suficiente para sessar o envio de cobranças indevidas. Não é objetivo desse robô criar o caos, ele possui um limite fixo de mensagens enviadas em paralelo por hora.

bot-trt3 icon bot-trt3

RobΓ΄ para consulta de processos no Tribunal Regional do Trabalho

ccc icon ccc

:moneybag: Currency Converter Calculator for Android, iOS and Backend with power of Kotlin Multiplatform :muscle:

clover icon clover

Teste a sorte grΓ‘tis com os resultados de jogos da loteria!

decrypt-pdf icon decrypt-pdf

Script shell para remover a senha de todos os arquivos PDF de um diretΓ³rio.

dynamic-block icon dynamic-block

Executa uma ação dinÒmica de um bloco DWG através do terminal do AutoCAD.

earnings icon earnings

Aplicativo sobre Data-Com e Data-Ex no pagamento de proventos

express icon express

Fast, unopinionated, minimalist web framework for node.

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.