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 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
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

Pinned Loading

  1. I'm a night πŸ¦‰ I'm a night πŸ¦‰
    1
    🌞 Morning   125 commits  β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   5.2%
    2
    πŸŒ† Daytime   306 commits  β–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  12.8%
    3
    πŸŒƒ Evening  1238 commits  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  51.9%
    4
    πŸŒ™ Night     716 commits  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  30.0%
  2. πŸ“Š Weekly development breakdown πŸ“Š Weekly development breakdown
    1
    Python     5 hrs 41 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  56.5%
    2
    Other      2 hrs 27 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  24.5%
    3
    Markdown   1 hr 19 mins   β–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  13.1%
    4
    TOML       21 mins        β–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   3.5%
    5
    jsonc      13 mins        ▍░░░░░░░░░░░░░░░░░░░░   2.2%
  3. koog-playground koog-playground Public

    πŸš€ Kotlin-based AI agent framework playground featuring examples, strategies, and tools for building intelligent agents with Koog library

    Kotlin 1

  4. spring-boot-bucket4j spring-boot-bucket4j Public

    Spring Boot with Bucket4j

    Kotlin

  5. realworld-kotlin-ktor-exposed realworld-kotlin-ktor-exposed Public

    RealWorld example application built with Kotlin + Ktor + Exposed

    Kotlin 1

  6. jvm-web-framework-benchmark jvm-web-framework-benchmark Public

    Spring MVC(가상 μŠ€λ ˆλ“œ vs. ν”Œλž«νΌ μŠ€λ ˆλ“œ)와 Spring WebFlux κ°„μ˜ API μ„±λŠ₯을 λ²€μΉ˜λ§ˆν‚Ήν•˜κΈ° μœ„ν•œ λ©€ν‹° λͺ¨λ“ˆ ν”„λ‘œμ νŠΈμž…λ‹ˆλ‹€. Kotlin, Spring Boot, JPA, R2DBC, Gatling을 μ‚¬μš©ν•˜μ—¬ λΈ”λ‘œν‚Ή/λ…ΌλΈ”λ‘œν‚Ή λͺ¨λΈμ˜ μ„±λŠ₯을 비ꡐ λΆ„μ„ν•©λ‹ˆλ‹€.

    HTML