Skip to content
View trackiss's full-sized avatar

Block or report trackiss

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

trackiss

case class MyProfile extends GitHubProfile (
    name      = "trackiss",
    location  = Japan.Gifu,
    birthDate = LocalDate.parse("2000-11-24"),

    history = History.empty[Job]
      .join("岐阜工業高等専門学校 電気情報工学科")
      .drop("岐阜工業高等専門学校 電気情報工学科")
      .join("名古屋工学院専門学校 高度情報学科")
      .graduate("名古屋工学院専門学校 高度情報学科")
      .join("Chatwork株式会社")
      .renameTo("Chatwork株式会社" -> "株式会社kubell")
      .asScala,

    links = Map(
        "GitHub"      -> this.toUrl,
        "X"           -> "https://x.com/twi_trackiss",
        "HatenaBlog"  -> "https://trackiss.hateblo.jp",
        "Qiita"       -> "https://qiita.com/trackiss",
        "SpeakerDeck" -> "https://speakerdeck.com/trackiss"
    )
)

@trackiss's activity is private