Hi, I’m a considerate developer.

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.

Latest Post

MySQL TIMESTAMP vs DATETIME, Y2K38 문제: 언제 컬럼을 바꿔야 할까

MySQL TIMESTAMP vs DATETIME, Y2K38, and when to migrate time columns

MySQL TIMESTAMP의 2038년 한계(Y2K38), DATETIME과의 차이, Spring Boot/JPA 테스트 방법, 운영 DB 마이그레이션 전략까지 실무 기준으로 정리한다.

Continue Reading →
Recently Updated

MongoDB Pagination 성능 개선 - skip + limit 에서 Range Query

Updated: 2026-03-08

MongoDB skip 기반 pagination의 성능 한계와 Range Query(cursor) 방식으로의 전환

MongoDB에서 skip 기반 deep paging의 성능 문제를 분석하고, _id 기반 Range Query로 개선하는 방법을 벤치마크와 함께 정리한다.

Read Updated Post →
Latest Book ReviewRead All Books →
More PostsRead all →