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

2026년 4월 26일
Claude Code의 /review와 claude-code-action으로 PR 리뷰를 자동화한 경험
Anthropic 공식 Claude Code의 /review 기능과 GitHub Actions용 claude-code-action을 활용해 PR 코드 리뷰를 자동화하고, CLAUDE.md로 리뷰 기준을 관리한 경험을 공유합니다.
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