Namhoon Kim

Software Engineer

Yongin, Republic of Korea
  • Home
  • About
  • Repository
  • Links
  • Categories
  • Tags
  • Archives
  • Life
  • - Diary
  • Subject
  • - Project
  • - Topic
  • - Keyword
  • Language
  • - Java
  • - Kotlin
  • ⎿ Coroutines
  • Computer Science
  • - Introduction
  • - (Preparing) Data Structure
  • - (Preparing) Algorithm
  • Methodology
  • - Test
  • - OOP
  • - Architecture
  • PS
  • - LeetCode
  • - BOJ
  • Cryptology
  • - Theory
  • - (Preparing) PKI
  • Authentication
  • - (Preparing) OAuth
  • - FIDO 2.0
  • Android
  • - Introduction
  • - (Preparing) Topic
  • - Deep Dive
  • KMP
  • - Mobile

Board

Namhoon Kim's Coding Log

Tag Cloud

2의 보수 2진수 ASCII BFS BOJ Bipartite matching DFS Dynamic Programming Floyd Graph Greedy Huffman Hungarian Legacy Code NAVER Pathfinder RLE Regex Segment Tree Sort String Strongly Connected Components Topological Sort Unicode asFlow async authentication await bfs bit bitmasking boilerplate brute force buffer builder byte caesar cancel catch channel clean architecture clean code collectLatest combine conflate context coroutines count data structure delay divide and conquer downstream drive drop dynamic programming dynamically effective eratosthenes essence-of-object-orientation exception handling factory fan fido filter finally flatMapConcat flatMapLatest flatMapMerge flow flowOf flowOn floyd-warshall fold google graph greedy hackday hash hosting image implementation in java java-to-kotlin javabeans jekyll job join junit kmm kotlin launch map mathematics mathmatics method multiplatform object onCompletion oop out pipeline pragmatic-unit-test recursive reduce ruby runBlocking scytale sharedflow simulation singleton sort stateflow static static pages statically string suspend take tdd telescoping try typed unit test upstream withContext withTimeout zip 개발자 객체지향 구성 기능 네이버 덧셈 데이터 문자 변환 뺄셈 숫자 스키테일 시스템 시저 암호학 역사 자가격리 재택근무 정수 제조업 진법 진수 커리어 컴퓨터 컴퓨터공학 코로나 핵데이 후기

Recent Posts

  • method-architecture

    040. (Clean Architecture) 16. 독립성

    2024-05-28

  • method-test

    061. (Getting Started with Test-Driven Development) 11. TDD 마무리

    2024-05-27

  • method-test

    060. (Getting Started with Test-Driven Development) 10. 테스트 코드와 유지보수

    2024-05-24

  • method-architecture

    039. (Clean Architecture) 15. 아키텍처란?

    2024-05-23

  • method-architecture

    038. (Clean Architecture) 14. 컴포넌트 결합

    2024-05-22

  • method-architecture

    037. (Clean Architecture) 13. 컴포넌트 응집도

    2024-05-21

  • method-test

    059. (Getting Started with Test-Driven Development) 9. 테스트 범위와 종류

    2024-05-20

  • method-test

    058. (Getting Started with Test-Driven Development) 8. 테스트 가능한 설계

    2024-05-17

  • method-architecture

    036. (Clean Architecture) 12. 컴포넌트

    2024-05-16

  • method-test

    057. (Getting Started with Test-Driven Development) 7. 대역

    2024-05-13

(LeetCode) 190. Reverse Bits

May 17 ps_leetcode Comments 383 words 2 mins for read

(LeetCode) 461. Hamming Distance

May 15 ps_leetcode Comments 132 words 1 mins for read

(LeetCode) 191. Number of 1 Bits

May 14 ps_leetcode Comments 154 words 1 mins for read

(LeetCode) 13. Roman to Integer

May 13 ps_leetcode Comments 422 words 2 mins for read

(LeetCode) 326. Power of Three

May 12 ps_leetcode Comments 313 words 1 mins for read

(LeetCode) 204. Count Primes

May 11 ps_leetcode Comments 164 words 1 mins for read

(LeetCode) 412. Fizz Buzz

May 10 ps_leetcode Comments 249 words 1 mins for read

(LeetCode) 155. Min Stack

May 7 ps_leetcode Comments 314 words 1 mins for read

(LeetCode) 384. Shuffle an Array

May 6 ps_leetcode Comments 460 words 2 mins for read

(LeetCode) 198. House Robber

May 4 ps_leetcode Comments 318 words 1 mins for read

(LeetCode) 53. Maximum Subarray

May 3 ps_leetcode Comments 188 words 1 mins for read

(LeetCode) 121. Best Time to Buy and Sell Stock

Apr 30 ps_leetcode Comments 253 words 1 mins for read

(LeetCode) 70. Climbing Stairs

Apr 29 ps_leetcode Comments 222 words 1 mins for read

(LeetCode) 278. First Bad Version

Apr 28 ps_leetcode Comments 242 words 1 mins for read

(LeetCode) 88. Merge Sorted Array

Apr 27 ps_leetcode Comments 341 words 2 mins for read

