Skip to content
View bossm0n5t3r's full-sized avatar
๐Ÿ”ฅ
Burning
๐Ÿ”ฅ
Burning

Organizations

@code-bleu

Block or report bossm0n5t3r

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
bossm0n5t3r/README.md

About me ๐Ÿง‘โ€๐Ÿ’ป

val bossm0n5t3r = developer {
    about {
        name = "Ji-Hoon Kim"
        role = Backend
    }
    tech(
        "Kotlin",
        "Spring",
        "Testing",
    )
    links {
        blog = "https://bossm0n5t3r.github.io/"
    }
}
defmodule Developer do
  @spec about() :: %{name: String.t(), role: atom()}
  def about do
    %{name: "Ji-Hoon Kim", role: :backend}
  end

  @spec tech() :: [String.t()]
  def tech do
    ["Elixir", "Phoenix"]
  end

  @spec links() :: %{blog: String.t()}
  def links do
    %{blog: "https://bossm0n5t3r.github.io/"}
  end

  @spec profile() :: %{about: map(), tech: [String.t()], links: map()}
  def profile do
    %{about: about(), tech: tech(), links: links()}
  end
end

bossm0n5t3r = Developer.profile()

GPG


Latest posts of @bossm0n5t3r


GitHub Streak

Popular repositories Loading

  1. auto-setup auto-setup Public

    Auto setup is a bash script to install and setup necessary programs.

    Shell 4 3

  2. LeetCode LeetCode Public archive

    LeetCode Problem Solutions using Kotlin

    Kotlin 2

  3. realworld-kotlin-ktor-exposed realworld-kotlin-ktor-exposed Public archive

    RealWorld example application built with Kotlin + Ktor + Exposed

    Kotlin 2

  4. project-euler-solutions project-euler-solutions Public

    Elixir 1

  5. Learning_Git Learning_Git Public

    Learning Git

    C++ 1

  6. TREEware-Archived TREEware-Archived Public archive

    JavaScript 1 1