Skip to content

Commit de1a409

Browse files
committed
Update " 2025 DevHistory "
1 parent 20693c2 commit de1a409

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

_posts/2025-01-01-2025-DevHistory.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,48 @@ author: devFancy
2727

2828
*[Good Code, Bad Code](https://product.kyobobook.co.kr/detail/S000061353995)
2929

30+
*[카프카 핵심 가이드](https://product.kyobobook.co.kr/detail/S000201464167)
31+
32+
*[도메인 주도 개발 시작하기](https://product.kyobobook.co.kr/detail/S000001810495)
33+
3034
* 강의 [DDD(Domain-Driven Design) 세레나데](https://edu.nextstep.camp/c/GwN2MSqv)
3135

32-
## A Weekly Record
36+
## A Monthly Record
37+
38+
> 2025.01.01 ~ 2025.01.31
3339
3440
* [SIPE 커뮤니티를 위한 슬랙 봇 만들기 (feat. 사이프톤)](https://devfancy.github.io/ETC-Sipethon-Slackbot/)
3541

42+
> 2025.02.01 ~ 2025.02.28
43+
3644
* [DDD 세레나데 7기 1주차 (feat. 이벤트 스토밍)](https://devfancy.github.io/DDD-Week1-Review-And-EventStorming/)
3745

3846
* [[리뷰] 삶의 태도를 돌아보는 면접의 질문들](https://devfancy.github.io/Book-Interview-Questions/)
3947

48+
> 2025.03.01 ~ 2025.03.31
49+
4050
* [DDD 세레나데 7기, 5주간의 여정을 돌아보며](https://devfancy.github.io/DDD-Serenade-7th-Review/)
4151

4252
* [글또 10기 회고](https://devfancy.github.io/geultto-10th-Retrospective/)
4353

54+
> 2025.04.01 ~ 2025.04.30
55+
4456
* [1편. Spring Boot 환경의 Multi Module에서 logback 환경별 설정하기](https://devfancy.github.io/Multi-Module-Logback-xml/)
4557

4658
* [2편. Spring Boot 요청 흐름 추적: Logging Filter와 traceId 적용기](https://devfancy.github.io/SpringBoot-Logging-Filter/)
4759

60+
> 2025.06.01 ~ 2025.06.30
61+
4862
* [쿠폰 시스템 개선기: SETNX에서 Redisson RLock과 AOP를 활용한 분산락 적용](https://devfancy.github.io/SpringBoot-Coupon-System-Redisson/)
4963

5064
* [3편. Prometheus와 Grafana로 Spring Boot 기반 모니터링 대시보드 구축하기](https://devfancy.github.io/SpringBoot-Monitoring-Prometheus-Grafana/)
5165

5266
* [MDC와 GlobalTraceId를 활용한 분산 추적](https://devfancy.github.io/SpringBoot-Distributed-Tracing-With-MDC/)
5367

68+
> 2025.07.01 ~ 2025.07.31
69+
5470
* [[카프카 핵심 가이드] CHAPTER 1. 카프카 시작하기](https://devfancy.github.io/Kafka-Why-And-Concept/)
5571

72+
* [[카프카 핵심 가이드] CHAPTER 2. 카프카 설치하기 (설치부터 파티션과 브로커 규모 산정까지)](https://devfancy.github.io/Kafka-Installation-Sizing-Guide/)
73+
5674
* [[카프카 핵심 가이드] CHAPTER 3. 카프카 프로듀서: 카프카에 메시지 쓰기](https://devfancy.github.io/Kafka-Producer/)

_posts/2025-07-22-Kafka-Why-And-Concept.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ author: devFancy
88
{:toc}
99

1010
> 이 글은 [카프카 핵심 가이드](https://product.kyobobook.co.kr/detail/S000201464167?utm_source=google&utm_medium=cpc&utm_campaign=googleSearch&gad_source=1) 책을 읽고 정리한 글입니다.
11-
>
12-
> 이 글에서 다루는 모든 코드는 [깃허브](https://github.com/devFancy/springboot-coupon-system)에서 확인하실 수 있습니다.
13-
>
14-
> `참고`: 본 글에서 소개되는 코드 예시는 현재 시점의 구현을 바탕으로 작성되었으며, 프로젝트가 발전함에 따라 내용이 변경되거나 개선될 수 있음을 미리 알려드립니다.
1511
1612
## Prologue
1713

0 commit comments

Comments
 (0)