(LeetCode) 108. Convert Sorted Array to Binary Search Tree

Apr 26 ps_leetcode Comments 256 words 1 mins for read

(LeetCode) 102. Binary Tree Level Order Traversal

Apr 22 ps_leetcode Comments 229 words 1 mins for read

(LeetCode) 101. Symmetric Tree

Apr 20 ps_leetcode Comments 387 words 2 mins for read

(LeetCode) 98. Validate Binary Search Tree

Apr 19 ps_leetcode Comments 290 words 1 mins for read

(LeetCode) 104. Maximum Depth of Binary Tree

Apr 13 ps_leetcode Comments 180 words 1 mins for read

(LeetCode) 141. Linked List Cycle

Apr 12 ps_leetcode Comments 386 words 2 mins for read

(LeetCode) 234. Palindrome Linked List

Apr 10 ps_leetcode Comments 232 words 1 mins for read

(LeetCode) 21. Merge Two Sorted Lists

Apr 9 ps_leetcode Comments 263 words 1 mins for read

(LeetCode) 206. Reverse Linked List

Apr 8 ps_leetcode Comments 154 words 1 mins for read

(LeetCode) 19. Remove Nth Node From End of List

Apr 7 ps_leetcode Comments 216 words 1 mins for read

(LeetCode) 237. Delete Node in a Linked List

Apr 6 ps_leetcode Comments 290 words 1 mins for read

(LeetCode) 14. Longest Common Prefix

Apr 5 ps_leetcode Comments 166 words 1 mins for read

(BOJ) 2243 사탕상자

Apr 5 ps_boj BOJ, Segment Tree Comments 501 words 3 mins for read

(BOJ) 13560 축구 게임

Apr 5 ps_boj BOJ, Greedy Comments 409 words 2 mins for read

(LeetCode) 38. Count and Say

Apr 4 ps_leetcode Comments 319 words 1 mins for read

(LeetCode) 28. Implement strStr()

Apr 3 ps_leetcode Comments 180 words 1 mins for read

(LeetCode) 8. String to Integer (atoi)

Apr 2 ps_leetcode Comments 1k words 6 mins for read

(LeetCode) 125. Valid Palindrome

Apr 1 ps_leetcode Comments 123 words 1 mins for read

(LeetCode) 242. Valid Anagram

Mar 31 ps_leetcode Comments 363 words 2 mins for read

(Android Deep Dive) Jetpack Compose 통합본

Mar 31 android_deep_dive Comments 61 words 1 mins for read

(LeetCode) 387. First Unique Character in a String

Mar 30 ps_leetcode Comments 202 words 1 mins for read

(LeetCode) 7. Reverse Integer

Mar 29 ps_leetcode Comments 204 words 1 mins for read

(LeetCode) 344. Reverse String

Mar 29 ps_leetcode Comments 137 words 1 mins for read

(BOJ) 14263 카드 놓기

Mar 29 ps_boj BOJ, Topological Sort Comments 904 words 5 mins for read

(BOJ) 1506 경찰서

Mar 29 ps_boj BOJ, Floyd, Pathfinder, Strongly Connected Components Comments 496 words 3 mins for read

(LeetCode) 48. Rotate Image

Mar 28 ps_leetcode Comments 234 words 1 mins for read

(LeetCode) 36. Valid Sudoku

Mar 28 ps_leetcode Comments 673 words 4 mins for read

(LeetCode) 1. Two Sum

Mar 27 ps_leetcode Comments 229 words 1 mins for read

(LeetCode) 283. Move Zeroes

Mar 27 ps_leetcode Comments 143 words 1 mins for read

(LeetCode) 66. Plus One

Mar 27 ps_leetcode Comments 228 words 1 mins for read

(LeetCode) 350. Intersection of Two Arrays II

Mar 27 ps_leetcode Comments 189 words 1 mins for read

(LeetCode) 136. Single Number

Mar 26 ps_leetcode Comments 252 words 1 mins for read

(LeetCode) 217. Contains Duplicate

Mar 25 ps_leetcode Comments 139 words 1 mins for read

(LeetCode) 189. Rotate Array

Mar 24 ps_leetcode Comments 255 words 1 mins for read

(LeetCode) 122. Best Time to Buy and Sell Stock II

Mar 23 ps_leetcode Comments 291 words 1 mins for read

(LeetCode) 26. Remove Duplicates from Sorted Array

Mar 22 ps_leetcode Comments 271 words 1 mins for read

(BOJ) 16496 큰 수 만들기

Mar 22 ps_boj BOJ, greedy, sort Comments 397 words 2 mins for read

(BOJ) 1867 돌멩이 제거

Mar 22 ps_boj BOJ, Bipartite matching, DFS, Hungarian Comments 354 words 2 mins for read

(Android Deep Dive) Jetpack Compose Part 2

Mar 21 android_deep_dive Comments 890 words 5 mins for read

(Android Deep Dive) Jetpack Compose Part 1

Mar 14 android_deep_dive Comments 933 words 5 mins for read

(Android Deep Dive) 스터디 소개

Mar 1 android_deep_dive Comments 180 words 1 mins for read

