profile
leewoooo
post-thumbnail

Nginx History

Nginx의 탄생 배경 및 구조에 대해서 알아보기 :)

2023년 3월 29일
·
0개의 댓글
·
post-thumbnail

NestJs에서 class-validator의 ErrorMessage는 어떻게 만들어질까?

NestJs에서 사용되는 ValidationPipe의 Error Response를 만드는 과정을 살펴보자 :)

2023년 3월 18일
·
0개의 댓글
·
post-thumbnail

NestJs Transaction Decorator 만들기

@Transactional 데코레이터를 만들어보자 (with TypeORM)

2023년 2월 13일
·
1개의 댓글
·
post-thumbnail

고정소수점, 부동소수점

프로그래밍 안에서 소수점을 사용하는 방식을 이해하기 :)

2022년 12월 28일
·
0개의 댓글
·
post-thumbnail

Nginx log를 모니터링 해보자

Nginx의 AccessLog를 노출 시켜 Prometheus, Grafana를 이용하여 시각화 하기:)

2022년 12월 27일
·
0개의 댓글
·
post-thumbnail

Nginx Metrics를 모니터링 해보자

Nginx + Prometheus + Grafana OneCycle :)

2022년 12월 12일
·
0개의 댓글
·
post-thumbnail

Forward Proxy, Reverse Proxy에 관하여

Forward Proxy, Reverse Proxy에 관하여 알아보자.

2022년 12월 2일
·
0개의 댓글
·
post-thumbnail

Node는 어떻게 논 블로킹을 지원할까 (with Eventloop)

Node의 비동기 작업을 지원하는 Eventloop에 대해 알아보자 :)

2022년 8월 16일
·
0개의 댓글
·
post-thumbnail

TIL (Typescript에서 enum을 사용하면 안되는 이유 With FE)

Typescript에서 enum을 사용하면 안되는 이유에 대해서 알아보자 :)

2022년 8월 2일
·
0개의 댓글
·
post-thumbnail

TypeORM을 sqlite로 Test하기

sqlite를 이용하여 이기종 데이터베이스의 테스트를 진행해보자 :)

2022년 7월 24일
·
1개의 댓글
·
post-thumbnail

Pg-mem Custom Function 구현하기

Pg-mem에서 Custon Function을 정의하는 법을 알아본자 :)

2022년 7월 21일
·
0개의 댓글
·
post-thumbnail

TypeORM의 built-in migration 이용하기

TypeORM의 Migration 기능을 사용해보자 :)

2022년 7월 6일
·
0개의 댓글
·
post-thumbnail

NestJs에서 미들웨어를 통해 인증처리 (with Passport)

Passport를 이용하여 JWT에 대한 인증처리를 해보자~

2022년 6월 29일
·
1개의 댓글
·
post-thumbnail

NestJs에서 토큰기반 인증 구현하기 (with JWT)

토큰 기반의 인증을 구현해보자 :)

2022년 6월 28일
·
0개의 댓글
·
post-thumbnail

NestJs 파일업로드 이 글로 끝!

NestJs에서 파일 업로드에 대해 알아보자 :)

2022년 6월 22일
·
2개의 댓글
·
post-thumbnail

TypeORM Transaction을 Test하기 (with queryRunner)

TypeORM Transaction을 Test해보자 :)

2022년 6월 16일
·
1개의 댓글
·
post-thumbnail

TypeORM에서 Transaction을 이용해보기

TypeORM에서 Transaction을 사용하는 방법을 알아보자 :)

2022년 6월 10일
·
0개의 댓글
·
post-thumbnail

Database Transaction이란?

Transaction를 간단하게 이해해보자!

2022년 6월 10일
·
0개의 댓글
·
post-thumbnail

Node Project CI 하기 (with Github Action)

Node Project에 CI를 적용해보자 :)

2022년 6월 4일
·
1개의 댓글
·
post-thumbnail

NestJs Docker Image 만들기

NestJs Project를 Docker Image로 만들어보자!

2022년 5월 28일
·
0개의 댓글
·