Skip to content

Commit

Permalink
feat: 글 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Coalery committed Jul 7, 2024
1 parent 625a13a commit ce5e7e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ function ArticleSection() {
url="https://velog.io/@coalery/kafka-consumer-with-nestjs"
subtitle="Nest.js의 커스텀 어댑터를 활용해서 기존에는 HTTP 요청만 처리하던 Nest.js가 카프카 컨슈머로 동작할 수 있도록 만들어봅니다."
/>
<ActivityItemContainer
title="Nestjs를 닮은 DI 시스템 직접 구현하기 - 1"
url="https://velog.io/@coalery/nestjs-like-di-system-1"
subtitle="데코레이터를 통해 프로퍼티와 파라미터에 의존성을 주입할 수 있도록 구현해봅니다."
/>
</ActivityContainer>
);
}
Expand Down

0 comments on commit ce5e7e0

Please sign in to comment.