20020년의 쿠팡

Sep 18 diary Comments 254 words 1 mins for read

(Topic) 001. 구글 드라이브로 이미지 호스팅하기

Jul 2 topic drive, google, hosting, image Comments 699 words 4 mins for read

해치웠나..!

Jun 1 diary Comments 635 words 3 mins for read

2020 NAVER CAMPUS HACKDAY 후기

May 24 diary NAVER, hackday, 네이버, 핵데이, 후기 Comments 1.1k words 6 mins for read

자율주행인가 타율주행인가

May 4 diary Comments 233 words 1 mins for read

이것은 과연 해킹인가 슈킹인가

Apr 21 diary Comments 179 words 1 mins for read

Boilerplate

Mar 25 keyword boilerplate Comments 98 words 1 mins for read

투자 수단 테스트

Jan 2 diary Comments 344 words 2 mins for read

2019년 회고

Jan 1 diary Comments 681 words 4 mins for read

취업이란 무엇이며, 스펙이란 무엇인가?

Oct 29 diary Comments 641 words 4 mins for read

(Diary) Logitech Flow 후기

Oct 16 diary Comments 30 words 1 mins for read

(Diary) 컨텐츠 제작 능력이 가지고 싶다

Sep 26 diary Comments 29 words 1 mins for read

(Diary) Oksusu Api 리버싱

Aug 24 diary Comments 353 words 2 mins for read

(Diary) 게임 중독과 회사는 질병이다.

May 23 diary Comments 45 words 1 mins for read

(Diary) 이중성

May 6 diary Comments 19 words 1 mins for read

(Diary) 오늘도 마케팅에 놀아났다 Feat_참이슬

Mar 17 diary Comments 16 words 1 mins for read

(Diary) 내가 빌라를 살기 싫은 이유

Mar 17 diary Comments 32 words 1 mins for read

(Diary) 새벽 출근길.jpg

Oct 25 diary Comments 10 words 1 mins for read

(Diary) Welcome to the big screens.

Oct 11 diary Comments 3 words 1 mins for read

(Diary) 2018 Deview

Oct 11 diary Comments 3 words 1 mins for read

(Diary) 유튜브의 건너뛰기 비활성화 정책

Aug 26 diary Comments 83 words 1 mins for read

(Diary) 경력같은 신입 그리고 왜곡

Jun 8 diary Comments 163 words 1 mins for read

(Diary) 맨날 컴퓨터만 하니까 그렇지!! 잔소리 안 듣는 법.

May 28 diary Comments 40 words 1 mins for read

(Diary) 겪어보지 못한 자는 유토피아를 꿈꾼다.

May 21 diary Comments 21 words 1 mins for read

(Diary) 생활코딩에서 탈퇴했다.

Apr 22 diary Comments 131 words 1 mins for read

(NAVER) 2단계 인증 개선

Apr 16 project Comments 87 words 1 mins for read

(Diary) 내린천 휴게소의 UIUX

Apr 3 diary Comments 30 words 1 mins for read

(Diary) Punctuality is the soul of business.

Feb 25 diary Comments 4 words 1 mins for read

(Diary) Airpods

Feb 22 diary Comments 7 words 1 mins for read

(Diary) Give & Take

Jan 7 diary Comments 70 words 1 mins for read

(Diary) 지나가다 얻어맞기

Dec 1 diary Comments 4 words 1 mins for read

(Diary) iPhone X - Say Hello to the future.

Nov 29 diary Comments 3 words 1 mins for read

(Diary) 모니터 듀얼 구성 / AppleTV 미러링

Nov 24 diary Comments 17 words 1 mins for read

(Diary) 협업을 하는 회사

Oct 19 diary Comments 27 words 1 mins for read

(Diary) 모든 결과에는 이유가 있다

Oct 12 diary Comments 6 words 1 mins for read

(Diary) 짭슬라

Sep 23 diary Comments 5 words 1 mins for read

(Diary) 원룸 필수템

Sep 21 diary Comments 5 words 1 mins for read

(Diary) 카카오뱅크 출시!!

Jul 27 diary Comments 10 words 1 mins for read

023. Web API for accessing FIDO 2.0 credentials - Sample scenarios

Jul 18 fido2 authentication, fido Comments 1.1k words 7 mins for read

022. Web API for accessing FIDO 2.0 credentials - FIDO Authenticator model

Jul 18 fido2 authentication, fido Comments 658 words 4 mins for read

021. Web API for accessing FIDO 2.0 credentials - FIDO Authenticator model

Jul 18 fido2 authentication, fido Comments 1.5k words 9 mins for read

020. Web API for accessing FIDO 2.0 credentials - FIDO Authenticator model

Jul 17 fido2 authentication, fido Comments 608 words 3 mins for read

019. Web API for accessing FIDO 2.0 credentials - Conformance

Jul 17 fido2 authentication, fido Comments 187 words 1 mins for read

018. Web API for accessing FIDO 2.0 credentials - Use cases

Jul 17 fido2 authentication, fido Comments 443 words 2 mins for read

Prev1234Next
Page 3 of 4
-->