Skip to content
View HunnTeRUS's full-sized avatar
🎃
Focusing
🎃
Focusing

Organizations

@Bookstore-GolangMS @HunCoding

Block or report HunnTeRUS

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

Hi there, I'm Otavio!

package OtavioSantos

func GetCurrentWorkPosition() map[string]string {
	return map[string]string{
		"company":  "Mercado Libre",
		"position": "Senior Software Engineer",
	}
}

func GetYoutubeChannel() string {
	return "https://www.youtube.com/@huncoding"
}

func GetDegree() string {
	return "Bachelors Degree in Computer Science / 2021"
}

func GetDailyKnowledge() []string {
	return []string{
		"Java",
		"GoLang",
		"Python",
		"AWS - Amazon Web Services",
		"Kotlin",
		"Kafka",
		"Terraform",
		"MongoDB",
		"AuroraDB",
		"Docker",
	}
}

func GetFutureGoal() string {
	return "Contribute to open source, work with international projects and help a lot with knowledge"
}

HunCoding HunCoding HunCoding HunCoding HunCoding HunCoding

Pinned Loading

  1. DailyBakery DailyBakery Public

    App to help lovers of warm bread to know whenever there is a new batch of bread at their favorite bakery!

    TypeScript 2

  2. HunterMarketAppBackend HunterMarketAppBackend Public

    Backend of one of my projects simulating a mobile e-commerce app, made to learn Spring and mobile.

    Java

  3. infra-utils-go infra-utils-go Public

    Implementing gracefully shutdown, prometheus and application health into a library in golang

    Go 5

  4. url-shortener-go url-shortener-go Public

    url-shortener-go gets an URL and saves on database with your shortened version

    Go

  5. websocket-chat-go websocket-chat-go Public

    Creating a simple chat application using websocket and JS to interact with it. Just for learning

    Go

  6. gRPC-studies-go gRPC-studies-go Public

    Repository to store codes about gRPC that i've been studying with GoLang

    Go