package guifkb
func getAttributes() (Contact, Life, Coding) {
contact := Contact{
Email: "[email protected]",
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", "node.js"},
"hasExperience": {"c++", "java", "python", "lua"},
},
Databases: []string{"postgres", "sql server", "mysql", "sqlite"},
Specialities: []string{"fullstack", "bots/automations", "apis", "web/app reverse engineering"},
Ide: []string{"vscode", "visual studio"},
Outro: []string{"docker", "aws", "hxd", "x64dbg", "fiddler", "unity", "project euler"},
}
return contact, life, coding
}
Software Engineer
~~Doing stuff for fun around here
-
ECSA Finance
- Brazil, SC
-
14:33
(UTC -03:00)
Pinned Loading
-
masterking32/twitch-account-creator
masterking32/twitch-account-creator PublicA bot to create Twitch accounts and Follow using NodeJS
-
league-client
league-client PublicForked from chiraqL/league-client
league-client is a python package to communicate with riot servers
Python
-
twitch-accounts
twitch-accounts PublicA Twitch TV account creator/generator bot, featuring automatic email verification using temporary email addresses.
-
procedural-terrain-generation
procedural-terrain-generation PublicPlaying around with procedural generation in Unity
C# 1
-
perlin-noise
perlin-noise PublicThis repository is a playground to explore Perlin noise algorithm in a pratic application
C# 1
-
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.