Skip to content
View yagikota's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report yagikota

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

🥳 About Me

package profile 

type Profile struct {
	Name     string
	X        string
	Linkedin string
	Wantedly string
}

func NewProfile() Profile {
	return Profile{
		Name:     "Kota Yagi",
		X:        "https://x.com/88888888_kota",
		Linkedin: "https://www.linkedin.com/in/yagikota",
		Wantedly: "https://www.wantedly.com/id/kouta_yagi_b",
	}
}

🤪 Status

Top LangsWantedly_Mark_LightBG

trophy

🛠 Skills

used in practice

My Skills

My Skills

My Skills

My Skills

others

My Skills

📝 Blog

Pinned Loading

  1. yagikota yagikota Public

    My personal repository

  2. clean-architecture-with-go clean-architecture-with-go Public

    This is a sample API built by Go(Echo) and SQLBoiler according to Clean Architecture.

    Go 32 5

  3. docker-https-with-self-CA docker-https-with-self-CA Public

    docker-https-with-self-CA enables https communication between client and server.

    Go 1