Skip to content
View gui-fkb's full-sized avatar
  • ECSA Finance
  • Brazil, SC
  • 21:52 (UTC -03:00)

Organizations

@cssoftwareengineering2animap @ecsa-finance @compiledbyte

Block or report gui-fkb

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
gui-fkb/README.md

About Me

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:     23,
	}

	coding := Coding{
		Langs: map[string][]string{
			"expert":       {"c#/.net", "typescript/angular"},
			"intermediate": {"go", "javascript/nodejs"},
			"hasExperience": {"c++", "java", "python", "lua"},
		},
		Databases:    []string{"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
}

Skills

Gui

Profile Views

Pinned Loading

  1. twitch-accounts twitch-accounts Public

    Golang implementation of a bot that automate accounts creation on TwitchTV, featuring automatic email verification

    Go 5 1

  2. perlin-noise perlin-noise Public

    This repository is a playground to explore Perlin noise algorithm in a pratic application

    C#

  3. procedural-terrain-generation procedural-terrain-generation Public

    Playing around with procedural generation in Unity

    C#

  4. unity-algorithm-box unity-algorithm-box Public

    This repository is dedicated to store a bunch of basic algorithms and math solving problems related to Unity Engine.

    C#

  5. cssoftwareengineering2animap/app cssoftwareengineering2animap/app Public

    TypeScript

  6. html5shiv html5shiv Public

    Forked from aFarkas/html5shiv

    This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.

    JavaScript