Skip to content
View gaponukz's full-sized avatar
๐Ÿšฑ
๐Ÿšฑ

Block or report gaponukz

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

๐Ÿ’ซ About Me:

package main

func main() {
	var me *user = &user{
		FullName: "Haponyuk Yevhen",
		Bio:      "Freelancer, sudent of mehmat, average clean code enjoyer",
		Skills:   []string{"go", "python", "databases/orm", "git", "docker", "typescript", "html/css"},
	}

	err := me.DoJob()

	if err != nil {
		panic(err.Error())
	}
}

๐Ÿ“Š GitHub Stats:



Pinned Loading

  1. hegel hegel Public

    Dialectic app core API

    Python

  2. graintrack-testtask graintrack-testtask Public

    Python

  3. atass-auth atass-auth Public

    Atass service for managing users profiles

    Go

  4. atass-payments atass-payments Public

    Atass service for managing payments & adding passengers

    Python

  5. atass-routes atass-routes Public

    Atass service for managing routes

    Python