실리콘밸리의 팀장들 - 1부 실리콘밸리의 새로운 인간관계론
킴 스콧 - 《실리콘밸리의 팀장들》, 까칠한 인재마저 사로잡은 그들의 지독함 솔직함.
I believe being considerate means writing clean, readable code,
building predictable and testable systems,
and delivering reliable, trustworthy services that users can depend on.
I’m constantly learning and growing to become better at this,
and this blog is where I share my journey as a learning developer.
MongoDB skip 기반 pagination의 성능 한계와 Range Query(cursor) 방식으로의 전환
MongoDB에서 skip 기반 deep paging의 성능 문제를 분석하고, _id 기반 Range Query로 개선하는 방법을 벤치마크와 함께 정리한다.
Continue Reading →Updated: 2026-01-20
Build a reproducible load testing environment with k6, InfluxDB, and Grafana using Docker for reliable performance comparison
Docker 기반으로 k6 부하 테스트 스택을 구성하고, 대시보드 자동화와 메트릭 영속화를 통해 반복 가능한 성능 테스트 환경을 구축해보자.
Read Updated Post →