Source Thoughts in a Monorepo
  • Web
  • Database
  • Data Science
  • Algorithms
  • Troubleshoot
  • CV
Categories
All (25)
abs (1)
add (1)
algorithms (3)
anaconda (1)
anomalies (2)
Apache Commons (1)
atomicity (1)
attention (1)
auditability (1)
auto-regressive (1)
aware (1)
background (1)
backward compatibility (1)
Bay Area K Group (4)
BigDecimal (1)
blob (1)
Brett Cannon (1)
build (1)
c (1)
c++ (1)
change data capture (1)
chaos monkey (2)
Charlie Marsh (1)
chrome devtools (1)
chrome remote desktop (1)
chunks (1)
clock (1)
cloud (1)
consistency (3)
content distribution networks (2)
crawling (1)
cross-origin resource sharing (1)
cross-platform (3)
cross-site request forgery (1)
cross-site scripting (1)
cv (2)
cycle (1)
data science (2)
database (4)
decimal (1)
decoder (1)
discord (1)
distutils (1)
django (1)
django rest framework (1)
Donald Stufft (1)
double (1)
Dropbox (1)
eager (2)
elasticsearch (1)
encoder (1)
escapeXml10 (1)
event bus (1)
event stream (1)
float (1)
Frost Ming (1)
full-text index (2)
full-text indexes (1)
gpt (1)
graph (1)
graphql (1)
hash (1)
html (1)
iana (1)
inheritance (2)
inverted index (2)
inverted indexes (1)
isolation (4)
java (2)
javascript (1)
json (1)
kafka (1)
large language models (2)
LaTeX (2)
lazy (2)
leetcode (2)
linked list (1)
lock files (1)
login items (1)
long polling (1)
lost update (1)
macOS (1)
max (1)
median (1)
microservice (2)
migration assistant (1)
min (1)
monolith (2)
monorepo (3)
naive (1)
nand flash (2)
negative zero (1)
netflix (2)
normalization (1)
nosql (1)
observable (2)
on-demand (2)
open-source (3)
painless (1)
Paul Moore (1)
PEP (1)
pip (1)
platform independence (2)
programmers (1)
pvlib (1)
PyPA (1)
PyPI (1)
python (1)
Python Core Developer (1)
Python Steering Council (1)
query string (1)
Randy Döring (1)
reconciliation (1)
redis (1)
RedLock (1)
references (2)
reproducibility (1)
request method (1)
residual (1)
resumability (1)
resume (2)
rnn (1)
rust (1)
sbom (1)
scale (2)
scm (1)
sdist (1)
semantic tag (1)
semistructured data (1)
serializer (1)
server-sent events (1)
Seth Michael Larson (1)
setuptools (1)
single point of failure (2)
speed (1)
spreadsheet (1)
spring (1)
standalone (1)
standard (1)
stateless (1)
StringEscapeUtils (1)
system design (2)
temperature (1)
Ticketmaster (1)
timezone (1)
transformer (1)
troubleshoot (1)
two pointers (1)
typing-extensions (1)
unescapeXml (1)
uranusjr (1)
version (1)
web (7)
WebSockets (1)
WheelNext (1)
workspace (1)
xml (2)
백발백준 (1)
쥐쥐 (1)
코드트리 (8)
코딩테스트 (8)
코딩테스트실력진단 (8)

All Posts

PEP 751: Python pylock.toml의 requirements.txt 대체
5 min
database
lock files
standard
PEP
reproducibility
hash
painless
build
sdist
version
backward compatibility
auditability
cross-platform
typing-extensions
anaconda
WheelNext
graph
json
nosql
workspace
rust
monorepo
scm
sbom
standalone
pip
distutils
setuptools
Python Steering Council
Python Core Developer
PyPA
PyPI
Brett Cannon
uranusjr
Paul Moore
Seth Michael Larson
Donald Stufft
Frost Ming
Charlie Marsh
Randy Döring
Yunho Kee
Jun 9, 2025

