실리콘밸리의 팀장들 - 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.
MySQL TIMESTAMP vs DATETIME, Y2K38, and when to migrate time columns
MySQL TIMESTAMP의 2038년 한계(Y2K38), DATETIME과의 차이, Spring Boot/JPA 테스트 방법, 운영 DB 마이그레이션 전략까지 실무 기준으로 정리한다.
Continue Reading →Updated: 2026-03-08
MongoDB skip 기반 pagination의 성능 한계와 Range Query(cursor) 방식으로의 전환
MongoDB에서 skip 기반 deep paging의 성능 문제를 분석하고, _id 기반 Range Query로 개선하는 방법을 벤치마크와 함께 정리한다.
Read Updated Post →