Categories
Tags
Algorithm Backend Backtracking Base-64 인코딩 Binary Search Bitmask Bitwise Operation Boundary Cache-Control CI-CD Content-negotiation CORS CPU Scheduling DDNS Dependency Graph Difference Array Docker File Upload Git GitHub Actions Graph Greedy Greedy Algorithm Home Server HTTP HTTP 기본 인증 HTTP 완벽 가이드 HTTP2.0 HTTPS HTTP버전 Infra Java LeetCode Linux Memory Management NAT Network Nginx On-Premise Optimization Problem OPTION 메소드 Paging Parametric Search Performance Port Forwarding Prefix Sum Primality Test proxy Range Update Review robots.txt Server Simulation Sliding Window Sorting Spring Boot SSH SSL, TLS Submodule Tailscale TCP 커넥션 Topological Sort TRACE 메소드 UA (User Agent) URL Virtualization (OS) VPN 검색 엔진 국제화 내용 협상 무중단 배포 엔터티와 인코딩 웹 로봇 웹 서버 지속 커넥션 캐시 쿠키 크롤러 클라이언트 식별 트랜스 코딩 프록시
03. 홈 서버 - Tailscale과 GitHub Actions로 배포 자동화하기
Tailscale을 활용해 공인 IP 없이 안전하게 홈서버에 접근하고, GitHub Actions를 통해 배포 자동화를 구현하는 방법을 소개한다. ACL 설정, SSH 구성, CI/CD 연동을 다룬다.
1673 words
|
8 minutes
[LeetCode] Find All Possible Recipes from Given Supplies
의존성을 가지는 형태의 그래프를 탐색할 때, 위상 정렬을 이용할 수 있다.
2313 words
|
12 minutes
[LeetCode] 2401. Longest Nice Subarray
Sliding Window와 비트 연산을 활용한 효율적인 하위 배열 탐색 문제 해결 방법
1024 words
|
5 minutes
[LeetCode] 2560 House Robber IV
2025-03-15
최솟값의 최대화 문제를 이진 탐색(parametric search)으로 효율적으로 해결하는 방법
1505 words
|
8 minutes
[LeetCode] 3356 Zero Array Transformation II
2025-03-13
Binary Search와 Difference Array을 활용한 효율적인 구간 업데이트 문제 해결 방법
1521 words
|
8 minutes
Spring Boot에서의 파일 업로드 비교 - MultipartFile vs InputStream
Spring Boot에서 대용량 파일 업로드 시 발생하는 병목 현상을 분석하고, MultipartFile 방식과 InputStream 직접 사용 방식의 성능 차이를 비교합니다.
2646 words
|
13 minutes
Submodule 로 배포 정보 관리하는 방법
Spring Boot 프로젝트에서 서브모듈을 이용해 private repo에 저장된 `application-prod.yml` 을 다루는 방법을 다룬다.
827 words
|
4 minutes