Visualized: Microservices as the Upper Bound for Monolith Availability
15 min
web
microservice
monolith
single point of failure
netflix
chaos monkey
scale
nand flash
observable
According to web developer Krtalić Rusendić (2022), a single program is considered a monolithic architecture, while implementing the same program as multiple programs is…
Yunho Kee
May 30, 2025

CORS, CSRF, XSS는 서버에서 막으면 그만일까?
1 min
web
cross-origin resource sharing
cross-site request forgery
cross-site scripting
CORS(Cross-Origin Resource Sharing)1을 제한적으로만 허용하기 위해(Authorization), 서버는 요청의 Origin Header(Authentication)에 의존한다. 그래서 브라우저는 Origin Header의 변조를(Integrity) 막아야 한다.
Yunho Kee
May 28, 2025

Transformer에서 배울 점
3 min
data science
transformer
rnn
gpt
encoder
decoder
stateless
auto-regressive
normalization
residual
temperature
attention
Transformer 논문에서1 배울 점은 무엇일까?
Yunho Kee
May 25, 2025

Open-Source CV or Resume Engineering
4 min
database
cv
resume
consistency
cross-platform
platform independence
references
anomalies
eager
lazy
isolation
on-demand
inheritance
monorepo
full-text index
inverted index
LaTeX
large language models
open-source
Bay Area K Group
Are you looking for a better way to manage and maintain documents with similar content, such as your CV or resume? This open-source project offers an automated…
Yunho Kee
May 15, 2025

오픈소스 이력서 엔지니어링
3 min
database
cv
resume
consistency
cross-platform
platform independence
references
anomalies
eager
lazy
isolation
on-demand
inheritance
monorepo
full-text index
inverted index
LaTeX
large language models
open-source
Bay Area K Group
이력서를 한 번에 여러 포맷(PDF, DOCX, 웹)으로 관리하는 게 번거로우셨나요? 오픈소스 프로젝트로 직접 워크플로우를 만들어봤습니다.
Yunho Kee
May 15, 2025

느리게 동기화하는 시스템 설계
파일 동기화 시스템
2 min
web
system design
atomicity
consistency
isolation
resumability
reconciliation
chunks
blob
event stream
event bus
kafka
content distribution networks
Bay Area K Group
Dropbox
Yunho Kee
Apr 12, 2025

DB 병목을 나누는 시스템 설계
공연 예약 시스템
4 min
web
system design
lost update
isolation
redis
RedLock
elasticsearch
content distribution networks
long polling
server-sent events
WebSockets
change data capture
full-text indexes
inverted indexes
Bay Area K Group
Ticketmaster
Yunho Kee
Mar 29, 2025

이진수 대신 십진수를 쓰면 오차가 없어질까?
2 min
algorithms
float
decimal
double
BigDecimal
python
java
정수 아닌 실수 연산은 오차 관리가 더 힘들다. 십진수를 쓰면 문제가 없을까?
Yunho Kee
May 26, 2024

Timezone은 무조건 UTC 변환하면 될까?
2 min
data science
pvlib
open-source
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의 SPOF(Single Point of Failure) 문제 해결과 그 비용
12 min
web
microservice
monolith
single point of failure
netflix
chaos monkey
scale
nand flash
observable
웹 개발자 Krtalić Rusendić (2022) 에 따르면, 프로그램 하나를 개발하면 Monolith(Monolithic Architecture), 여러 프로그램으로 구현하면 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

[코드트리 챌린지] 2주차 - Parametric Search
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/missions/8/problems/three-five-moo/
Yunho Kee
Sep 25, 2023

[코드트리 챌린지] 3주차 - 격자 안에서 한 칸씩 전진하는 DP
1 min
코드트리
코딩테스트
코딩테스트실력진단
https://www.codetree.ai/missions/2/problems/lis-on-the-integer-grid/
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
     

    Copyright 2023-2025, Yunho Kee

    • View source