profile
leewoooo
post-thumbnail

flutter web을 배포해보자 (with github page)

flutter web을 github page에 배포해보자 :)

2일 전
·
0개의 댓글
·
post-thumbnail

supabase 회원가입하기 (with flutter)

supabase를 이용하여 email, password 기반 회원가입을 구현해보자 :)

2024년 5월 8일
·
0개의 댓글
·
post-thumbnail

supabase에 Customer SMTP Provider 적용하기 (with Resend)

supabase의 Custom SMTP 설정을 진행해보자.

2024년 3월 26일
·
0개의 댓글
·
post-thumbnail

Flutter 프로젝트에서 script를 정의해서 사용하기 (like package.json)

node.js기반의 프로젝트들 처럼 pubspec.yaml 파일에 스크립트 정의하여 사용하기!

2024년 3월 20일
·
0개의 댓글
·
post-thumbnail

Flutter에 supabase 적용하기

flutter프로젝트에 supbase를 적용해보자!

2024년 3월 19일
·
0개의 댓글
·
post-thumbnail

Flutter dotenv로 환경 나누기

flutter에서 env를 이용하여 개발 환경을 나누는 방법에 대해서 알아보자.

2024년 3월 19일
·
0개의 댓글
·
post-thumbnail

Flutter 웹 호스팅하기 (with Firebase hosting)

flutter web을 빌드하고 firebase를 이용하여 무료 hosting을 진행해보자!

2024년 3월 19일
·
0개의 댓글
·
post-thumbnail

Nginx History

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

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

Pg Listen & Notify

pg에서 비동기식 처리를 할 수 있는 방법을 알아보자

2023년 3월 21일
·
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

Redis의 metrics를 모니터링해보자.

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

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

Nginx Metrics를 모니터링 해보자

Nginx + Prometheus + Grafana OneCycle :)

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

Nginx를 통해 서버에 요청을 해보자. (With NestJs)

Cloud 환경과 비슷한 환경을 구축 해 Nginx를 사용해보자 with Docker, Nestjs

2022년 12월 2일
·
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개의 댓글
·