From 0b0eacc859b6bf0c41534a01c76c43104cf57aa3 Mon Sep 17 00:00:00 2001 From: Diger Date: Thu, 26 Oct 2023 17:46:01 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=EC=9D=B4=20=EC=A4=91?= =?UTF-8?q?=EC=9A=94=ED=95=98=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2023-09-30-Revenge.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/_posts/2023-09-30-Revenge.md b/_posts/2023-09-30-Revenge.md index 792ceef..901b1bd 100644 --- a/_posts/2023-09-30-Revenge.md +++ b/_posts/2023-09-30-Revenge.md @@ -17,20 +17,14 @@ mermaid: true [해결 과정](https://k-diger.github.io/posts/SUWIKI-1) ---- - ## 2. JWT를 활용한 토큰 기반 인증 vs 세션 기반 인증 [해결 과정](https://k-diger.github.io/posts/SUWIKI-2) ---- - ## 3. 테스트 환경 개선 및 테스트 대역을 코드로 알아보기 [해결 과정](https://k-diger.github.io/posts/SUWIKI-3) ---- - ## 4. Caffeine Cache를 활용하여 홈 API 응답시간 개선 [해결 과정](https://k-diger.github.io/posts/SUWIKI-4) @@ -43,22 +37,14 @@ mermaid: true [해결 과정](https://k-diger.github.io/posts/SUGO-1) ---- - ## 2. S3에 정적 컨텐츠 업로드 ---- - ## 3. QueryProjection을 활용하여 N + 1 문제 예방으로 조회 성능 최적화 - N+1 문제가 발생하는 이유 - - N+1 문제를 해결하는 다른 방법들 - - Fetch Join사용 시 주의할 점 ---- - ## 4. Spring Security를 활용하여 사용자 인증/인가 프로세스 개선 --- @@ -79,8 +65,6 @@ mermaid: true - [JIT Compiler](https://k-diger.github.io/posts/JITCompiler) - [Garbage Collector](https://k-diger.github.io/posts/JVM-GC) ---- - ## 2. 키워드 추출 로직 구현 [해결 과정](https://k-diger.github.io/posts/SHORTS-2)