package guifkb
func getAttributes() (Contact, Life, Coding) {
contact := Contact{
Email: "guirerume@proton.me",
Discord: "_guirerume",
}
life := Life{
Name: "guilherme",
Alias: "gui",
Langs: []string{"english", "portuguese"},
Country: "br",
Age: 24,
}
coding := Coding{
Langs: map[string][]string{
"core": {"go", "c#/.net", "typescript/angular"},
"intermediate": {"javascript/nodejs"},
"hasExperience": {"c++", "java", "python", "lua"},
},
Databases: []string{"postgres", "sql server", "mysql", "sqlite"},
Specialities: []string{"fullstack", "bots", "apis", "web/app reverse engineering"},
Ide: []string{"vscode", "visual studio"},
Outro: []string{"unity", "codewars", "project euler", "hxd", "fiddler"},
}
return contact, life, coding
}
Software Engineer
~~Doing stuff for fun around here
-
ECSA Finance
- Brazil, SC
-
12:24
(UTC -03:00)
Pinned Loading
-
twitch-accounts
twitch-accounts PublicGolang implementation of a bot that automate accounts creation on TwitchTV, featuring automatic email verification
-
perlin-noise
perlin-noise PublicThis repository is a playground to explore Perlin noise algorithm in a pratic application
C#
-
procedural-terrain-generation
procedural-terrain-generation PublicPlaying around with procedural generation in Unity
C#
-
unity-algorithm-box
unity-algorithm-box PublicThis repository is dedicated to store a bunch of basic algorithms and math solving problems related to Unity Engine.
C#
-
-
html5shiv
html5shiv PublicForked from aFarkas/html5shiv
This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.