Source Thoughts in a Monorepo
Web
Database
Data Science
Algorithms
Troubleshoot
CV
Categories
All
(17)
Apache Commons
(1)
BigDecimal
(1)
StringEscapeUtils
(1)
abs
(1)
add
(1)
algorithms
(3)
aware
(1)
background
(1)
c
(1)
c++
(1)
chaos monkey
(1)
chrome devtools
(1)
chrome remote desktop
(1)
clock
(1)
cloud
(1)
crawling
(1)
cycle
(1)
data science
(1)
database
(1)
decimal
(1)
discord
(1)
django
(1)
django rest framework
(1)
double
(1)
escapeXml10
(1)
float
(1)
graphql
(1)
html
(1)
iana
(1)
java
(2)
javascript
(1)
leetcode
(2)
linked list
(1)
login items
(1)
macOS
(1)
max
(1)
median
(1)
microservice
(1)
migration assistant
(1)
min
(1)
monolith
(1)
naive
(1)
negative zero
(1)
netflix
(1)
open source contribution
(1)
programmers
(1)
pvlib
(1)
python
(1)
query string
(1)
request method
(1)
semantic tag
(1)
semistructured data
(1)
serializer
(1)
single point of failure
(1)
speed
(1)
spreadsheet
(1)
spring
(1)
timezone
(1)
troubleshoot
(1)
two pointers
(1)
unescapeXml
(1)
web
(3)
xml
(2)
백발백준
(1)
쥐쥐
(1)
코드트리
(8)
코딩테스트
(8)
코딩테스트실력진단
(8)
All Posts
이진수 대신 십진수를 쓰면 오차가 없어질까?
2 min
algorithms
float
decimal
double
BigDecimal
python
java
정수 아닌 실수 연산은 오차 관리가 더 힘들다. 십진수를 쓰면 문제가 없을까?
Yunho Kee
May 26, 2024
Timezone은 무조건 UTC 변환하면 될까?
2 min
data science
pvlib
open source contribution
timezone
naive
aware
serializer
iana
django
django rest framework
Timezone 버그 때문에 동료가 많이 고생했다. 이제야 오픈소스 PR을 남긴다.
Yunho Kee
May 19, 2024
-0.0을 0.0으로 어떻게 바꿀까?
1 min
algorithms
abs
negative zero
min
max
add
c
c++
java
javascript
-0.0을 출력하면 보이는 음의 부호를 지우고 싶다.
Yunho Kee
May 12, 2024
XML API 응답 개수가 DB 조회 개수와 달라요
StringEscapeUtils.escapeXML10
1 min
web
xml
escapeXml10
unescapeXml
spring
StringEscapeUtils
Apache Commons
2021년 해군 소프트웨어개발병 시절 후임을 돕다 발견한 문제이다.
Yunho Kee
May 5, 2024
XML
1 min
xml
database
html
semistructured data
semantic tag
Tag는 Graph의 간선(Arc)에 해당한다.
Yunho Kee
Apr 28, 2024
Microservice와 Single Point of Failure (SPOF)
1 min
web
microservice
monolith
single point of failure
netflix
chaos monkey
웹 개발자
Rusendić (2022)
에 따르면, Program 하나를 개발하면 Monolith(Monolithic Architecture), 여러 Program으로 구현하면 MSA(Microservice Architecture)이다.
Yunho Kee
Apr 14, 2024
이 컴퓨터의 Chrome 원격 데스크톱 설치에서 문제가 감지되었습니다.
A problem was detected with the Chrome Remote Desktop installation on this computer.
2 min
troubleshoot
chrome remote desktop
macOS
migration assistant
background
login items
회사에서 쓰던 MacBook Pro가 최신형으로 교체됐다. 그런데 Chrome Remote Desktop이 안 된다!
Yunho Kee
Apr 4, 2024
LeetCode Daily Crawling
Server 비용 없이 Google Sheets 운영하기
7 min
web
crawling
graphql
cloud
spreadsheet
request method
query string
chrome devtools
leetcode
discord
Crawling Server는 ChatGPT처럼 동적 자원을 응답할 수 있다. 어느 날부터 연결이 안 되어 직접 개발해 보려는데 Cloud 배포가 편할 것 같다. 방법은 정말 많다: AWS EC2,
1
AWS EKS,
2
Heroku,
3
Google Firebase,
4
AWS Lambda,
5
Google…
Yunho Kee
Mar 17, 2024
Two Pointers Speed Control
Cycle 검사, Median, 시계
10 min
algorithms
leetcode
programmers
two pointers
linked list
cycle
median
clock
speed
쥐쥐
백발백준
미로에서 전진만 반복했는데 아까 왔던 곳으로 되돌아왔다. 어떻게 알았을까?
Yunho Kee
Mar 14, 2024
[코드트리 챌린지] 8주차 - 배열 기록
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/cote/17/problems/keep-the-lead-3/
Yunho Kee
Oct 30, 2023
[코드트리 챌린지] 7주차 - 최장 연속 부분 수열
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/cote/17/problems/subsequence-above-t/
Yunho Kee
Oct 23, 2023
[코드트리 챌린지] 6주차 - 2차원 배열 입력
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/missions/4/problems/change-to-capital/
Yunho Kee
Oct 16, 2023
[코드트리 챌린지] 5주차 - Dijkstra
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/missions/8/problems/shortest-distance-9/
Yunho Kee
Oct 9, 2023
[코드트리 챌린지] 4주차 - DFS
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/missions/2/problems/determine-escapableness-with-2-ways/
Yunho Kee
Oct 2, 2023
[코드트리 챌린지] 3주차 - 격자 안에서 한 칸씩 전진하는 DP
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/missions/2/problems/lis-on-the-integer-grid/
Yunho Kee
Sep 25, 2023
[코드트리 챌린지] 2주차 - Parametric Search
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/missions/8/problems/three-five-moo/
Yunho Kee
Sep 25, 2023
[코드트리 챌린지] 1주차 - 구간 단위로 완전탐색
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/cote/14/problems/beautiful-sequence-2/
Yunho Kee
Sep 11, 2023
No matching items
Back to top