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()- Fingerprint:
033C F3F9 C1D5 D548 4930 A8CB 682D 5D1E 6D45 BD93 - Public key
Latest posts of @bossm0n5t3r
- Phoenix + LiveView μ μ Rate Limit μ μ©κΈ°
- π λ°©λ¬Έ κΈ°λ‘ κ²μ νμ₯ νλ‘κ·Έλ¨, Historikie
- Kotlin λ©€λ² ν¨μμ νμ₯ ν¨μμ λμ λ°©μ μ°¨μ΄ λ° λ΄λΆ μ리
- [κ·Έλ¦Όκ³Ό μ€μ΅μΌλ‘ λ°°μ°λ μΏ λ²λ€ν°μ€ μ λ¬Έ] 12μ₯. μ΄ μ± μ΄νμ νμ΅μ λνμ¬
- [κ·Έλ¦Όκ³Ό μ€μ΅μΌλ‘ λ°°μ°λ μΏ λ²λ€ν°μ€ μ λ¬Έ] 11μ₯. μ΅μ λ²λΉλ¦¬ν°μ λͺ¨λν°λ§ λ€λ£¨κΈ°





