[Spark] Structured Streaming 이란
Spark Streaming 비교 및 사용시 문제점 / Unbounded Table / OutputMode(Complete, Update, Append)
Posted by
Wonyong Jang
on January 03, 2022 ·
7 mins read
[Docker] 도커를 이용한 리액트 앱 CI환경에 배포하기 1
도커를 이용한 리액트 앱 / 운영서버를 위한 Nginx / 개발서버 운영서버 구분하기
Posted by
Wonyong Jang
on January 03, 2022 ·
6 mins read
[Docker] 도커를 이용한 간단한 Node.js 어플 만들기
dockerfile 최적화 / docker volume / Working Directory / docker compose 작성가이드
Posted by
Wonyong Jang
on January 02, 2022 ·
11 mins read
[Docker] 도커 컴포즈 및 환경 변수
Docker Compose 가이드 / env 파일 / Docker Compose에서 환경 변수를 다루는 4가지 방법
Posted by
Wonyong Jang
on January 01, 2022 ·
8 mins read
[Docker] 도커에 대한 이해
도커에 대한 개념과 기존 가상화 기술과의 차이 / 명령어 / dockerfile 작성가이드
Posted by
Wonyong Jang
on December 31, 2021 ·
18 mins read
[Kotlin] let, with, run, apply, also 정리
Scope Functions 범위 지정 함수
Posted by
Wonyong Jang
on December 05, 2021 ·
9 mins read
[Kotlin] 인라인과 람다 내부의 return은 언제 불가능할까?
람다와 인라인(inline) 이해 / noninline / use
Posted by
Wonyong Jang
on December 01, 2021 ·
14 mins read
[Kotlin] Break and Continue, Return label
고차함수 안에서 흐름 제어 / 람다식에서 return문 사용할 때 주의사항
Posted by
Wonyong Jang
on November 30, 2021 ·
6 mins read
[Redux] reselect 사용하기
memoization을 통해 불필요한 렌더링을 막아주고 성능을 향상시키는 reselector
Posted by
Wonyong Jang
on November 21, 2021 ·
5 mins read
[Kotlin] Coroutine Context and Dispatchers
Debugging coroutines and theadsi, jumping between threads / withContext
Posted by
Wonyong Jang
on November 05, 2021 ·
11 mins read