Tech
기술 블로그
MDX로 기록한 글과 작업 로그를 한 곳에 모아두는 공간입니다.
AllAIAPIAPI DesignArchitectureAuthenticationBackendBlogChecklistCI/CDCode QualityCollaborationConcurrencyDatabaseDeploymentDevOpsDocumentationEvent-DrivenException HandlingFrontendGitHub ActionsIndexJavaJPAJWTKafkaLoggingMDCMonitoringMulti-ModuleNext.jsNginxObservabilityOpenTelemetryOperationsPaginationPerformanceProductivityReactRedisRefactoringResponseREST APISentrySEOSpring BootSpring SecurityTestcontainersTestingTransactionTroubleshooting

2026년 4월 26일
사이드 프로젝트에 Claude Code /review를 붙여본 3주간의 기록
주문 API 사이드 프로젝트에 Claude Code /review와 claude-code-action을 적용하며 실제로 잡은 버그, 쓸데없는 지적, 설정 삽질을 정리한 경험입니다.
AICI/CDGitHub Actions

2026년 4월 9일
무중단 배포(Zero-Downtime)를 위한 Nginx와 GitHub Actions 연동기
배포할 때마다 10초씩 에러 페이지가 뜨는 치명적인 문제를 방지하기 위해, Nginx와 GitHub Actions를 활용해 무중단 배포(Blue-Green)를 구축한 과정을 담았습니다.
CI/CDNginxDevOps

2026년 3월 28일
GitHub Actions로 배포 자동화 설정하기
수동 배포에서 자주 놓치던 순서를 GitHub Actions로 정리하면서, 테스트와 빌드와 서버 반영을 어떻게 하나의 흐름으로 묶었는지 기록했습니다.
GitHub ActionsCI/CDDeployment